HighDots Forums  

skinny tables

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss skinny tables in the Macromedia Dreamweaver forum.



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

Default skinny tables - 12-01-2003 , 01:40 PM






does any one know how to make a table less than 10 px in dreamweaver. i'm trying to put a table under my top table that will just be a different color, and nothing in it. everytime i make a new table, the width is set at a minimum of 19 or 20 pixels. how do i make this table something like 10 or 5 pixels
thanks guys or gals



Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: skinny tables - 12-01-2003 , 02:22 PM






Quote:
does any one know how to make a table less than 10 px in dreamweaver. i'm
trying to put a table under my top table that will just be a different
color, and nothing in it. everytime i make a new table, the width is set at
a minimum of 19 or 20 pixels. how do i make this table something like 10 or
5 pixels

You want the width to be that? Then just make the width="whatever". You
probably have an empty space in the table that is forcing it open.

Of course, you could just use a DIV or a SPAN to get the same result...which
may be easier for you + less markup.

-Darrel




Reply With Quote
  #3  
Old   
LemonLemon webforumsuser@macromedia.com
 
Posts: n/a

Default Re:skinny tables - 12-01-2003 , 02:36 PM



Have you tried to remove the "non-breaking space" that Dreamweaver automatically adds to every table cell?



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

Default Re: skinny tables - 12-01-2003 , 02:38 PM



Naahhh - don't make an empty cell. Use a transparent GIF that has the
dimensions you need in those cells.

--
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
==================

"darrel" <notreal (AT) hotmail (DOT) com> wrote

Quote:
does any one know how to make a table less than 10 px in dreamweaver.
i'm
trying to put a table under my top table that will just be a different
color, and nothing in it. everytime i make a new table, the width is set
at
a minimum of 19 or 20 pixels. how do i make this table something like 10
or
5 pixels

You want the width to be that? Then just make the width="whatever". You
probably have an empty space in the table that is forcing it open.

Of course, you could just use a DIV or a SPAN to get the same
result...which
may be easier for you + less markup.

-Darrel





Reply With Quote
  #5  
Old   
mick_white
 
Posts: n/a

Default Re: skinny tables - 12-01-2003 , 02:43 PM



Insert a transparent image, set the size(X,Y) and set the background
colour in the PI.
Mick

"supaland" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
does any one know how to make a table less than 10 px in dreamweaver. i'm trying to put a table under my top table that will just be a different color, and nothing in it. everytime i make a new table, the width is set at a minimum of 19 or 20 pixels. how do i make this table something like 10 or 5 pixels
thanks guys or gals







Reply With Quote
  #6  
Old   
Tom Boyle webforumsuser@macromedia.com
 
Posts: n/a

Default Re:skinny tables - 12-01-2003 , 02:43 PM



does any one know how to make a table less than 10 px in dreamweaver. i'm trying to put a table under my top table that will just be a different color, and nothing in it. everytime i make a new table, the width is set at a minimum of 19 or 20 pixels. how do i make this table something like 10 or 5 pixels

I used to create (not different tables) but columns that appeared as if they were vertical lines.

I would set the column width to, say, 2px, set bgcolor to, say, green. Rowspan the cells. Now I have a vertical green line separating two columns. My guess is that when you are working with the whole table the same rules apply. Make sure that cellspacing and cellpadding are set to 0. Those attributes add interior space to a table/cell. Also check to see if you have any CSS or other property defined for the table that may add interior space such as margin, etc.

If you cannot use the GUI editing screen to "get inside" the table, try editing the HTML directly:

TABLE width=5 cellspacing=0 cellpadding=0

You should include one TR /TR (row) and one TD /TD (col/cell) to define anything, even a blank table.





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 - 2008, Jelsoft Enterprises Ltd.