Click to See Complete Forum and Search --> : Centered Website...going left on PC
dbrenton13
07-17-2008, 02:28 PM
Can someone please tell me why everything is shifted to the left on a PC but centered on my MAC when i look at this site that i am creating? I want the logo and picture to be centered.
www.EclipseThem.com/beta
Thanks,
dbrenton
Looks fine in Firefox 2, on a PC.
dbrenton13
07-17-2008, 04:14 PM
that is so strange.
everyone (people on other sites) keep saying that it looks fine but when i load it up on a laptop PC running vista's latest version of IE, it shifts to the left.
hmmm...weird.
I want to make sure it works correctly before launching it.
db
I wouldn't doubt that. Well, using IE 6 it still looks good. Maybe someone else with IE 7 will stop by .....
It seems to look fine at first glance, since when you say "everything" shifts to the left, I expected everything on the page to be left justified. However, at second glance, I see that only some of the elements are shifted to the left.
Try removing the td width in this section of code:
<td width="550" valign="top" bgcolor="#FFFFFF">
<div align="center"><a href="index.html">
<img src="images/eclipse-horiz-logo.gif" width="305" height="119" border="0" />
</a></div>
So that it looks like this:
<td valign="top" bgcolor="#FFFFFF">
<div align="center"><a href="index.html">
<img src="images/eclipse-horiz-logo.gif" width="305" height="119" border="0" />
</a></div>
eCat
dbrenton13
07-17-2008, 04:43 PM
Thanks.
I updated one page just to test it.
www.eclipsethem.com/beta/whowedoitfor.html
let me know if that page is left aligned.
i can't check until later...i'm away from PCs right now.
db
Looks great to me now (in IE6)! Here's a screenshot.
eCat