identical boxes freeway EE different sizes

If someone has 2 seconds to look at the code on http://vintagelcd.com/ and tell me what im doing wrong it would be very much appreciated.
I am redesigning the front page of the site an adding extras like overlib, the two boxes at the bottom are identical in freeway but the left hand ‘latest arrivals’ has decided to be bigger, this happened after I added the overlib balloons and I cant work out why. Any ideas whats pushing it deeper.

many thanks

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Here’s just a stab in the dark. Looks like the table on the left has an extra row or cell in it. There is a blank TD code that looks like this:

<td height=163></td>

Plus they don’t appear to be identical boxes since one also has an extra space, meaning there is a:

&nbsp;

which is the HTML equivalent of a space or tapping once on your spacebar. The space isn’t your issue, it looks like there is an extra row or cell in the table on the left table versus the right one. That’s looking at your code though and since I don’t use many tables I’d tell you to just check that out.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dan
That the bit I dont get. I have rebuilt the page using layers and no tables. The box is literally one html box with a shadow and a line, with what I think is a child box inside running my EE code. Thats it, and all I did for the othe rbox was copy the first one and slightly change the EE code and line colour.

kind regards

Adam

[code]


{exp:weblog:entries status=“open” search:watchpart=“not part” sort=“desc” limit=“10” weblog=“vintagelcd” disable=“categories|member_data|trackbacks”}{exp:gallery_extended:entries gallery_name=“watchlibrary” type=“weblog” dynamic=“on” related_id=“{entry_id}” orderby=“entry_date” sort=“asc” limit=“1”}
<a href=“{path=“vul/item/{url_title}”}” onmouseover=“return overlib(‘{maker}
{modelnumber}’, TEXTFONT, ‘Trebuchet MS’, TEXTCOLOR, ‘#333333’, TEXTSIZE, 1, WIDTH, 97, HEIGHT, 37, BACKGROUND,‘backtag.gif’, DELAY, ‘500’, PADX, 10, 5, PADY, 7, 5);” onmouseout=“return nd();”> {exp:imgsizer:size <img src=“{thumb_url}” width=“70” height=“84” alt=“{maker}”}{/exp:gallery_extended:entries}{/exp:weblog:entries}

[/code]

dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks Dan I have it the outside boxes were not changed to layers.

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options