PDA

View Full Version : Web-based problem


Celsus
03-20-2005, 09:30 PM
Hello all,

I recently started a Word Press blog at my site, but the side bar refuses to sit within the body of the post. For really short posts, it screws up the format altogether, like so (http://eblaforum.org/blog/?p=9). Any ideas how to fix this? It's php so I haven't got a clue.

Joel

ceptimus
03-20-2005, 10:54 PM
I think you need to tweak the "menu" definition (that's what the sidebar uses) or "credit" (that does the footer thing that the sidebar covers, when the main content is shorter than the sidebar) in your .css file:

http://eblaforum.org/blog/wp-content/themes/custom/style.css

An alternative would be alter the page to use a table to separate the main body of the blog and the sidebar and credit. Purists don't like tables for layout, but they work well for things like this, and tend to work the same in almost every browser.

viscousmemories
03-21-2005, 04:01 AM
Unfortunately I can't help with your issue, but that looks like cool software. Thanks. :)

Celsus
03-21-2005, 10:47 AM
I think you need to tweak the "menu" definition (that's what the sidebar uses) or "credit" (that does the footer thing that the sidebar covers, when the main content is shorter than the sidebar) in your .css file:

http://eblaforum.org/blog/wp-content/themes/custom/style.css

An alternative would be alter the page to use a table to separate the main body of the blog and the sidebar and credit. Purists don't like tables for layout, but they work well for things like this, and tend to work the same in almost every browser.
Ok, I see, thanks. Apologies for my general stupidity, but what do I need to change? (I'm trying not to use tables on this one, I already cheated on my main page)

Joel

Corona688
03-22-2005, 05:25 AM
I think you need to tweak the "menu" definition (that's what the sidebar uses) or "credit" (that does the footer thing that the sidebar covers, when the main content is shorter than the sidebar) in your .css file:

http://eblaforum.org/blog/wp-content/themes/custom/style.css

An alternative would be alter the page to use a table to separate the main body of the blog and the sidebar and credit. Purists don't like tables for layout, but they work well for things like this, and tend to work the same in almost every browser.
Ok, I see, thanks. Apologies for my general stupidity, but what do I need to change? (I'm trying not to use tables on this one, I already cheated on my main page)

Joel We had had a long discussion about this sort of thing in a previous thread. The upshot was, though the CSS purists state Thou Shalt Not Use Tables, CSS really doesn't have anything to replace them. If it takes an ugly CSS hack to make it work, tables are probably better.