Author |
Topic  |
|
rayburn
Starting Member
7 Posts |
Posted - 14 July 2004 : 09:31:54
|
Hello all. When I try to add an HTML table inside the message, I get a large blankspace before the table appears. I have tried changing the table's width and height with no results. Does anybody know if there is a bug when trying to add a table? Or any work-arounds to get my table to fit inside the thread nicely. I can provide a screenshot, but like I said, there is a giant space so the screenshot would be large as well. Cheers, Rayburn |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
rayburn
Starting Member
7 Posts |
Posted - 14 July 2004 : 09:44:31
|
No that not it, even when I add a simple table like this: <table border="1"> <tr> <td>1</td> </tr> <tr> <td>2</td> </tr> <tr> <td>3</td> </tr> <tr> <td>4</td> </tr> </table>
It still puts a large space before the table is shown. |
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
rayburn
Starting Member
7 Posts |
Posted - 14 July 2004 : 10:08:26
|
The forum is on an protected intranet site behind a firewall.
I can provide a screenshot...or the code. |
 |
|
PeeWee.Inc
Senior Member
   
United Kingdom
1893 Posts |
Posted - 14 July 2004 : 11:50:16
|
What MODS and code edits have you done to the Snitz Base Code? |
De Priofundus Calmo Ad Te Damine |
 |
|
rayburn
Starting Member
7 Posts |
Posted - 15 July 2004 : 09:28:46
|
No changes to the Snitz base code, I have a Poll Mod v2.0 on. Cheers! |
 |
|
CarKnee
Junior Member
 
USA
297 Posts |
Posted - 15 July 2004 : 09:59:01
|
Remove all spaces and new lines. Like this:
<table border="1"><tr><td>1</td></tr><tr><td>2</td></tr><tr><td>3</td></tr><tr><td>4</td></tr></table>
I noticed the same thing a while ago.
|
 |
 |
|
rayburn
Starting Member
7 Posts |
Posted - 15 July 2004 : 11:46:13
|
Wow, Thank you so much..worked like a charm. I have been trying to figure this one out for days now. Because the space was before the table, I really didnt think it was a table format issue. Your the Man CarKnee, or maybe the woman, either way..I owe you a beer. |
 |
|
CarKnee
Junior Member
 
USA
297 Posts |
Posted - 15 July 2004 : 12:26:12
|
No problem.  |
 |
 |
|
|
Topic  |
|