What Are Style Tags
If you are reading this, then you must have been given some weird code like
table table table {background-color:blue;}
you pasted it into your profile and "it didn't work", right?
that's because CSS code like that requires style tags to work.... so you now have 2 options.... you could be lazy and do this with it
<style>
table table table {background-color:blue;}
</style>
or you could do it a much better way by simply adding that CSS code to a set of style tags that are already in your profile..... whats the best way to do that?
find one of these in your existing code
</style>
and put it on a line RIGHT BEFORE THAT... that way you wont have a million sets of style tags in your profile.... you dont want a million set of style tags in your profile because then your page takes forever to load....
Leave Us A MySpace Comment!
Sponsored Links