altstatten
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I Increase Header Title font size?Sivar, take a look at this one for me if you’d be so kind.
Forum: Fixing WordPress
In reply to: How do I Increase Header Title font size?Worked perfectly! Thank you.
Now tell me how to italicize the same title and I’ll let you go. ??
Forum: Themes and Templates
In reply to: “Most Recent Posts” and COLORNo takers?
Forum: Fixing WordPress
In reply to: How do I Increase Header Title font size?Are you telling me to go into my Header file and point the title to the #h1 h1 a thing?
Please clarify the HOW to implement your suggestions. Thanks.
Forum: Fixing WordPress
In reply to: How do I Increase Header Title font size?Forum: Fixing WordPress
In reply to: How do I Increase Header Title font size?Forum: Fixing WordPress
In reply to: Horizontal Images in a PostOkay, “uncle”. Almost. I’ve tried to follow the directions above but I think there’s some “assumed” knowledge in there somewhere and I don’t know what it is. All I’m after is horizontally lined pictures EACH with a caption underneath.
This is the only thing in my css that has to do with images.
This is what the page contains.
If someone could shed some detailed light on what I’m doing wrong I would be most greatful. Please don’t make any assumptions about what I do and don’t know about css. “Splain it to me! Please.
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostSorry. You’d think I was new here…
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostExsqueezee me. See post two down.
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostIt wasn’t me! See post three doors down.
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostIs there a delete button in the house?
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostOK, I’m lost. I’m trying to communicate that I want pictures in a horzontal mode with a caption under each picture.
If I place </div> at the end does the line not break?? How do I cachieve what you’re telling me to do if the line breaks?
Something like this:
.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black }
…goes in my css file. Anything else go in the css file?Then this goes in my page file:
<div class=”.caption”><img src=”https://sirspeedyaddison.com/wp-content/uploads/2007/06/peen-ceem-thumb.thumbnail.gif” alt=”Peen Ceem” title=”Peen Ceem”>Peen Ceem</div>When I do exactly that, the pictures do some wacky things. What am I missing?
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostIf it looks like html…
<div class=”whatever><img src=”blah blah…/> </div>
then it goes into your post.I guess this is the part that’s giving me trouble. Remember I’m trying to do two things; line up pics horizontally and put a caption under each one.
<div class=”whatever”><img style=”float:left; margin: 2px;”img src=”blah blah…/> </div>
Correct or no?
Forum: Fixing WordPress
In reply to: Horizontal Images in a PostYeah I’ve read the ink right off that page but it’s not very clear unless you already know what to do! It doesn’t tell you whether the suggested code goes in the css or the post/page or ???
All I want is a pic with a name under it.
What goes in the css?
What goes in the page?
Thanks again.
Forum: Fixing WordPress
In reply to: Horizontal Images in a Post