Hello,
Bare with me b/c im new to this, but i want to create a css file for a website that has multiple <p> tags (example <p> <p2> etc.) but when i go to use them in my xhtml file, safari doesnt display them right....it appears to not recognize the <p2> tag at all. is there a way i can do this?
ThanksThere's no such thing as a p2 element is there?There is no such element. Try defining class selectors or id selectors to a <p> tag such as <p class="second"> ... </p>
Then use CSS to style each different <p> tag.i tried that, but when i was working with that in golive (yeah, i use it, ill addmit it) it wouldnt recongnize it. any ideas?You must define the class in GoLive's CSS editor window.
Bare with me b/c im new to this, but i want to create a css file for a website that has multiple <p> tags (example <p> <p2> etc.) but when i go to use them in my xhtml file, safari doesnt display them right....it appears to not recognize the <p2> tag at all. is there a way i can do this?
ThanksThere's no such thing as a p2 element is there?There is no such element. Try defining class selectors or id selectors to a <p> tag such as <p class="second"> ... </p>
Then use CSS to style each different <p> tag.i tried that, but when i was working with that in golive (yeah, i use it, ill addmit it) it wouldnt recongnize it. any ideas?You must define the class in GoLive's CSS editor window.