<div id="launchpad" class="style2" style="width: 636px; height: 442px">
If you do either: margin: 0px auto; or text-align: center; in the style of that div it would probably fix things up. It currently is relying on the align="center" on the table tag (which is deprecated and handled differently on different browsers), espcially considering the doctype on the page is xhtml ( which means technically it should ignore align="" elements I believe ).
<div id="launchpad" class="style2" style="width: 636px; height: 442px">
If you do either: margin: 0px auto; or text-align: center; in the style of that div it would probably fix things up. It currently is relying on the align="center" on the table tag (which is deprecated and handled differently on different browsers), espcially considering the doctype on the page is xhtml ( which means technically it should ignore align="" elements I believe ).
Thanks, I rebuilt the page quickly and it seem to work now in Firerfox.
If any of you could run the page agian and report back that would be a great help.
My revised website (http://www.craiglamson.com)
It's working in OSX safari ok now. Seems you might have found the right combo with:
.style3 {
text-align: center;
}
It's working in OSX safari ok now. Seems you might have found the right combo with:
.style3 {
text-align: center;
}
Thanks to everyone for the help! I'm glad it is sorted now!