HighDots Forums  

get table lined up on page

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss get table lined up on page in the Macromedia Dreamweaver forum.



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

Default get table lined up on page - 11-17-2004 , 10:16 PM






I did a navbar and top image in Photoshop as one image, then sliced it and put
it in dw. Photoshop turns the slices into html and puts it into a table for
you.The problem is that I want the table flush against the top left hand
corner, left side and top of the page, but I can't figure out how to do it.
Can anyone help? The very, very rough draft is at:
http://www.honeytubs.com/newsite/finalnavbar.dwt. Thanks.


Reply With Quote
  #2  
Old   
Anthony Hook
 
Posts: n/a

Default Re: get table lined up on page - 11-17-2004 , 11:45 PM






reb wrote:
Quote:
I did a navbar and top image in Photoshop as one image, then sliced it and put
it in dw. Photoshop turns the slices into html and puts it into a table for
you.The problem is that I want the table flush against the top left hand
corner, left side and top of the page, but I can't figure out how to do it.
Can anyone help? The very, very rough draft is at:
http://www.honeytubs.com/newsite/finalnavbar.dwt. Thanks.
Looks like you need to add the following to your body tag.
<body ...... leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


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

Default Re: get table lined up on page - 11-18-2004 , 05:18 AM



Add this to the head of your document, just before the closing </head> tag -
it will get rid of the default margins.

<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
background-color: #FFFFFF; /* change color to suit */
}
-->
</style>

and change what you have here:

<BODY BGCOLOR=#FFFFFF>

to <body>
as we declared the background color in the css for body.


--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
Free Templates | Free Nav Bar Sets
http://www.DreamweaverResources.com
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
------------------------------------------------




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

Quote:
I did a navbar and top image in Photoshop as one image, then sliced it and
put
it in dw. Photoshop turns the slices into html and puts it into a table
for
you.The problem is that I want the table flush against the top left hand
corner, left side and top of the page, but I can't figure out how to do
it.
Can anyone help? The very, very rough draft is at:
http://www.honeytubs.com/newsite/finalnavbar.dwt. Thanks.




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.