Reply
Can someone help with creating a table please?
Old 04-27-2007, 03:57 AM Can someone help with creating a table please?
Average Talker

Posts: 21
What I need to do is create a table that is of fixed px width and then have 8 columns of equal percentages over that width. I have used some web tools such as dreamweaver and it lets me drag column sizes, etc... but i would like to know the code to do the above so that it is set. As well, if I wanted to set row height sizes, is there some code for that as well?

Thanks in advance for any help.
kool2bhip is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 04-27-2007, 04:53 AM Re: Can someone help with creating a table please?
cbeaudin's Avatar
Super Talker

Posts: 126
Name: Clayton Beaudin
Location: Proud to be Canadian
HTML Code:
<table width='700px'>
<tr>
<td width='12%'>

Put information between these tags

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
<td width='12%'>

</td>
</tr>
</table>
For tutorial go here: http://www.w3schools.com/html/html_tables.asp

PS. you should try to avoid tables if you can and use CSS

Last edited by cbeaudin : 04-27-2007 at 04:56 AM.
cbeaudin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can someone help with creating a table please?
 

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

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




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.10860 seconds with 12 queries