Well, my website's been running nicely for a while. Or so I thought.
http://kurt.ws/" onclick="window.open(this.href);return false;
If you view it in Internet Explorer, only the first blog post title appears. I have no clue how to fix it. The blog is made with wordpress.
Website help.
Moderator: Moderators
-
Kurt_
- Portablizer
- Posts: 5748
- Joined: Thu Nov 24, 2005 10:32 am
- Steam ID: kurbert
- Location: Ontario, Canada
- Contact:
Website help.
Hey, sup?
-
Kurt_
- Portablizer
- Posts: 5748
- Joined: Thu Nov 24, 2005 10:32 am
- Steam ID: kurbert
- Location: Ontario, Canada
- Contact:
Re: Website help.
Code: Select all
<div class="post" id="post-299">
<h2 class="posttitle"><a href="http://kurt.ws/?p=299" rel="bookmark" title="Permanent Link to It’s cold. =(">It’s cold. =(</a></h2>
<div class="postmetadata">May 26, 2009, 5:27 pm <!-- by Kurt --></div>Also, the sidebar is missing, also only on the main page, also only in IE.
Hey, sup?
Re: Website help.
There's an error in the code regarding your tags.
Looks like IE has problems with comment bracketing. No idea why it works perfectly fine in Firefox, but once I killed your tag, it worked fine, but I also had to edit out the editor's "expert advice" section for everything to look good. Those <!-- --> entries are what's killing you; they aren't followed up with another ! at the other end of the bracket.
Hope that helps
I don't have time this morning to work on the side bar problem, but if you're still having problems tonight I'll work on the rest of it.
Code: Select all
<div class="postmetadata">May 26, 2009, 5:27 pm <!-- by Kurt --></div>Hope that helps
-
Kurt_
- Portablizer
- Posts: 5748
- Joined: Thu Nov 24, 2005 10:32 am
- Steam ID: kurbert
- Location: Ontario, Canada
- Contact:
Re: Website help.
Please do. Also, wordpress uses php so I can't directly edit anything like that out, I don't think. I'll give it my best. Hell, I'll back up the site and give you the wordpress admin login and you can have a shot at it, and screw up whatever you please in the process.
Hey, sup?
Re: Website help.
More than happy to help. After I pound a paper out I'll take a look-see at your sidebar.
I take it this page works a lot like a forum would, where you cannot manually upload html files?