Hey Folks,
I'm trying to fix a few things on my site it looks OK (or did, until I started messing with it) in Firefox and Safari, and IE8, and not too terrible in IE7. But i'm getting validation errors because apparently I used <div> tags instead of
See webpage.
so I am trying to replace the <div> tags .. but how do I define the
<div id="author">
and the css. for that is:
#author {
background: #fefef2 url('images/sidebau.gif') top center ;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
border-top: 0px;
border-right: 1px solid #fefef2;
border-bottom: 0px;
border-left: 1px solid #fefef2;
margin-left: 3px;
width: 170px;
align: center;
}
so I can I switch the <div> tag to a
Thank you.
Cheers
Carl