i need the html tags codes for the following things:
text that u can change to a diff. font like comic sans ms,times,ariel,u know all the fonts,lucida..and all that is there a code to make it those fonts if ya wat to,just like a sentece of words..?
text that is header size with the %26lt;h1%26gt;text%26lt;/h1%26gt; code thing or watevr..yea is there a way u can make it that header size,but colored?
HELP,myspace,text probs,,,PLEASEEEEEEEEEEEEEEEEE...
Well, for different fonts, you would use the %26lt;span%26gt; tag.
%26lt;span style="font-family:lucida;"%26gt;
This text would be in Lucida font
%26lt;/span%26gt;
For the %26lt;h1%26gt; tags you could also use a CSS declaration.
%26lt;h1 style="color:blue;"%26gt;
This would be blue H1 size text
%26lt;/h1%26gt;
To have a color behind text you use background-color.
%26lt;span style="background-color:blue;"%26gt;
This text would have a blue background behind it
%26lt;/span%26gt;
As for the bulletin, I don't know, sorry.
No comments:
Post a Comment