HighDots Forums  

tables

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss tables in the Macromedia Dreamweaver forum.



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

Default tables - 07-05-2004 , 01:13 AM






hi,

i am trying to place my table all the way to the top. i dont want any space
between my table and the actual browser window. much like: www.jayateas.com -
that's what i want to do...
do you see how his top jayateas banner is all the way at the top...?

thanks in advance for any help
asli


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

Default Re: tables - 07-05-2004 , 01:36 AM






It's a margin issue.
Place the following just before the </head> tag in your document. That will
get rid of that space.

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

More info here:
http://www.dreamweaverresources.com/tutorials/pagebackgrounds/index.htm


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

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

Quote:
hi,

i am trying to place my table all the way to the top. i dont want any
space
between my table and the actual browser window. much like:
www.jayateas.com -
that's what i want to do...
do you see how his top jayateas banner is all the way at the top...?

thanks in advance for any help
asli




Reply With Quote
  #3  
Old   
John Gaver
 
Posts: n/a

Default Re: tables - 07-05-2004 , 02:09 AM



On 7/5/04 12:13 AM, in article ccao26$pns$1 (AT) forums (DOT) macromedia.com, "asli"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
hi,

i am trying to place my table all the way to the top. i dont want any space
between my table and the actual browser window. much like: www.jayateas.com -
that's what i want to do...
If you are not using CSS, you can define your body tag, as such:

<body topmargin="0" leftmargin="0" ... >

The ellipsis are for other stuff, like color, etc.

John Gaver
Action America
(forget everything in my address to contact me direct)

Microsoft: (n) Job security for IT consultants.



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

Default Re: tables - 07-05-2004 , 02:22 AM




"John Gaver" <jgaEVERYver (AT) ActionThingAmerica (DOT) org> wrote

Quote:
On 7/5/04 12:13 AM, in article ccao26$pns$1 (AT) forums (DOT) macromedia.com, "asli"
webforumsuser (AT) macromedia (DOT) com> wrote:

hi,

i am trying to place my table all the way to the top. i dont want any
space
between my table and the actual browser window. much like:
www.jayateas.com -
that's what i want to do...

If you are not using CSS, you can define your body tag, as such:

body topmargin="0" leftmargin="0" ...

The ellipsis are for other stuff, like color, etc.

not really the right way to do it though.
Even if they are not using css, it is easy enough to copy and paste the
required css into the head of the document Use the method I outlined
in my previous post for it to be valid.


--
Nadia
---------------
:Free Templates !! Dropdown Menu Designs:
http://www.DreamweaverResources.com
:Templates: Free Nav Bar Sets:
:Tutorials : 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.