Greybox - Posted (1329 Views)
Senior Member
leatherlips
Posts: 1838
1838
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?<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Average Member
Panhandler
Posts: 783
783
Around line 44 there is a mis-matched </center> tag. . .don't know where it's supposed to be but it's a problem.
<
"5-in-1 Snitz Common Expansion Pack" - five popular mods packaged for easy install
". . .on a mote of dust, suspended in a sunbeam. . ."
HarborClassifieds Support Snitz Forums
Posted
Senior Member
leatherlips
Posts: 1838
1838
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. sad<
Posted
Average Member
Panhandler
Posts: 783
783
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.
<
 
You Must enter a message