1 tylernola May 09, 2005 18:37
3 tylernola May 10, 2005 06:19
Okay. Done. Are you being serious or just giving me verbal punishment for not supporting b2 through a link on the site? :)
I apologize for leaving it out..and am quite grateful for the ability is has given us to blog through open source software.
I've added the link, but want to double check that yes, that is the problem. THanks so much.
Tyler
4 yabba May 10, 2005 10:08
Lol, ok, find and remove this bit of your code :-
<!--<div class="bSideItem">
<!--<h3></h3>
<!-- <!--</div>
You also have a couple of <br> tags that should be <br /> tags in XHTML.
¥
5 tylernola May 10, 2005 17:18
That code is commented, how would removing it have any effect at all?
I don't understand why your directions are so vague. I feel like I'm asking just about as nicely as possible for some assistance.
I appreciate your help. But I really am wanting to fix this without a personal game of cat and mouse. Thanks
Tyler
6 tylernola May 10, 2005 17:31
I took out the commented sideitem for the linkblog, and it seems to be fine now...everything is showing up in both browsers.
I appreciate your help, guys.
Tyler
7 kweb May 10, 2005 21:33
HTML comments must be closed, like this:
<!-- comments -->
Or, like this:
<!--
comments
-->
By leaving them open-ended, you effectively commented out the rest of your page, which is why it did not display in IE. It appears that Firefox will display some code within comments if they are not closed properly, so that's why it was showing up in FF.
To make everything look right in IE you need to add the following to your skin
<a href="http://www.b2evolution.net" title="Here I am">Powered by B2evolution</a>
If you have problems, don't worry, Whoo can read my mind :|
¥