Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-18-2004, 02:40 PM
WebProWorld New Member
 

Join Date: Oct 2003
Posts: 6
dthievin RepRank 0
Default Annoying space

A few years ago I designed a page at my college at http://www.langara.bc.ca/realtime . I remember fighting endlessly to get rid of an annoying little space on the left of the page where the two yellow areas should meet (and don't).

Eventually I just gave up. Now I'm working on another site and having the same problem. But before I go through that ordeal all over again, can someone tell me what's likely wrong with my code?

Many thanks.
-dt-
Reply With Quote
  #2 (permalink)  
Old 01-18-2004, 04:07 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

The table that holds the 'topgraphics' images didn't have it's cellpadding or cellspacing set to "0" Also the first <td> cell had a height setting of "196" rather than "195" to match the graphics. The code underneath should get rid of the gap.

<div align="left">
<table cellpadding="0" cellspacing="0" border="0" width="765">
<tr>
<td height="195">[img]/graphics/topgraphic1.gif[/img][img]/graphics/topgraphic2.gif[/img][img]/graphics/topgraphic3.gif[/img][img]/graphics/topgraphic4.gif[/img][img]/graphics/topgraphic5.gif[/img]</td>
</tr>
</table>

<table cellpadding="5" cellspacing="0" border="0" width="765">
<tr>

Any problems, let me know! ;o)

Paul
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0