/    Sign up×
Community /Pin to ProfileBookmark

Table Problems

Please help me. I am currently designing a site. There are two tables on the page, one for the title header and another for the rest of the page. When viewing the page in Firefox or any other Mozilla browser, there is a space between the two tables (this space does not exist in IE). I have set both cellspacing and cellpadding to 0 in each table, and all of the images in each table have a border of 0. Please help me because I can’t figure it out! ?

[url]http://www.ktourandoutfitting.com[/url]

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@crh3675Apr 04.2005 — <style type="text/css">

table{

margin:0px 0px 0px 0px;

}

</style>

If you can use CSS, i would do so before "designing" with tables. Also using a valid DOCTYPE declaration will help your layout with consistency

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"

"http://www.w3.org/TR/REC-html40/strict.dtd">


XHTML may be too strict for your needs

http://validator.w3.org/check?verbose=1&uri=http%3A//www.ktourandoutfitting.com/
Copy linkTweet thisAlerts:
@MichaelPLApr 05.2005 — [FONT=Trebuchet MS]I noticed that all your images ( img src=""} contain the full path to the image...."http://www.blah.wand/images/header..." I may be wrong but I dont think thats necessary. Your browser by default searches your directory on that server for the image. giving the full http path will slow that process down a bit. if your images are in a folder called "images" just use img src="images/header.gif". Unless, of course, your pulling your images from another server, then just ignore this.

Mike[/FONT]
×

Success!

Help @semilemon spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...