NameSilo

Extra line in a table design... Thoughts? AKA: Allan's having issues

Spaceship Spaceship
Watch
www. p i e d m o n t a n g e l n e t w o r k . com

The first page, when viewed in IE has a space b/n the image and the next row. Any suggestions?

Also, I know the site is in progress (I'm uploading the changed portions now), but any other comments are always welcome ;)

-Allan :gl:
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
Doesn't IE just give headaches? It's a simple fix. You just need to remove a single newline after your img tag to have the </td> come right afterwards.

Change this:
PHP:
<table width="100%" padding=0 border=0 spacing=0 cellspacing=0 cellpadding=0>
<tr>
<td width=458>
<img src="biologotop.jpg">
</td>
<td align=right valign=top>

To this:
PHP:
<table width="100%" padding=0 border=0 spacing=0 cellspacing=0 cellpadding=0>
<tr>
<td width=458>
<img src="biologotop.jpg"></td>
<td align=right valign=top>
 
0
•••
Exactly. You must be very careful how you code things, since IE is very picky and if it is not perfect then IE will do something really stupid. This is why I hate IE. This is why IE needs to DIE! It's also a pain in the butt to CSS designers.
 
0
•••
Thanks guys :)

I haven't coded anything "pretty" in years, but I've been with this fund for a while, and we decided a facelift was in order ;)

-Allan :gl:
 
0
•••

We're social

Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back