stickyfingerz |
11-02-2006 01:02 AM |
Well I quickly found that page so here we go.
Code:
<span class="yellowback"><font color="#990000"><u>7 Down & Dirty Tactics
that will have YOU pounding</u></font></span> the opposition <em> in less than 24 hours</em>...” </font></strong>
You see Class="yellowback" above if you look in the page source you'll find at the top there is a stylesheet.
Which is called ncaa07.css
So to view the style sheet you would go here
http://www.maddentips.com/ncaa07.css
In the style sheet the class "yellow" is this
Code:
}
.yellow {
background-color: #FFFF00;
So basically they wrapped that text up in the class "yellow" using css.
|