flush
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postPlease?
Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postI can’t find out how to stop the effect after the second image, does anyone know?
Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postOk, I’ve made some progress, the images are now inline, but so is the “comments” and “edit” texts which should be at the end of the post, as if everything was now inline…
Can someone just give me a hint? How do I tell it to stop putting things inline after the second image, is closing the tagnot enough?
<p style="display: inline;"><a href="http://raphaella.co.kr/blog/photo/goldvishtel.jpg" rel="lightbox"><img title="The Goldvish Phones" style="padding-right: 5px; padding-left: 5px; float: left; padding-bottom: 5px; margin-
right: 5px; padding-top: 5px; border-color: grey" height="120" alt="The Goldvish Phones" src="http://raphaella.
co.kr/blog/photo/goldvishtel.jpg" width="150" height="120" alt="The Goldvish Phones" border="0" /></a><a href
="http://raphaella.co.kr/blog/photo/goldvishill.jpg" rel="lightbox"><img title="The Goldvish Phones" style="
padding-right: 5px; padding-left: 5px; float: left; padding-bottom: 5px; margin-right: 5px; padding-top: 5px;
border-color: grey" height="120" alt="The Goldvish Phones" src="http://raphaella.co.kr/blog/photo/goldvishill.
jpg" width="150" height="136" alt="The Goldvish Phones" border="0" /></a></p>
Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postI’ve just read about display inline on another site. It seems to be what I am looking for, however putting
<p display: inline;>is incorrect so I’m searching the proper syntax.
As for the margin and padding, if I wish them to be 0 do I still need to specify them?Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postWell both images put side by side are smaller than the width of the column, if that’s what you mean.
<a href="http://raphaella.co.kr/blog/photo/goldvishtel.jpg" rel="lightbox" title="The Goldvish Phones">
<img src="http://raphaella.co.kr/blog/photo/goldvishtel.jpg" width="150" height="120" alt="The Goldvish Phones" /></a><a href="http://raphaella.co.kr/blog/photo/goldvishill.jpg" rel="lightbox" title="The Goldvish Phones">
<img src="http://raphaella.co.kr/blog/photo/goldvishill.jpg" width="150" height="136" alt="The Goldvish Phones" /></a>Forum: Fixing WordPress
In reply to: display 2 images horizontally in a postThe style=float displays all messed up. Isn’t there a <span thing possible here?
What do backticks do?Forum: Fixing WordPress
In reply to: weird warning on the dashboardyou’re right, I’m looking at the file right now, but I still have no clue what the problem could be.
I’ll try and dld it again and reloaded in case it was corrupted.Forum: Fixing WordPress
In reply to: weird warning on the dashboardbump. sorry
Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazy0 errors!!!
Thanks Whooami
You gave an id to the map. I would never have found that on my own.
Now all I need to do is figure out why the calendar won’t display properly, even when I make the sidebar larger.Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazyYipee! It was the calendar messing up the layout. Taking it out the widgets list replaced the sidebar where it should be.
I’m down to just one error now!!Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazyaha! When I upload the original sidebar, it doesn’t disappear, it goes from the right side of the page to left under all the content.
Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazyoops, not good. The whole sidebar disappears. I have to reupload the edited/corrupted one. I really have no recollection whatsoever of having cut and pasted parts of the code in different place. Unless I was drunk.
Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazywow that’s weird, it’s like the order of some elements has changed.
I’ll upload the original one to see what happens.Forum: Fixing WordPress
In reply to: This validator thing’s driving me crazyI understand it needs a /li to close it but I don’t to what part of sidebar.php this html corresponds.
I edited the style.css, not the sidebar.
I’ll dld again the original theme to compare the sidebar.phpForum: Fixing WordPress
In reply to: This validator thing’s driving me crazyok I solved one of the list issues
something inside ul wasn’t wrapped in li
… is everybody mad at me?
Oh.. just seen your answer. Must go through that.
They are mad at me…