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.

Coding Forum


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



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

Posts: 102
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
 
 
Register now for full access!
Old 02-05-2004, 09:16 PM Re: Desperate help!
Webmaster Talker

Posts: 589
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
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.
__________________

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

tucsonsam is offline
Reply With Quote
View Public Profile
 
Old 02-06-2004, 03:55 AM
futurevisions's Avatar
Super Talker

Posts: 102
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
 
Old 02-06-2004, 03:56 AM
futurevisions's Avatar
Super Talker

Posts: 102
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
 
Old 02-07-2004, 05:38 AM I got it!
futurevisions's Avatar
Super Talker

Posts: 102
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
 
Old 02-07-2004, 11:50 AM
DaveMo~'s Avatar
Administrator
Defies A Status

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

Dave
__________________

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

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


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


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

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

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
You can also use CSS
Code:
body {
    margin: 0;
}
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

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

Christopher is offline
Reply With Quote
View Public Profile
 
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.80155 seconds with 12 queries