Image alignment issue (does not push box, half-showing)
-
I am using a heavily modified version of this theme ‘gogreentheme’ for my band’s website. Everything basically works fine, no issues. I did a little transparent background bit to all the post entries. Cool. I have tubepress and a flickr widget installed for my video and photo pages. No problem (though the tubepress doesn’t force the background of a post to show up, no big deal).
So I’m trying to start our discography. Doing a basic image upload with any align and some text is just effed up. Not the transparency thing, that’s a result of post entry code, but the fact that only the top 5th of the image shows up properly. Please note: I have tried eliminating the transparency code and using a ‘normal’ background and I still get the same image issue.
https://theaccidentwill.com/wp/music/ – check out the image, WTF?
Here is the code I’m using on the page, very straightforward.
<img src="https://theaccidentwill.com/wp/wp-content/uploads/2010/12/OSOFsmall.jpg" alt="THE OTHER SIDE OF FOREVER" title="OSOFsmall" width="250" height="250" class="alignleft size-full wp-image-127" /> <strong>THE OTHER SIDE OF FOREVER</strong> <em>March 11, 2011</em> It's a Trap Firebombing of Lakeland In Blackest Night (The Hunter) Adrift in the Interlude The Rowan Child <em>Lyrics & audio coming soon...</em>
I really have no idea where to start. Obviously I need the image to be fully visible and push the post-entry box…
Here are some bits of code…
#content {float:left; width:660px; margin-top:28px; margin-right:0px; text-align:left;} .post {width:658px; margin:0px 0 5px 0; clear:both; border:0 solid #333; } .postentry {padding:15px; color:#FFF; background-color:#222; filter:alpha(opacity=90); opacity:0.9;} .postentry img {padding:10px;} .postentry p {padding:5px 5px 5px 5px; } .postentry ul {padding:0 0 0 10px; list-style-type:none; margin:0 0 0 20px;} .postentry ul li {padding:0 0 5px 15px; background: url(/wp-includes/images/bullet.gif) top left no-repeat;}
I’m pretty happy with my website template, hackjob as it is, but man needs to be able to put images into posts and have it look normal. Thanks for any help.
(also in a weird bit it took a lot of doing to make all the link hover color changes work properly but *shrugs*, it works)
- The topic ‘Image alignment issue (does not push box, half-showing)’ is closed to new replies.