Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Cannot start new line after inserting a table in a post (http://forum.bytesforall.com/showthread.php?t=6237)

rpersonal2 Mar 10, 2010 03:15 PM

Cannot start new line after inserting a table in a post
 
This is wierd, I have checked and rechecked the html on inserting a table in a post. I don't use the WYSIWYG editor.

The table works and looks fine but the problem is that even when I start a new paragraph with proper open and closed tags, the next paragraph starts to the right of the last cell of the table.

Has anyone had issues with this?

juggledad Mar 10, 2010 03:35 PM

try adding a <br> after the </table>

rpersonal2 Mar 14, 2010 08:00 PM

That was the first thing I tried, and in all combinations of <br>. I even tried adding the <p> before and </p> after <table></table> respectively. I have added multiple <br>'s but it still is not working correctly.

It is kind of a strange behavior. Here is my current code:

HTML Code:

<table align="left" border="1" cellpadding="1" cellspacing="1" width="100%">
<tr>
<th>colum1</th>
<th>colum2</th>
<th>colum3</th>
</tr>
<tr>
<td>item 1</td>
<td>item 2</td>
<td>item 3</td>
</tr>
</table>


rpersonal2 Mar 14, 2010 08:11 PM

I think I narrowed it down. It has something to do with [align="left"]. I removed all attributes of the table and added them one by one (i.e. cellpadding, cellspacing, border). As soon as I got to align="left" it gave me the strange behavior by not displaying text after the table on a new line.

Is this an error with the theme, wordpress, or my version of IE? Or something else?

any thoughts?

juggledad Mar 15, 2010 05:24 AM

what version of Atahualpa and WP?
What is the url showing the issue?

rpersonal2 Mar 19, 2010 12:29 PM

Wordpress 2.9.2
Atahaulpa 3.4.6

I can email the url to you if you'd like. As I mentioned I corrected it by removing the "align="left".

juggledad Mar 19, 2010 04:03 PM

I just put your code into a post and added a line after teh </table> and it works fine. There must be a conflict with something else in your setup.

Is there anything else in the post?


All times are GMT -6. The time now is 10:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.