Hello,
It is my understanding that you cannot use the element "align" in a strict DTD XHTML page. This is not working for me: float: center
which I thought was the correct way to do it. Any ideas??
Also, I have about 8 separate headings that all have the following attributes:
color:green; font-family:sans-serif; font-weight:bold
How would I code these all at once using a style sheet in the head? What would the coding be in the body section? Would I use the span element??
Thank you in advance.
Decorte
It is my understanding that you cannot use the element "align" in a strict DTD XHTML page. This is not working for me: float: center
which I thought was the correct way to do it. Any ideas??
Also, I have about 8 separate headings that all have the following attributes:
color:green; font-family:sans-serif; font-weight:bold
How would I code these all at once using a style sheet in the head? What would the coding be in the body section? Would I use the span element??
Thank you in advance.
Decorte
Comment