Forum Moderators: open

Message Too Old, No Replies

Can I create a table?

with 6 rows and 4 columns?

         

vibgyor79

7:48 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible to create a table? If yes, can somebody give me an example code? I need 6 rows and 4 columns :)

If no, what can I do?

I don't see anything in the "Style Codes".

korkus2000

7:52 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Sure

<table>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
<tr>
<td></td><td></td><td></td><td></td>
</tr>
</table>

Just kidding ;). I don't think so.

tbear

7:52 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>I don't see anything in the "Style Codes".

Are you looking to do it with css or as a standard table?

korkus2000

7:53 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think the question is about the board. I don't think you can. I really don't know of another way.

tbear

7:56 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Duuurrrrrr.....

rcjordan

7:57 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



HTML can be done with special permissions in the member account (which explains why you will see it every now and then), but it's avoided.
#1 - It's a little screwy on the edits, I've had entire tables collapse when I went in to tweak them for typos. #2 - We'd have about 200k negative divs with inline styles within a month.

vibgyor79

8:29 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What is this? From the style codes again..

[code]
Code for preformatted text
[code] (start it and stop it on a new lines)

I wonder what will happen if I put the html code between those two codes..

victor

9:37 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The award winners on the site can do tables :) example:

[webmasterworld.com...]

I guess (as rcjordan suggests) it's just a bit too flakey for general release.

vibgyor79

9:42 pm on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not a bad job eh? [webmasterworld.com]

Though it would have looked much better with tables.