I hope someone can correct the error I think I did when attemptting to update the welcome block.
Please advise what to do.
Sorry!
Larry Platzek larryp@inow.com
I think there is some HTML weirdness.
You have now:
BALUG 2005-11-15. Meeting Presentations: Shell Programming and why he likes Fvwm Michael Paoli.
<br> <br> .>
<!-->
<br>< --We are working on securing a speaker for the November meeting.
<br><br> <!-->
If you have any leads or suggestions, for a future speaker please <a href="mailto:balugadmin@balug.org">email us.!></a><br>
If you changed that to:
BALUG 2005-11-15. Meeting Presentations: Shell Programming and why he likes Fvwm Michael Paoli.
<br> <br>
<!--
<br>We are working on securing a speaker for the November meeting.
<br><br> -->
If you have any leads or suggestions, for a future speaker please <a href="mailto:balugadmin@balug.org">email us!</a><br>
It works out much better, in gecko (Epiphany) anyway.
The ".>" and "!>" are not probably not valid HTML. Plus, I think some things inside the comment block are not allowed either.
For what it's worth, I think it'd be much easier to find errors if that could be converted to XHTML. Then, you could run it through an XML validator and easily find syntax errors. The w3c has a validator at http://validator.w3.org/ that you can try to find semantic errors. I'm not sure what postnuke provides for that though.
Xiaowen
2005/11/9, Larry Platzek larryp@inow.com:
I hope someone can correct the error I think I did when attemptting to update the welcome block.
Please advise what to do.
Sorry!
Larry Platzek larryp@inow.com
balug-admin mailing list balug-admin@lists.balug.org http://lists.balug.org/listinfo.cgi/balug-admin-balug.org
xiaowen wrote:
I think there is some HTML weirdness.
Yeah, unclosed comment, my respect for pustnuke swells even so.
I disabled that block, which stopped the editor from being commented out. Then I just removed all comment tags and reenabled the block. I'm a bit tired to actually edit it for other purposes for the moment.
Have fun, and be careful with html comment tags in the future.
Here is an on-topic cerebral hemorrhage for you to enjoy: http://www.htmlhelp.com/reference/wilbur/misc/comment.html