sergio7889
01-14-2004, 06:28 PM
Hello, i have a problem with html.
I made this table, and when i typed in like 1000 words (just random words), the table kept expanding until it couldnt anymore. How would you fix this? I want the table to be one width, that way it won't expand like it does now. Please Help. I've tried a few things, but it won't work.
spikemeister
01-14-2004, 06:31 PM
<table width="enter value">
sergio7889
01-14-2004, 06:37 PM
I did, i wrote this:
<table border="0" cellspacing="0" cellpadding="3" width="454">
and of course ended it with the </table> tag. It doesnt work.
spikemeister
01-14-2004, 06:39 PM
might be seem a silly question but did you put any spaces between these words.
Rosey
01-14-2004, 06:43 PM
you also put a <tr> and <td> tag right?
if you did and it doesn't work, post your url.
sergio7889
01-14-2004, 06:44 PM
what do you mean? that code has spaces.
spikemeister
01-14-2004, 06:46 PM
No i mean the words you typed into the table. If you just typed words consecutively without spaces the table would just extend itself to fit round what you typed.
sergio7889
01-14-2004, 06:48 PM
yea i did that, i wrote:
NewsNewsNewsNewsNews<br>NewsNewsNewsNews....and so on.
sergio7889
01-14-2004, 06:49 PM
Ok, i put some spaces in there, and now it works, thanks for the help!