-
January 14th, 2004, 08:51
#1
Member
Need some html help
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.
-
January 17th, 2004, 05:24
#2
Guest
Hi Sergio
Try pasteing this code to notepad and saving as whatever.html then open it up with your browser then click file and edit in notepad
<TABLE cellSpacing=5 cellPadding=5 width="25%" align=center border="1">
<TBODY><TR vAlign=top align=middle><TD align=middle width="90%" ><FONT size=1>
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
</FONT></TD></TR></TBODY></TABLE>
-
January 18th, 2004, 11:14
#3
FWS Addict
The above would work, basically you need to define the width of the table, either as a percentage of the page size or a fixed size in pixels.
If you don't define a width it'll strech, as you've seen
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks