caffeineoverload
Forum Replies Created
-
Forum: Themes and Templates
In reply to: alt text showing but not imageThanks,
the absolute links was the solution
CO
Forum: Themes and Templates
In reply to: alt text showing but not imageBTW I also tried:
<div id=”mystatic”>
<?php if (is_home()) echo ‘<img src=”images/siteimages/static1.jpg” alt=”horses collage 1″ /> ‘; ?>
</div>Thank Again,
COForum: Themes and Templates
In reply to: display issue sidbar not rendering properlyHey –
I think I have corrected all of the DIV tags but the page is still not displaying properly. The bottom post is still indented.
I have checked the single.php page and the index.php page. I found two unclosed DIV tags and repaired them but no changes.
Any other suggestions?
Thanks Again,
COBTW this is driving my nuts but I am learning a lot 🙂
Forum: Themes and Templates
In reply to: display issue sidbar not rendering properlyLOL Chrisber probably about the time you posted re: the background images I had the same thought 🙂 It’s amazing what a break can do.
I adjusted the style to:
#content {
float:left;
padding:0 0 10px 30px;
width:615px;
}I haven’t tested it yet across browsers but my next step would be to narrow up the background image.
So, my final problem is.. Why is the bottom post not lining up with the rest? I looked at the index file and single post file for the theme and I don’t see anything regarding a separate post layout.
Thanks Again,
COForum: Themes and Templates
In reply to: display issue sidbar not rendering properlyOkay, I tried the CSS corrections described by fp.darren.
The changes to the CSS got my sidebar back up to the top right of the page but I lost the rounded corners and the first and second post still do not line up. I added a 3rd post and it lines up with the second post. Only the first post does not line up.
There is a link to the actual theme files in my previous post.
Thank You so much for you help,
COForum: Themes and Templates
In reply to: display issue sidbar not rendering properlyI ran the validator as suggested by Derek but when I went back and looked at the PHP files that are used to generate the page I could not locate the tags described by the vaildator. I realize that the line information would not correlate but still …
The theme I am using is located at http://freewordpresslayouts.com/?p=95
The theme is also used on that site. I ran the validator on their code and received the same errors but their site displays properly.
Thoughts?
COForum: Fixing WordPress
In reply to: How do I create pages containing posts from a specific category?thank you rmk 80 your explanation made perfect sense.