The NEW Design

Most people will have problems centering things, but there is an easy fix for centering your whole site, simply paste this code in the appropriate sections:

<div align="center">
OLD CODE
</div>

Also, before emailing help desk, take a really good look at your code and make sure that you are using standard HTML and that all of the tags are closed. We are using the XHTML Transitional doctype now and browsers will be less forgiving with sloppy code.

One Response to “The NEW Design”

  1. Mike Lane Says:

    You guys also put into that div container a style=”margin-top:-10px”. It took me a few days to figure out why my pages had creeped up to the bottom of my header div. Just saying you may want to advertise that. It’s a relatively easy fix on the cobranding of course. I just put as my last thing on my header a div with a class that would be moved down (I corrected the -10 by doubling it and then added some so my margin is 25px I think) and closed that tag first thing in my footer. It’d be easier if that weren’t an inline style so I could just correct that in my css.

Leave a Reply