Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 11 posts ] 
Author Message
 Post subject: About Tables
PostPosted: June 7th, 2006, 6:11 pm 
Dragon Member
User avatar
Offline

Joined: August 9th, 2005, 2:54 pm
Posts: 2078
RS Name: das da gud 1
RS Status: P2P
I really need help figuring this out. In what order do i put them. i know it's table first, then what?

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: June 7th, 2006, 6:11 pm 
Dragon Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: June 7th, 2006, 6:37 pm 
Site Owner
Offline

Joined: September 9th, 2004, 9:26 am
Posts: 6992
Location: Wild Rose Country ca
RS Name: shane12088
RS Status: P2P
Table -> row -> cell

You can put as many cells as you need in a row, and as many rows as you need in the table.

_________________


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 6:44 pm 
Dragon Member
User avatar
Offline

Joined: May 9th, 2005, 3:28 pm
Posts: 1052
Location: BRAINS!!!!!!!!
RS Name: thief121212
RS Status: P2P
Code:
[table][tr][td]1[/td][td]a[/td][/tr]
[tr][td]2[/td][td]b[/td][/tr][/table]


Outcome:


1a
2b


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 6:48 pm 
BANNED
User avatar
Offline

Joined: January 15th, 2005, 8:59 pm
Posts: 2935
RS Status: Classic
So, tr is row, and td is cell?

I've been wondering this too for a long time.


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 7:20 pm 
Dragon Member
User avatar
Offline

Joined: August 9th, 2005, 2:54 pm
Posts: 2078
RS Name: das da gud 1
RS Status: P2P
oooooooh, i get it now, thanks a lot. maybe you should put a sticky or something to tell people how to use this? because it's somewhat confusing

_________________
Image
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 8:39 pm 
Dragon Member
Offline

Joined: April 7th, 2005, 11:02 am
Posts: 4620
Location: Canifis, with the other Russian NPCs de
RS Name: FungiMonarch
RS Status: P2P
Clan Name: The Hot Nuns of Taverley
thorny wrote:
oooooooh, i get it now, thanks a lot. maybe you should put a sticky or something to tell people how to use this? because it's somewhat confusing

Not a bad idea, but how often do you see people using tabes?

_________________
Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: June 7th, 2006, 8:39 pm 
Dragon Member

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: June 7th, 2006, 8:42 pm 
Dragon Member
User avatar
Offline

Joined: September 12th, 2005, 5:51 pm
Posts: 2527
Location: which coordinates we usin? ua
RS Name: Tbl
RS Status: Old School (2007)
Mushroom Queen wrote:
thorny wrote:
oooooooh, i get it now, thanks a lot. maybe you should put a sticky or something to tell people how to use this? because it's somewhat confusing

Not a bad idea, but how often do you see people using tabes?


People don't use them often but it is simple HTML and can be useful at times..


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 9:33 pm 
Moderator
Offline

Joined: February 22nd, 2005, 6:49 pm
Posts: 6927
Location: somewhere over the rainbow us
RS Name: j1j2j3
RS Status: P2P
Mushroom Queen wrote:
thorny wrote:
oooooooh, i get it now, thanks a lot. maybe you should put a sticky or something to tell people how to use this? because it's somewhat confusing

Not a bad idea, but how often do you see people using tabes?


well i used it in my tt guide after tinkering with it.

_________________
Image
Image


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 9:38 pm 
Dragon Member
User avatar
Offline

Joined: June 25th, 2005, 3:26 pm
Posts: 1919
Location: My your bed is soft...
RS Name: de4thm4ge411
RS Status: Classic
I dunno..maybe its cause I program in CSS where i dont need tables...but I find tables to be extremly EVIL!!! So hard to edit when dealing with them!

_________________
Image

Image


Top
 Profile  
 
 Post subject:
PostPosted: June 7th, 2006, 10:03 pm 
Rsbandb Donor
User avatar
Offline

Joined: December 22nd, 2004, 12:51 am
Posts: 6391
RS Name: Stanley1943
RS Status: F2P
de4thm4ge411 wrote:
I dunno..maybe its cause I program in CSS where i dont need tables...but I find tables to be extremly EVIL!!! So hard to edit when dealing with them!

Tables are extremely useful for data organizing, though not for designs.

tr means a table row.
td means a table datacell.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: June 8th, 2006, 8:29 am 
Dragon Member
Offline

Joined: May 13th, 2005, 7:51 pm
Posts: 3099
Location: Arizona us
RS Name: Evalithia
RS Status: P2P
It's Simple

Always start with the "table" tags.

Code:
[table][/table]


Then put "tr" tags in them

Code:
[table][tr][/tr][/table]


Than put as much "td" tags as you want on one row
don't forget to close your tags!


Code:
[table][tr][td][/td][/tr][/table]

That will show

One Little Rectangle


To add more cells on one row, do this
Code:
[table][tr][td][/td][td][/td][/tr][/table]


that will give you:

1 cell2cell


You can add more cells between [/td] and -->
or
Row 1
Row 2


THIS ALSO WORKS FOR HTML, JUST REPLACE THE "[" AND "]" WITH "<" AND ">"

I hope this helps!

_________________
Image
2014.3.28
[size=70]Steam


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies. Forum Index » RSBandB » RuneScape Bits & Bytes Site » About Tables Page 1 of 1 [ 11 posts ]

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: