HighDots Forums  

Re: How to center a layer

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: How to center a layer in the Macromedia Dreamweaver forum.



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

Default Re: How to center a layer - 07-19-2004 , 09:00 AM






Why don't you just use tables. It's a lot easier and we're not to the point of
next gen browsers yet so you can worry about programing with css then. just use
something like this:

<table width="600" height="100%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td valign="middle">
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>



Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: How to center a layer - 07-19-2004 , 10:57 AM






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

Quote:
Why don't you just use tables. It's a lot easier and we're not to the
point of
next gen browsers yet so you can worry about programing with css then.
just use
something like this:

table width="600" height="100%" border="0" align="center"
cellpadding="0"
cellspacing="0"

That depends on the browser rendering the invalid and unreliable 100%
height.

Gary




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.