473,320 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

spacing around tables

I have a table with the following starting line:
<table width="100%" height="100%" border="0" align="center" cellpadding="0"
cellspacing="0" background="dead_rabbit.jpg">

but there is still space around the outside of the table and the browser
frame leaving a coloured gap! I s their a way to take the table right to the
edge!??

THX
Jul 20 '05 #1
3 2700
the spacing is probably outside the table. make sure you have

<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">

"DeathStorm" <ja***@kent.ac.uk> wrote in message
news:bl**********@athena.ukc.ac.uk...
I have a table with the following starting line:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="dead_rabbit.jpg">

but there is still space around the outside of the table and the browser
frame leaving a coloured gap! I s their a way to take the table right to the edge!??

THX

Jul 20 '05 #2
Andy Fish provided evidence that he needs to read
<http://www.allmyfaqs.com/faq.pl?How_to_post> when he typed:
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">


Or don't use invalid HTML and have:

body {
margin: 0;
padding: 0;
}

in the style sheet (which, aside from being acceptable in a valid document,
is better supported by browsers and doesn't need to be manually duplicated
on every page).
--
David Dorward http://dorward.me.uk/
Jul 20 '05 #3

"Andy Fish" <aj****@blueyonder.co.uk> wrote in message
news:Do*********************@news-text.cableinet.net...
the spacing is probably outside the table. make sure you have

<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">


Please don't give any more advice if you don't have any idea WTF you're
talking about
--
Karl Core

At times one remains faithful to a cause only because its opponents do not
cease to be insipid.
Friedrich Nietzsche

eightninethree AT eightninethree.com
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Poonam | last post by:
Hi there. How can i maintain the spacing between to divs if palced side by side with 10px spacing between them.. Not using any tables. And atleast making one of the div relative positioning. ...
12
by: Rick DeBay | last post by:
I'm trying to create a layout table, where the spacing between rows varies. I've tried using setting margin-top and border-top for the rows I wan't spaced down from the one above, and I've also...
4
by: Bernd Goldschmidt | last post by:
Hi. I've got a somewhat wired problems with an extra space between table rows in Mozilla and Opera (IE works fine). With the code below, cells within a row align seamlessly, but there is a...
5
by: Andrew Poulos | last post by:
If I have a text INPUT within a block of text how do I 'correct' for the line spacing. The line spacing above and below the INPUT is larger than the line spacing generally: <div...
1
by: Jim Moe | last post by:
Hello, I am (slowly) in the process of changing a table-based layout to CSS/div-based. One area that uses tables a lot is the main nav menu. I have discovered that tables have advantage: all...
12
by: Sebastien B. | last post by:
I'm wondering if it's at all possible to have spacing between a table's cells, and only between the cells, not between the outter cells and the table's border. See end of message for an example...
4
by: metoikos | last post by:
I've scoured the web (clumsily, I'm sure) for information on the difficulties I am having, checked my markup in validators, and had a friend with more CSS clue look over it, but I haven't had any...
0
by: phil-news-nospam | last post by:
This is expanding on my previous question about gutters in tables. Here are 3 URLs for sample pages I'm testing with. They vary only by the table element attribute cellspacing, with values 0, 1,...
1
by: joshvito | last post by:
my site is having spacing issues in IE only. The page looks great in FF and Opera, but in IE7, i get a crazy spacing issue around my navigation links. The page source code is located at......
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.