PDA

View Full Version : centering everything


java_freak
11-19-2009, 02:55 AM
hi!! i wanna know how to make a web page centered..i am new to wed designing

Jazzo
12-11-2009, 04:30 AM
This isn't an XML related question but I'll answer it anyway.

Add the following attribute and value to the element you want to center. style="text-align:center"

If you want the ENTIRE webpage to be centered, just add it to your body tag:<body style="text-align:center">

This is all assuming you haven't already specified external or internal CSS.

Julian

(For future reference, this post would belong in the HTML/CSS section)

CoffeeCup.com
12-14-2009, 08:23 PM
Hello,

I recommend looking at the following sites if you have trouble with CSS in conjuction with Jazzo:

http://www.wpdfd.com/issues/70/css_from_the_ground_up/
http://www.csszengarden.com/
http://www.alistapart.com/topics/design
http://www.w3schools.com/css/default.asp

Best regards,
CoffeeCup.com