red88music
Forum Replies Created
-
I have made a bit of progress:
I realised that because the header and footer were contained within the page div, they would always have the background.
So I have tried to take the header and footer divs out of the page div.Small problem:
I was toying around with this idea earlier, and here are the results –Original: http://red88music.co.uk/Red_88v1.htm
<div=id"page"> <div=id"Header"></div> <div=id"Footer"></div> </div>Edited Header (Which works): http://red88music.co.uk/Red_88v2.htm
<div=id"Header"></div> <div=id"page"> <div=id"Footer"></div> </div>Edited Header & Footer (All goes wrong): http://red88music.co.uk/Red_88v3.htm
<div=id"Header"></div> <div=id"page"></div> <div=id"Footer"></div>I can’t work out why the last one just kills the page?
Anyone? 😛
So I was thinking, and I have come to the conclusion that no matter how much padding etc I use, because the header and footer are in #page, they will always have that background.
Which then suggests if I take these two elements out of the #page then it Should work?Thanks for the quick reply.
I don’t think that will work as my background it fixed.
It also doesn’t solve the problem with the footer.Forum: Everything else WordPress
In reply to: [Plugin: NextGEN Gallery] Slimbox CompatabilitySweet thanks…
Forum: Fixing WordPress
In reply to: Image sizeI have tried do as suggested, but adding:
$content_width = 600; $GLOBALS['content_width'] = 600;to my functions.php file did not work.
Forum: Your WordPress
In reply to: Progressive political blogHi, just looking around and thought this might be of interest to you.
I have created a ShareThis FeedFlare for use on FeedBurner’s RSS
feeds.You can get the xml here:
http://sharethis-feedflare.googlecode.com/files/sharethis-feedflare-v…Just add that url in your FeedBurner/FeedFlare settings and you should be all set.
I prefer it to the big ShareThis text that the plugin automatically adds to feeds…Forum: Fixing WordPress
In reply to: max Width full size imageI tried do as suggested, but adding:
$content_width = 600; $GLOBALS['content_width'] = 600;to my functions.php file did not work.
Thanks for the helpful reply clicknathan! 🙂
I tried do as suggested in that link, but adding:
$content_width = 600; $GLOBALS['content_width'] = 600;to my functions.php file did not work.
Any clues? Perhaps I should ask in that thread.
Hmm…I see what you mean.
No other browsers do it, just IE6 and previous versions *rolls eyes*While I will certainly re-size the images manually from now on – what is the css code which does shrink it?
It would be nice to know, and I might add it to my theme as some of my posters will need me to shrink the images for them, so I can use the css method until I edit their posts.Many thanks for taking the time to get back to me 🙂