![]() | ![]() |
![]() | ![]() |
| |||||||
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| table table table {width:200px!important;}table table table {width:220px !important; height:0px;} table table td img {display:none;}table table table td img {display:inline;}table td td {width:0px;}table {width:450px;}table table {width:auto;}table table td {padding:3px;}table table table td {padding:0px;}table table table {width:220px !important; height:0px;}td.text td a img {width:auto !important;}.credits-do-not-remove{background-color:transparent;background-image:url('http://i59.photobucket.com/albums/g3...d-position:top right; background-repeat:no-repeat;background-attachment:scroll;top:5px;left:87%;margin-right:120px;position:absolute;z-index:9!important;display:block;height:30px;width: 90px;} table table table table table,table table table table table td {width:0px !important; padding:0px !important;}td.text a img {width:100px !important;}td.text td.text a img {width:35px !important;}td.text td.text img {width:90px !important;}td td td div strong {width:170px !important; display:block;}.redblackfonttext14{font-weight:normal}textarea, input, font, a, table, td, div, b {font-size:7pt !important;}span {font-size:10pt}embed, object {display:block; width:220px; height:38px;}.orangetext15, .blacktext10 {display:block; width:150px; font-size:13pt !important;letter-spacing:-2px}td.text td.text .orangetext15,td.text td.text table table div {display:none;} .credits-do-not-remove:hover{background-color:transparent;background-image:url('http://i59.photobucket.com/albums/g3...;)!important;}
__________________ Myspace Coder |
| Sponsored Links |
| |
| |||
| That's the CSS for the site, in this case for that myspace layout, CSS is "Cascading Style Sheet". It's where the formatting elements for the site are named so that the user's browser will render the page the way the designer wants it to be seen... the font type, size, color, weight, background images and colors, widths of tables, etc. There are TONS of elements that the CSS can control. That code really does you no good whatsoever unless you are planning on stealing their layout too. Its only purpose is to work with the HTML coding to produce a particular layout, format, and/or design. In other words it only controls the look of their site and it has to have references to those exact same names in the HTML to even work.The code in the HTML files will have tags, the tags will have references to the names that are on the stylesheet (css) and will render the information that is held within those tags in the way the CSS is telling it to. For example an html tag that has class="blacktext10" in it is going to pull this information from the css:.blacktext10 {display:block; width:150px; font-size:13pt;}Which the user's browser will render as:Text that is in a block that is 150 pixels wide and the text itself will be a 13 point font-size.
__________________ Myspace Coder |
| |||
| Not much to add to Barrett's answer, except that I had not realized that the code used on MySpace was that bad.What's the point of using CSS to that extend if you end up embedding tables like this?
__________________ Myspace Coder |
![]() |
| Thread Tools | |
| Display Modes | |
| |
| All times are GMT. The time now is 07:36 AM. |