Reply
Old 02-05-2004, 03:19 PM Desperate help!
futurevisions's Avatar
Skilled Talker

Posts: 98
Location: UK
Trades: 0
Hello,

When using tables, I always get the open chunk around the outside! I was wondering if anybody knows how to remove this.

This is an example of what I want - http://www.kaphost.com/

Regards,
futurevisions is offline
Reply With Quote
View Public Profile Visit futurevisions's homepage!
 
 
When You Register, These Ads Go Away!
Old 02-05-2004, 09:16 PM Re: Desperate help!
Webmaster Talker

Posts: 588
Trades: 0
Quote:
Originally posted by futurevisions
When using tables, I always get the open chunk around the outside
Please describe this better. I dont understand your question
__________________
A Webmaster Forum - Please we need webmasters to help get the ball rolling!
Poker Forum, Teeth Whitening
thevirus is offline
Reply With Quote
View Public Profile
 
Old 02-06-2004, 12:39 AM
tucsonsam's Avatar
Skilled Talker

Posts: 62
Trades: 0
Are you talking about having the table start at the very top of the window? I think if you View/Source you'll find that in the body tag margins are set. This is probably what is allowing the table to start at the top of the window.
__________________
Tucsonsam's Spread
tucsonsam is offline
Reply With Quote
View Public Profile Visit tucsonsam's homepage!
 
Old 02-06-2004, 03:55 AM
futurevisions's Avatar
Skilled Talker

Posts: 98
Location: UK
Trades: 0
An example of what I don't want is here - http://www.future-visions.co.uk

An example of what I do want is here - http://www.kaphost.com

On the Future Visions website, there is a gap between the table and the browser window edges. With KAPHOST, there is not. I need to know how to do it!

Thanks.
futurevisions is offline
Reply With Quote
View Public Profile Visit futurevisions's homepage!
 
Old 02-06-2004, 03:56 AM
futurevisions's Avatar
Skilled Talker

Posts: 98
Location: UK
Trades: 0
Not sure it is, the only code in it is -

<body>

<table border="0" width="100%" height="438">
<tr>
<td width="100%" colspan="2" height="104" background="header_bg.bmp">
<p align="center"><font f....

Its already set to 0.

I hear it can be done with CSS, anyone know how?
futurevisions is offline
Reply With Quote
View Public Profile Visit futurevisions's homepage!
 
Old 02-07-2004, 05:38 AM I got it!
futurevisions's Avatar
Skilled Talker

Posts: 98
Location: UK
Trades: 0
Ok, thanks your everyones help, but I got it!

The body tag needs to be changed from <body> to <body topmargin="0" leftmargin="0" rightborder="0">

futurevisions is offline
Reply With Quote
View Public Profile Visit futurevisions's homepage!
 
Old 02-07-2004, 11:50 AM
DaveMo~'s Avatar
Administrator
Defies A Status

Posts: 10,207
Name: Dave
Location: Scott Depot, West Virginia, USA
Trades: 1
Nice! Thanks for sharing the answer with us.

Dave
DaveMo~ is offline
Reply With Quote
View Public Profile Visit DaveMo~'s homepage!
 
Old 02-08-2004, 11:17 PM
Christopher's Avatar
Iced Cap

Posts: 3,113
Location: Toronto, Ontario
Trades: 0
You can also use CSS
Code:
body {
    margin: 0;
}
Christopher is offline
Reply With Quote
View Public Profile Visit Christopher's homepage!
 
Reply     « Reply to Desperate help!
 

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 0.14457 seconds with 13 queries