<table border="1px" cellspacing="0px" cellpadding="3px" width="90%"> <tr> <th><p>Notification Type</p></th> <th><p>Description</p></th> </tr><tr> <td><p>Database Modification</p></td> <td><p>Used for general database actions, such as when members are created / deleted, when their member type changes, and so on. This notification type is for things such as new member welcome messages, to notify the sponsor when a member joins under them, and so on.</p></td> </tr> <tr> <td><p>Commission / Membership Fee Processed</p></td> <td><p>When other miscellaneous actions occur such as when a coupon code is generated, or payment method added.</p></td> </tr> </table>
Another thing that I noticed, even on your own Knowledgebase site, is that words sometimes have extra letter spacings randomly. Like a normal word, 'description', sometimes shows up as desc ription .
Spaces show up when a word is really long and triggers the word wrapping. You're just getting a space every 40 characters or so regardless of word length though. I can't reproduce anything similar to that -- the WSN Links manual looks nothing similar.
Comments on Table, td, th messing up
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
Another glitch? Or is it me again?
http://www.themlmsoftware.com/docs/comments.php?id=20
I created this table in the description:
<table border="1px" cellspacing="0px" cellpadding="3px" width="90%">
<tr>
<th><p>Notification Type</p></th>
<th><p>Description</p></th>
</tr><tr>
<td><p>Database Modification</p></td>
<td><p>Used for general database actions, such as when members are created / deleted, when their member type changes, and so on. This notification type is for things such as new member welcome messages, to notify the sponsor when a member joins under them, and so on.</p></td>
</tr>
<tr>
<td><p>Commission / Membership Fee Processed</p></td>
<td><p>When other miscellaneous actions occur such as when a coupon code is generated, or payment method added.</p></td>
</tr>
</table>
Yet, look how it is displaying. ANother example: http://www.themlmsoftware.com/docs/comments.php?id=58
That one is somehow messing up the closing tags.
Another thing that I noticed, even on your own Knowledgebase site, is that words sometimes have extra letter spacings randomly. Like a normal word, 'description', sometimes shows up as desc ription .
Thanks
David
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Spaces show up when a word is really long and triggers the word wrapping. You're just getting a space every 40 characters or so regardless of word length though. I can't reproduce anything similar to that -- the WSN Links manual looks nothing similar.
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
K. That didn't help. So how can I get a table displayed?
Forum Regular
Usergroup: Customer
Joined: Jun 22, 2005
Total Topics: 91
Total Comments: 305
K. Fixed it by literally deleting all spaces in a table, so now it's one big line. :P
Thx.