kiddeath91
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “body” problem with “About” pagesorry about duplicate posts
Forum: Fixing WordPress
In reply to: “body” problem with “About” pageForum: Fixing WordPress
In reply to: “body” problem with “About” pageForum: Fixing WordPress
In reply to: “body” problem with “About” pageForum: Fixing WordPress
In reply to: “body” problem with “About” pageDitto, you should download the firefox tidy tool. It shows you errors and warnings when you view source.
Forum: Fixing WordPress
In reply to: “body” problem with “About” pageYou are using a lot of br tags too and I don’t see why. Try putting your “this is a test” between p tags and see if that works. Right now, your text is really not contained very well.
Forum: Fixing WordPress
In reply to: “body” problem with “About” pageAre you using an old version of Frontpage?
<font size="2">
Until I find something
more interesting to put here</font>WP didn’t do that. You can’t have font tags with the strict DOCTYPE you are using. That may be part of your problem.
Forum: Themes and Templates
In reply to: Cross Browser ProblemsSome padding or margin on your links or #footer div is probably causing that gap. Haven’t looked at the hover yet.
Forum: Themes and Templates
In reply to: Firefirox issue, need some helpI think your real problem is that the search function actually comes after your calendar in the html markup. A slight peek at your css shows that you are using a lot of TOP for positioning? Why? I think this may be causing your search bar to be slipping above your calendar. Try eliminating TOP and use margin instead. Like Lorelle said, take out search first and see if that is the problem.
Sorry for posting before search. I found it.
https://www.ads-software.com/support/topic.php?id=20000#post-113967
Forum: Your WordPress
In reply to: Inspired By WordPressGetting an error in your weather sidebar:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/lastpage/public_html/blog/skins/custom/weather_xml.php on line 91
As for feedback, I think you might consider some text treatment for your paragraphs. Maybe line-height or something to kind of space things out a bit. Seems a bit crunched.
Good to see another 24 fan in the house.
Forum: Your WordPress
In reply to: theblackcloud blogHey blackcloud. Nice design. As for the pixel thing, I just had the same problem on another site.
I think its called the IE pixel jog (that’s what I call it). Whatever is getting thrown off use this in your CSS:
* html body {width:XXpx}
The asterisk is only recognized by IE. In this case, I had to adjust the body width, but enter whatever is being measured (#menu, etc.) Try playing around with either 3px wider or smaller and you’ll see it move in IE only. Play with the width till you get it right and you should look the same across the board.
Forum: Fixing WordPress
In reply to: Comments offThanks, Podz. I didn’t have ping status off. This is version 1.2, and I’m a dummie ??
Forum: Fixing WordPress
In reply to: Comments offHey Podz,
I have altered the index.php. Here’s what my template says now for comments:
<?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
Have I erased something?Forum: Fixing WordPress
In reply to: Going from WordPress to WordPressAwesome. Thanks podz.