Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Remove white space between header image and table
Old 09-26-2010, 10:45 AM Remove white space between header image and table
Banned

Posts: 408
Name: mushget
Trades: 0
I'm trying to place a table right after a image being used as the header in order to use it as the navigation bar, but there is white space between the two objects, and I can't seem to get rid of it. Any help would be much appreciated.

It's really kind of pathetic actually.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title></title>
</head>
<body leftmargin="0" topmargin="0" padding="0"
 marginheight="0">
<img style="width: 1365px; height: 72px;" alt=""
 src="../Final%20Banner.gif">
<table
 style="width: 1365px; height: 58px; text-align: left; margin-left: auto; margin-right: auto;"
 border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
  </tbody>
</table>
</body>
</html>
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
 
Register now for full access!
Old 09-26-2010, 04:42 PM Re: Remove white space between header image and table
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Why are you using tables for layout in the first place?

Using CSS, you need to first reset margins and padding on your main elements, including the body.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-26-2010, 08:35 PM Re: Remove white space between header image and table
Banned

Posts: 408
Name: mushget
Trades: 0
Thanks,I have a try.
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
Old 09-27-2010, 03:33 AM Re: Remove white space between header image and table
Novice Talker

Posts: 5
Name: Merlin Pieters
Trades: 0
Man, I had that problem more than once, it's frustrating.


the thing I ended up doing was making the image part of the table

something like this :



<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body leftmargin="0" topmargin="0" padding="0"
marginheight="0">
<table
style="width: 1365px; height: 58px; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>

<img style="width: 1365px; height: 72px;" alt=""
src="../Final%20Banner.gif">

</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
__________________
Discover the little known secrets to mastering html in under 7 days with my new free course

Please login or register to view this content. Registration is FREE
merlinpieters is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Remove white space between header image and table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 2.03258 seconds with 12 queries