1 jinbrother1 Sep 06, 2005 00:40
3 jinbrother1 Sep 06, 2005 00:55
I'm afraid I don't know what you mean by reducing the width of the elements at the bottom of my "see more" link. Where exactly is that located?
I had already deactivated the trackbacks couple days ago after reading about spam issues, so I'm guessing that won't solve my issue.
I have a feeling it has more to do with my popup_comments, but I don't know what the problem is (I'm a complete noob when it comes to PHP :oops:). When I click on "post comments", everything seems to work out fine. Perhaps that's why my emoticons and captcha code aren't displaying, because of path conflict.
I don't know what I'm saying. You guys know a lot more than I do. :D Thanks for your help.
4 jinbrother1 Sep 06, 2005 02:04
Nevermind. I fixed the problem of the right panel shifting downward. I wrote some code for my feedback.php which should've been written on popup.php. Now I just have to figure out how to fix my images from displaying.
Thanks for your help and concern, kwa.
5 kwa Sep 06, 2005 13:31
Deactivated or not, when I open the page you talk about:
- [url=http://jinbrother1.fifthdesign.com/blog/index.php?blog=1&title=the_philosophy_of_charles_schultz&more=1&c=1&tb=1&pb=1]The Philosophy of Charles Schultz[/url][/list:u]I still can read:
open the [url=http://jinbrother1.fifthdesign.com/blog/index.php?blog=1&title=the_philosophy_of_charles_schultz&more=1&c=1&tb=1&pb=1]The Philosophy of Charles Schultz[/url] page on your browser
edit the (X)HTML and CSS files locally until the whole page displays correctly.[/list:u]
The things to check are:
the display of the trackback address (too large, remove it);
the width of your Comment text box;
check your CSS.[/list:u]
(Sorry for the Read more confusion, I've noticed you had some For the complete story, click here. links at the end of some posts, however, this is not the case with the one we talk about.)
- http://jinbrother1.fifthdesign.com/blog/htsrv1/trackback.php?tb_id=32[/list:u]
I believe it is too large for your layout, since your browser cannot split that line before the question mark (browsers don't split words; they sentences are split on ponctuation marks and spaces).
An easy way to check what happens is:
6 jinbrother1 Sep 06, 2005 18:40
I found out what the problem was. I added a table code in my feedback page instead of in my popup_comments page. The table was apparently too large for my main/middle section of my blog, so it shifted the right panel downward. Since my comments page appears on a popup window (which is wider in width), I don't have a problem there. As for the images, it was just some path conflict I eventually fixed. Thanks though, kwa!
7 kwa Sep 07, 2005 04:37
I'm glad you've found and solved the issue! :)
Something appearing in the bottom of your post makes the main/middle area appearing wider than it should. Try to deactivate the trackbacks (see [url=http://forums.b2evolution.net/viewtopic.php?t=5271]I want to get rid of trackbacks completely (Spam nightmare)[/url]) or reduce the width of the elements appearing at the bottom of your "see more" link...
That's a common CSS issue.
(Another solution would be to enlarge your blog's width including the left, main and right areas by 1 or 2 pixels; that helps sometimes.)