UndergroundScene Forums  

Welcome to the UndergroundScene Forums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!


Go Back   UndergroundScene Forums > GENERAL MUSIC DISCUSSION! > Site Announcements and Feedback
Register FAQ Site Areas Gig Guides Members Calendar Arcade Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
Old 16th July 2002, 02:04 AM   #1 (permalink)
kj
gimp
 
kj's Avatar
 
Join Date: Aug 2001
Location: Scotland
Posts: 13,998
Band: A band of merry men
kj has disabled reputation
Arrow HTML Table help

ok, the following code should help you understand tables and everything that goes along with them...

<table> //starts the html code for a table
<tr> //starts a new row
<td> //creates a cell in the row
<p>this is table cell 1 in top row
</td> //closes a cell in the row

<td> //creates a cell in the row
<p>this is table cell 2 in top row
</td> //closes a cell in the row
</tr> //end the current table row

<tr> //starts a new row
<td> //creates a cell in the row
<p>this is table cell 1 in second row
</td> //closes a cell in the row

<td> //creates a cell in the row
<p>this is table cell 2 in second row
</td> //closes a cell in the row
</tr> //end the current table row

</table> //end tag for ending the table code
kj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16th July 2002, 02:10 AM   #2 (permalink)
kj
gimp
 
kj's Avatar
 
Join Date: Aug 2001
Location: Scotland
Posts: 13,998
Band: A band of merry men
kj has disabled reputation
Post

this next section of code allows you to modify the way a table looks.

The following table has a border of 0 thickness. i.e. no border at all, it has a width of 400 pixels and a hieght of 90%. all measurements can be in pixels or percentages. Percentages are more flexible, but for a rigid table, use set pixel sizes. The same rules apply for cell properties as is show bellow. Try copying and pasting the code here and above into a html document and see what happens.

<table border="0" width="400" height="90%">
<tr>
<td width="50%" height="50%"></td>
<td width="50%" height="50%"></td>
</tr>
<tr>
<td width="200" height="50%"></td>
<td width="200" height="50%"></td>
</tr>
</table>

<small>[ 16 July 2002, 03:13 AM: edited by: KJ. ]</small>
kj is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 07:25 PM.


Powered by vBulletin
UndergroundScene.co.uk is bad-ass and under copyright

Content Relevant URLs by vBSEO 3.0.0 RC8