I am trying to make a table with HTML, i want it to have 2 columns, 1 column needs to be 5/10 % and the rest for the other column. No matter what width i give the columns they are splitting pretty much 50%.
this is what i done before
tag...
(even the number 1 won't make it smaller)
(99 is not doing anything)
No matter what number i use, it keeps messing up.
Does anyone know where i am going wrong?
Thank you in advance.
2007-12-12
06:22:53
·
3 answers
·
asked by
Humza
5
in
Computers & Internet
➔ Programming & Design
3 answers
This will pretty much do it:
Just change the
to whatever percentages you need. Hope this helps!
2007-12-12 06:33:19
·
answer #1
·
answered by Jason V 2
·
1⤊
0⤋
To define the width of columns, you first need to define the width of the table. This example will demonstrate.
Column 1 | Column 2: The quick brown fox jumped over the lazy dog |
If you want to specify an exact width you need to use the form
"1" means nothing to html.
2007-12-12 19:02:17
·
answer #2
·
answered by JA12 7
·
1⤊
1⤋
2007-12-12 06:30:26
·
answer #3
·
answered by fjpoblam 7
·
1⤊
0⤋
fedest.com, questions and answers
|