Thursday, October 30, 2008

CSS Newbie...need help

UPDATE Fixed it today.

I am a CSS virgin and need to figure how to or need help with what seems a very easy edit. I just want my "danganet.blogspot.com" above my header picture to be centered. That's all.

Here is the "CSS/HTML" for that:


<*div id='header-wrapper'>
<*b:section class="header" id="header" maxwidgets="1" showaddelement="no">
<*b:widget id="Header1" locked="true" title="danganet.blogspot.com (Header)" type="Header">
<*b:includable id="main">

I put * because nothing else was displaying the HTML.

1 comments:

Anonymous said...

In the #header-wrapper section of the CSS, change this:

text-align: left;

to this:

text-align: center;

and bob's your uncle sir ;-)