PDA

View Full Version : Still trying on this html page...HELP


brandofamily
Apr-21-2007, 09:06 PM
here's the page...
http://www.brandolinoimaging.com/gallery/2175653

I wanted to re-organize SM's version of this page. I used Word perfect to create a table, then published it to html.
I know the code gets a ton of extra junk, but this is the only way I know...

So far the page looks OK in FF... but shifted and b0rked in IE6...

Can any one give me guidance? I know it's a lot to ask to help clean up the code for this page...

The bottom of tha page (from durable goods down) is fine... It's the top that's goofed...

Thanks for any help...

Allen
Apr-21-2007, 09:55 PM
here's the page...
http://www.brandolinoimaging.com/gallery/2175653

I wanted to re-organize SM's version of this page. I used Word perfect to create a table, then published it to html.
I know the code gets a ton of extra junk, but this is the only way I know...

So far the page looks OK in FF... but shifted and b0rked in IE6...

Can any one give me guidance? I know it's a lot to ask to help clean up the code for this page...

The bottom of tha page (from durable goods down) is fine... It's the top that's goofed...

Thanks for any help...
I can only guess, but one example, this at the top of your table. All that to
add a space!!! I think you need some serious cleaning up.:D

<td style="height: 37px;" ;="" width:25px="" valign="top">
<p>
<span style="font-size: 21px;">
<span style="font-family: Gentium;" times="" new="" roman="" ,times,serif="">
</span>
</span>
<span style="font-size: 21px;">
<span style="font-family: Gentium;" times="" new="" roman="" ,times,serif="">
&nbsp;
</span>
</span>
</p>
</td>

brandofamily
Apr-21-2007, 10:11 PM
No doubt, hopefully some one with experience in the "clean up" will let me know what I can get rid of... each time I try removing "junk" I think I do not need the page gets worse...

All this just to move the "Digital Downloads" link... I may start over... but not just yet...

Allen
Apr-21-2007, 10:18 PM
No doubt, hopefully some one with experience in the "clean up" will let me know what I can get rid of... each time I try removing "junk" I think I do not need the page gets worse...

All this just to move the "Digital Downloads" link... I may start over... but not just yet...
It's just adding an empty cell, this is probably all you need.

<td>&nbsp;</td>

gilbert
Apr-22-2007, 09:09 PM
Did you edit the page since the last reply?

It looks fine to me in IE6 and FF...

Looks really good actually :D

Jen

brandofamily
Apr-23-2007, 03:40 AM
Did you edit the page since the last reply?

It looks fine to me in IE6 and FF...

Looks really good actually :D

Jen

Thanks, I started completely over from scratch and re-did all the code for the top portion. It's not a set of 9 or 10 small tables that are wrapped in divs and positioned using CSS... Ended up being much easier in the long run than trying to use one big table for it all. (I could never get the SM version adjusted to my liking.)