whisperedhope
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image Wrap?Ah, thanks so much for the reply ^^ I actually don’t mind if the images are floating left if I be less picky, I really just want the words to be on the right of the image with space between it. I’d also like to center an image with words underneath, but I guess a permanent floating left image wouldn’t premit that to work ^^;
I tried taking out the .post img and made two classes, and it worked for the one picture in the screenshot (although the image was on the right instead of the left), but all my other images became distorted. I tried playing around with the margins also, and the pictures weren’t distorted anymore, but I found that the border around said images disappeared when I did so.
Forum: Fixing WordPress
In reply to: Image Wrap?I’d still like some help if anyone’s willing…
Forum: Fixing WordPress
In reply to: Image Wrap?Hm, okay, well, I tried putting that class=”right”, class=”left”, etc. in the image src but that didn’t leave a space. Then I put
img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }in the style sheet, but that didn’t work, either. My stylesheet currently has this pretaining to images:
.post img {
float:left;
border:1.5px solid <?php echo $water_maincolor_1; ?>;
margin:0 0 1px 3px;
}.post .wp-smiley {
float:none;
border:0;
margin:0;
}#content a img {
border: 1.5px solid <?php echo $water_maincolor_2; ?>;
}Forum: Fixing WordPress
In reply to: Image Wrap?I’m sorry? I don’t what people need to help @_@; Sorry I asked v_v;
Forum: Fixing WordPress
In reply to: Image Wrap?Oh, that margin worked for the one picture in the screenshot, but then all my other pictures went wrong xP But thanks for the help! Definitely got closer.
EDIT: Oh, here’s the site, then: http://butterflyd.animeblogger.net/
Forum: Fixing WordPress
In reply to: Image Wrap?Forum: Themes and Templates
In reply to: Excerpt/More Trouble‘Kay, I went with the excerpt xD; I’m doing something wrong, though, because it excerpts posts I don’t want excerpted, and the ones I do aren’t showing a link @_@;
Forum: Themes and Templates
In reply to: Excerpt/More TroubleThe excerpt doesn’t accept images though, ne? I tried that excerpt field area once but it either didn’t work or I did something wrong @_@;
It’s that default with the ‘more’ thing that I have a problem with. It jumps to the part of the post after the quicktag, but that part they skip over is what I don’t want showing at all after they see the full post. Can I only correct this if I use the excerpt?
It’d be nice if that aspect mereged with the quicktag xD
Forum: Themes and Templates
In reply to: Excerpt/More TroubleOh, do I have to choose one? ^^; I thought that with my questions, there could only be one that I would have to go with. -thinks- Whichever one’s easier to understand and execute, I guess. I came across that article before, and it looks good, though I don’t know which parts of it I need and which I don’t xD; That article is for the quicktag, ne? I guess I’ll choose that one ^^;