Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > fixed table size

Reply
Thread Tools

fixed table size

 
 
jFox
Guest
Posts: n/a
 
      01-26-2007
I have one table with multiple links and all links are loaded in the same
table ( on the same page ).
Problem is that sometimes you have few infos and sometimes many infos in the
same table so the table size (width) is auto defined by the data in this
table.

How can i define some constant table size so i can avoid table auto
resizing.






 
Reply With Quote
 
 
 
 
Arjen
Guest
Posts: n/a
 
      01-26-2007
jFox schreef:
> I have one table with multiple links and all links are loaded in the same
> table ( on the same page ).
> Problem is that sometimes you have few infos and sometimes many infos in the
> same table so the table size (width) is auto defined by the data in this
> table.
>
> How can i define some constant table size so i can avoid table auto
> resizing.


<table width="600"> or css
<table style="width:600px;">

--
Arjen
http://www.hondenpage.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table cell width fixed size Fabian Vilers HTML 11 08-19-2009 08:38 PM
Help! Fixed width table with a 100% width image in it is assuming theimages intrinsic size, although it does shrink the image satya.komatineni@gmail.com HTML 1 12-29-2007 08:32 PM
mega pixels, file size, image size, and print size - Adobe Evangelists Frank ess Digital Photography 0 11-14-2006 05:08 PM
Free Fixed-Width/Fixed-Pitch fonts? johnp HTML 4 05-23-2005 06:14 AM
How to set the DataGrid Row Size to a fixed size. =?Utf-8?B?QmlkYXJrb3Rh?= ASP .Net 0 05-19-2005 08:14 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57