T O P I C R E V I E W |
leatherlips |
Posted - 26 February 2009 : 16:19:52 I'm trying to use the greybox script on my site. I have it working but there are a few issues I can't work out.
In FF, the width of the page is fine when the greybox is loaded. In IE, the width of the page goes too wide. Also, the top center of the greybox is white which does not look good.
Here is the page I am working on. Anyone familiar with these issues or can spot what the problem may be?< |
3 L A T E S T R E P L I E S (Newest First) |
Panhandler |
Posted - 26 February 2009 : 21:54:13 It's showing up around line 44:
<div align="center"> <center> <table border="0" width="760" cellspacing="0" cellpadding="0"> <tr> <td valign="top" align="left" width="175"> <!--webbot bot="Include" U-Include="_includes/nav/mainnav.htm" TAG="BODY" --><p></td> </center>
Expression Web is telling me that the "The <tr> tag was not closed before this </center> tag." I got that from looking at the source code while viewing the slide show (I copied the code and pasted it into Expression Web). Hope that make sense? In the slide show, the dark bar at the top of the page with the directional arrows is too wide for it's container (viewed in IE7).
The </center> tag needs to go after the </table> tag at approximately line 86.
< |
leatherlips |
Posted - 26 February 2009 : 19:45:03 Hmmm. I've looked at my code and I can't see any mis-matched </center> tag. They are all matched up with a corresponding <center> tag as far as I can tell.
I may just end up using a different script. < |
Panhandler |
Posted - 26 February 2009 : 17:09:13 Around line 44 there is a mis-matched </center> tag. . .don't know where it's supposed to be but it's a problem.
< |