|
Haven't registered yet? Do it here now!
|
daveydude
Joined: 07 Aug 2006 Posts: 13
|
|
|
|
|
|
|
Posted: Fri Oct 27, 2006 3:37 pm Post subject: Tables in posts? |
|
|
|
|
|
|
|
|
|
|
I'm trying to make a post which includes a small table with some thumbnails in it.
The table code is very simple, the width is less than the content window, but when I publish the post, there is a big space between the top of the table and the text above it.
The large space above the table still appears when I place the table at the top of the post.
Can anyone tell me why this is happening? |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Fri Oct 27, 2006 3:57 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
hum, thats strange..
can you please pm me url where i can preview the output..
Thanks! _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
daveydude
Joined: 07 Aug 2006 Posts: 13
|
|
|
|
|
|
|
Posted: Fri Oct 27, 2006 8:47 pm Post subject: |
|
|
|
|
|
|
|
|
Doug E
Joined: 21 Nov 2006 Posts: 5
|
|
|
|
|
|
|
Posted: Tue Nov 21, 2006 11:19 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
I'm having a similar problem with tables. I will PM you with details if you're available |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Wed Nov 22, 2006 12:08 am Post subject: |
|
|
|
|
|
|
|
|
|
|
the deal is that due to a request, i have made every \n symbol which is a system symbol for a new line, to be converted to BR html symbol, so when you paste regular text, the formatting will be kept when converted to html.
So now when you paste tables the new lines where you put TR and TD html tags are on different lines, script outputs BR there and that causes the big space.
Do a view source on your outputed blog page and you will see what i mean..
As for now, just make the table stuff on one line.
In next update of BO i will make option to turn on and off the auto BR inserting.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
Doug E
Joined: 21 Nov 2006 Posts: 5
|
|
|
|
|
|
|
Posted: Wed Nov 22, 2006 12:26 am Post subject: |
|
|
|
|
|
|
|
|
|
|
Wow, that was a quick reply man! I just figured it out on my own after a few hours of fiddling. Next time ile just wait for your fast support time
Thanks for the reply! |
|
|
|
|
|
|
|
Doug E
Joined: 21 Nov 2006 Posts: 5
|
|
|
|
|
|
|
Posted: Wed Nov 22, 2006 12:29 am Post subject: |
|
|
|
|
|
|
|
|
|
|
Ohh, and for anyone that encounters this problem, in the post template html, make sure there are no spaces between your tags.
improper
----------
<table>
<tr>
<td>
Doing it in a clean layout with spaces between tags will force BO to add in a <br /> breaking up your tables.
</td>
</tr>
</table>
proper
--------
<table><tr><td>With no spaces in your post template html code like this you will have no troubles </td></tr></table> |
|
|
|
|
|
|
|
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 You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |