Originally posted by gigo
Too complicated for me as I suck at HTML go WYSIWYG editors! - Dreamweaver MX may I add?
[table] starts the table
[tr] makes a row
[td] makes a cell in the row for data
A special note to LoudMusic:
Are you getting ready to post a degrading, harsh, or downright stupid comment?
Think before you speak! GTPlanet is only as good as you make it.
[table] (this starts it)
[tr] (this makes a new row)
[td] (this adds a "data" cell)
Hello!
[/td]
[td]
Hi again!
[/td]
[/tr]
[tr]
[td]
BOO!
[/td]
[td]
NEWCH!
[/td]
[/tr]
[/table]
Hello! | Hi again! |
BOO! | NEWCH! |
<table width="100%">
<br />
<tr>
<br />
<td>
<br />
Hello!
<br />
</td>
<br />
<td>
<br />
Hi again!
<br />
</td>
<br />
</tr>
<br />
<tr>
<br />
<td>
<br />
BOO!
<br />
</td>
<br />
<td>
<br />
NEWCH!
<br />
</td>
<br />
</tr>
<br />
</table>
Originally posted by Pako
Just look at all those "<br> tags.....
Code:<table width="100%"> <br /> <tr> <br /> <td> <br /> Hello! <br /> </td> <br /> <td> <br /> Hi again! <br /> </td> <br /> </tr> <br /> <tr> <br /> <td> <br /> BOO! <br /> </td> <br /> <td> <br /> NEWCH! <br /> </td> <br /> </tr> <br /> </table>
I hadn't thought of that. Removed!It appears to be set "width=100%". In most cases I would agree that that would be the best way to go. However, in the situations that it will be used most for in GTP threads, I would think that having the table width be dynamic so that the contents force the width would make more sense. That way the columns are closer together keeping the information closer together and making it easier to read. Basically don't set a width, if that's possible.
Hmmm? Text in the tables are the normal size for me.Can we make the font a size or two smaller? Because the text is in a table, it doesn't carry over the font settings from outside the table.
Hehe, it's been a few days now. See http://forums.gtplanet.net/showthread.php?s=&threadid=10706.YOU ROCK DUDE! How long has that been there?
This one is really throwing me for a loop. I don't know where it could be getting any <br/> tags from - I only entered the replacement text as the standard table tags and nothing else. I don't know what to do!Oh, and I've figured out the major "gap-osis" problem. It's putting a <br/> in there, which I'm unfamiliar with, other than it adds returns. Somehow they are being processed before the <table> tag, though they are actually contained inside the <table>. No idea. Needs to go away (:
Those are HTML tags to create a new line (or a line break), but they are automatically inserted into your post when you type a message and press "Enter".Originally posted by meme
I thought those were tags! sorry.![]()
Originally posted by Jordan
Just an update...
Unfortunately, due to deliberate abuse, the table tags have been removed.![]()
It wasn't your individual fault, it was being abused by many different people.Originally posted by gigo
Don't tell me it was my fault in the test forum? - I was testing!