Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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
Trades: 0
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
 
 
Register now for full access!
Old 04-27-2007, 04:53 AM Re: Can someone help with creating a table please?
cbeaudin's Avatar
Extreme Talker

Posts: 158
Name: cbeaudin
Location: Proud to be Canadian
Trades: 1
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
__________________
- cbeaudin

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 Search this Thread
Search this Thread:

Advanced Search

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 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.09504 seconds with 12 queries