I need help with CSS and html! Please help!?

Nick

New member
If I want links in my html document to be centered, how do I write that in the css document?

Ex: In my html document, I have <p> <href...etc>

In my css document, how do I make <p> <href...etc.> centered?
I tried using p {... but this ends up moving all my paragraphs. I can't use the link: active { b/c it's inside a paragraph tag. Help!

:/
 
i'd just put a <center> tag in the html document before the <href...

then close it </center> after all the links you want centered.
 
Back
Top