HighDots Forums  

Unwanted table borders

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Unwanted table borders in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
moreyp
 
Posts: n/a

Default Unwanted table borders - 07-08-2004 , 12:23 AM






I tried to search the forum because I am sure that this has been asked before
but I cannot find it.

I am using tables for the layout of a page and I have set the borders to zero
to hopefully snap it to the top and left. Everything looks good in Safari but
when viewed in IE I get a small white border and I do not know how to get rid
of it.

Page is at www.morfam.com

Thanks in advance for the help,

Pete


Reply With Quote
  #2  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Unwanted table borders - 07-08-2004 , 01:07 AM






That's the default browser margins.

Use this: - copy and paste the following just before the </head> tag. Iin
this case you won't need the page property settings at all. Remove them
from your current body tag.


<style type="text/css">
<!--
body {head
padding: 0;
margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */
background-color: White;
}
-->
</style>


--
Nadia
---------------
:Free Templates !! Dropdown Menu Designs:
http://www.DreamweaverResources.com
:Templates: Free Nav Bar Sets:
:Tutorials : Ecommerce : SEO Articles :
-----------------



"moreyp" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I tried to search the forum because I am sure that this has been asked
before
but I cannot find it.

I am using tables for the layout of a page and I have set the borders to
zero
to hopefully snap it to the top and left. Everything looks good in Safari
but
when viewed in IE I get a small white border and I do not know how to get
rid
of it.

Page is at www.morfam.com

Thanks in advance for the help,

Pete




Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Unwanted table borders - 07-08-2004 , 07:48 AM



The proper code is shown below (update your snippet, Nadia!) -

<style type="text/css">
<!--
body {head
padding: 0;
margin: 0 -10px 0 -10px;
/*/*/margin: 0 0 0 0; /* */
background-color: White;
}
-->
</style>


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

":. Nadia .:" <nadia@no-junk=dreamweaverresources.com> wrote

Quote:
That's the default browser margins.

Use this: - copy and paste the following just before the </head> tag. Iin
this case you won't need the page property settings at all. Remove them
from your current body tag.


style type="text/css"
!--
body {head
padding: 0;
margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */
background-color: White;
}
--
/style


--
Nadia
---------------
:Free Templates !! Dropdown Menu Designs:
http://www.DreamweaverResources.com
:Templates: Free Nav Bar Sets:
:Tutorials : Ecommerce : SEO Articles :
-----------------



"moreyp" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:ccii8e$s0d$1 (AT) forums (DOT) macromedia.com...
I tried to search the forum because I am sure that this has been asked
before
but I cannot find it.

I am using tables for the layout of a page and I have set the borders
to
zero
to hopefully snap it to the top and left. Everything looks good in
Safari
but
when viewed in IE I get a small white border and I do not know how to
get
rid
of it.

Page is at www.morfam.com

Thanks in advance for the help,

Pete






Reply With Quote
  #4  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Unwanted table borders - 07-08-2004 , 09:58 AM



Murray *TMM* typed:
Quote:
The proper code is shown below (update your snippet, Nadia!) -

style type="text/css"
!--
body {head
padding: 0;
margin: 0 -10px 0 -10px;
/*/*/margin: 0 0 0 0; /* */
background-color: White;
}
--
/style

Ok, will do! ASAP


--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.