datingexpert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Previous Entries navigation not workingOk the standard one is like the following:
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
</div>
You will need to set the style of how you want your navigation to look like in the style sheet. Some may prefer to attach an image like arrows instead of using physical text like Previous Entries.
Hope you can get it working, for this one is tested to work successfully, so now I am seriuosly thinking it’s gotta do with my template.
Forum: Fixing WordPress
In reply to: Right Sidebar being pushed downOh I see. Got it. Thanks!
Forum: Themes and Templates
In reply to: Sidebar at the bottom, help!Test adding this to the sidebar in the stylesheet:
position: absolute;
See if it works. Good luck!
Forum: Fixing WordPress
In reply to: Right Sidebar being pushed downI resolved the problem!
Nothing else was changed, but I guess the whole content was pushed cos of a comment being posted on the leftbar.
Thanks!
Btw, what’s this with the validator thingy? I noticed it appeared in most of the posts with similar problems like mine,
Forum: Fixing WordPress
In reply to: Right Sidebar being pushed downOh no, I did that and the alignment is completely screwed up! The main column text overflows to the right bar.
So I deleted the overflow command, but the alignment wasn’t being restored back to normal! 🙁
Forum: Fixing WordPress
In reply to: Right Sidebar being pushed downI deleted the problem entry, so from the main page it looks fine
But, another new post is giving the same problem on the Single Post page, and strange enough, this didn’t affect the main page unlike the previous one I deleted.
http://www.kloudiia.com/2006/08/09/happy-birthday-singapore/
Would be extremely grateful if anyone can tell me what could be the cause of this? Its’ really driving me crazy troubleshooting. Thanks loads!