HighDots Forums  

Thin Tables

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Thin Tables in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CaSuaLMrV webforumsuser@macromedia.com
 
Posts: n/a

Default Thin Tables - 07-15-2003 , 07:50 PM






Hi can someone please tell me how to create a thin table.
I have tried using a few examples and it is my understanding that basically your table needs to have a cell padding of 3 and a border of 1.
I must be missing something as my tables are still fat !

Can someone please point me in the right direction !
I guess the only thing I haven't tried is imbedding more than one table into another table in order to get the desired effect.

Basically my primary goal is to create a web page that has thin table lines around the main body of the web page.

Thanks.



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

Default Re: Thin Tables - 07-15-2003 , 08:13 PM






CaSuaL:

Quote:
it is my understanding that basically your table needs to have a cell
padding of 3 and a border of 1.

Any clues where you got that idea?

This code wil do what you want -

<table bgcolor="#333" cellspacing="0" cellpadding="1" border="0"
width="500">
<tr>
<td><table bgcolor="#FFF" cellspacing="0" cellpadding="1" border="0"
width="500">
<tr>
<td>How's this?</td>
</tr>
<tr>
<td><img src="shim.gif" width="500" height="250" name="shim"></td>
</tr>
</table>
</td>
</tr>

--
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.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

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

Quote:
Hi can someone please tell me how to create a thin table.
I have tried using a few examples and it is my understanding that
basically your table needs to have a cell padding of 3 and a border of 1.
I must be missing something as my tables are still fat !

Can someone please point me in the right direction !
I guess the only thing I haven't tried is imbedding more than one table
into another table in order to get the desired effect.

Basically my primary goal is to create a web page that has thin table
lines around the main body of the web page.

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.