newitus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi Root,
It’s all fixed with Otto’s help. The header gap is not related to what I asked. If you want to see the problem yourself, you could copy the first piece code I pasted here and put on a new WP 2.1.12 page.
Forum: Fixing WordPress
In reply to: Big gap from nowhereForum: Plugins
In reply to: parent pages plugin doesn’t work in 2.1.12?No one using parent pages?
Forum: Fixing WordPress
In reply to: Big gap from nowhereForum: Fixing WordPress
In reply to: Big gap from nowhereHi Otto42,
Can you please point me out a valid html table code sample?
How do we submit request to fix this space bug for wpautop function?
Thanks again.
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi macwise,
Adding the
<div>...</div>
doesn’t help. It’s not related to the p element. You could check at herePlus, the w3 validator states over 50 errors on my pages, starting on the “border” attribute doesn’t recognized. I don’t know what I should listen to.
Thanks.
Forum: Fixing WordPress
In reply to: Big gap from nowhereSorry on messing up with the link text.
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi,
I also tried macwise’s solution but still not close totally.
wpautop has no shortage of html code that it does not work properly on.
Confusing, is it a bug, right? User has to putting the whole table code into one line to avoid the spaces came from nowhere.
Plus, I believe that “Parent Pages” plugin
isn’t working because the 2.1.12 upgrade too.Can you two professionals take a look as well?
Thanks a lot!
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi Otto42,
I’m getting closer after I put the whole html table code into one line.
OK, I will try macwise’s suggestion too to see if it close totally.
Thanks to all.
Forum: Fixing WordPress
In reply to: Big gap from nowhereOtto42,
BTW, how did you view the BRs in Firefox DOM inspector? I’m using Firefox 2.0 and went there but found no BRs.
I will try to modify the table as you said.
Thanks again.
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi Otto42,
I use the same template/plugin/code at chupkg.com/product
and no big gap come out. (2.0.2)So it’s the version 2.1.12 change causing the problem?
Thank you.
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi,
After I updated the “Parent Pages” plugin option (include current page), the gap seems getting smaller. But even I deactivated it, the gap still exists.
Any help?
Forum: Fixing WordPress
In reply to: Big gap from nowhereHi Otto42,
Thanks for helping out. I don’t get what you were talking about. Here is the code
<p>(Moving Blankets)</p> <TABLE BORDER> <TR><TD ALIGN=CENTER>SIZE</TD><TD ALIGN=CENTER>LBS/DOZEN</TD><TD ALIGN=CENTER>COLOR</TD></TR> <TR><TD ALIGN=LEFT>70" x 80"</TD><TD ALIGN=CENTER>80 - 84</TD><TD ALIGN=LEFT>Green/Gray</TD></TR> <TR><TD ALIGN=LEFT>70" x 80"</TD><TD ALIGN=CENTER>80 - 84</TD><TD ALIGN=LEFT>Dark Blue/Light Blue</TD></TR> <TR><TD ALIGN=LEFT>70" x 80"</TD><TD ALIGN=CENTER>72 - 75</TD><TD ALIGN=LEFT>Green/Gray</TD></TR> <TR><TD ALIGN=LEFT>70" x 80"</TD><TD ALIGN=CENTER>72 - 75</TD><TD ALIGN=LEFT>Dark Blue/Light Blue</TD></TR> <TR><TD ALIGN=LEFT>70" x 80"</TD><TD ALIGN=CENTER>65 - 70</TD><TD ALIGN=LEFT>Light Blue/Black</TD></TR> <TR><TD ALIGN=LEFT>70" x 54"</TD><TD ALIGN=CENTER>35 - 40</TD><TD ALIGN=LEFT>Light Blue/Black</TD></TR> </TABLE>
Can you point out specifically on the code?
Thank you.