![]() |
Page Editor Glitches
I mentioned this briefly in another thread, but another issue there arose, so I'm reposting it.
I'm having issues with my page editor creating massive spaces, line breaks ans shoving things like tables and forms far down the page. I've taken some screenshots; This is of a page right now; http://i43.tinypic.com/33as9ap.jpg This is what it looks like when I'm editing it; http://i43.tinypic.com/6iwg8y.jpg And this is the preview the editor provides; http://i39.tinypic.com/2jfbmlz.jpg I have some live examples; http://ratties.x10.mx/contact.php http://ratties.x10.mx/sites.php http://ratties.x10.mx/index.php http://ratties.x10.mx/contests.php I can throw a table up if anyone would like to see - the pages that look half decent have been dramatically altered through the editor to get them as normal looking as possible. |
Yep had that problem too, which is why I don't use the editor at all. I'm so sure that helps you tons. LoL
|
You can disable the editor? Darn, that'd be nice. It's great in theory and for beginners, but I prefer to be given the barebones and work up from there. I can do a ton more with bbcodes.
|
I Just edit the php pages and put my content there :/
|
Well the CKEditor inserts an empty line into the database out of nowhere. You can find the page from table prefix.content and edit out the <p> which is causing problem.
|
Sorry for the delay in getting back, issues...
Anyway, I tried looking for an extra <p> in my content table and couldn't find it. Actually, in the content area, it looks (html wise) exactly how I wanted it to appear. |
Well at this point you can fix this by going to phpmyadmin and edit table prefix.content. Remove every instance of <div> and </div> except for the one at the beginning or end of a paragraph. An example is shown here(as you find from table prefix.content:
PHP Code:
PHP Code:
|
Okay, so I did that on the index page and I didn't seem to notice a difference, so I went to check the contest page and edit that thinking perhaps I'd get better results, and here is what it looks like;
Code:
<div style="text-align: center;"> |
Remove every instance of the following code as below except when you actually want a linebreak.
PHP Code:
PHP Code:
|
I Have figured out what causes the massive spaces, line breaks and shoving things like tables and forms far down the page.
In The File-Manager, Open Whatever php you want to edit. and search for this line PHP Code:
PHP Code:
|
All times are GMT -5. The time now is 06:44 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.