goopy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme disappears on pages. Reverts to classic WordPress theme.Excuse me, the site is returnofthedeji.com if you would like to take a look to help me.
Forum: Fixing WordPress
In reply to: Trying to Align Images Side by Side and Link to a URLMoshu –
Thank you. I made the changes you suggested.
It turned out that I was using a hard return to separate the images in my coding (if you can call it that). I was doing this for clarity.
When I stopped pressing return after each image coding line, they lined up next to each other. Silly!
Thanks again.
Goopy
Forum: Fixing WordPress
In reply to: Trying to Align Images Side by Side and Link to a URLMoshu –
Thank you so much. I learned how to link with an anchor tag and that is working well.
The image alignment also works now.
But the images still stack on top of each other, although they are aligned in the center of the page. I want them to be side by side. I could not find the answer in the page that you guided me to.
I am using Peaceful Rush 2.0. Here is my code:
<p style=”text-align: center;”><img src=”http://dejiridoo.com/blog/wp-content/uploads/2008/09/belterralizard1.jpg” width=’50’ height=’166′ alt=”belterralizard1″ class=”imageframe imgaligncenter” /></p><p style=”text-align: center;”><img src=”http://dejiridoo.com/blog/wp-content/uploads/2008/09/belterralizard2.jpg” width=”50″ height=”166″ alt=”belterralizard2″ class=”imageframe imgaligncenter” /></p>
Would appreciate any help!