navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Borders

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> Borders
Page: [1]
 
Rocket Boy

 

Posts: 409
Joined: 12/8/2005
Status: offline

 
Borders - 12/28/2005 15:07:28   
I have tried various combinations of the following code but I cannot get my table/cell borders to completely disappear.

I am trying to remove the few pixels of space space between the top of the page and the top of the main header (also the space between the bottom of the header and the body of the page.

Right Here

I realise that the code below is a complete mess and that one instruction is probably cancellling out another (or something similar) Thanks for your help.

}
body
{
margin: 0;
text-align: center;
}
table
{
border-style: solid;
border-width: 0;
}
td
{
border-style: solid;
border-width: 0;
}
tr
{
table
{
border-style: solid;
border-width: 0;
}
td
{
border-style: solid;
border-width: 0;
}
Kitka

 

Posts: 2520
Joined: 1/31/2002
From: Australia
Status: offline

 
RE: Borders - 12/28/2005 17:05:51   
You can fix the gap problem quite simply with HTML.

Try changing this:
<table width="650" id="table2">


to this
<table width="650" id="table2" cellpadding="0" cellspacing="0">


_____________________________

Kitka
**It is impossible to make anything foolproof because fools are so ingenious.**


(in reply to Rocket Boy)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> Borders
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts