HighDots Forums  

Problem with table size

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Problem with table size in the Macromedia Dreamweaver forum.



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

Default Problem with table size - 01-03-2008 , 03:59 PM






Hello,
I've got a table with a number of columns that can vary ; my problem is that I
do not know how to keep the table size small enough so that is does not destroy
my layout. I have put the table in a div box but it still does not work. Could
you explain me how to do ?

On the following web page you can see my problem. The table is inside a div
box (whose background color is grey) and the div box is inside the div main
(whose background color is white).
http://sylvain.poggi.free.fr/html3.html

The css file is in the same directory : indicreport.css

Thank you.


Reply With Quote
  #2  
Old   
Ken Binney
 
Posts: n/a

Default Re: Problem with table size - 01-04-2008 , 08:37 AM






Constrain your font size... for example

td,th {
width: 10%;
text-align: center ;
font-size: 12px;
}


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

Quote:
Hello,
I've got a table with a number of columns that can vary ; my problem is
that I
do not know how to keep the table size small enough so that is does not
destroy
my layout. I have put the table in a div box but it still does not work.
Could
you explain me how to do ?

On the following web page you can see my problem. The table is inside a
div
box (whose background color is grey) and the div box is inside the div
main
(whose background color is white).
http://sylvain.poggi.free.fr/html3.html

The css file is in the same directory : indicreport.css

Thank you.




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.