1. is markup a good thing?
- Posted by DerekParnell (admin) Sep 21, 2009
- 1747 views
- Last edited Sep 22, 2009
Forked from Re: How do I get my own IP address?
$%^#%^&@$%^!$ ^!#%B@!$ Y$@#$ creole.
Not creole's fault.
Direct cause: Your incorrect use of quoting tags.
Indirect cause: The forum's quote tag processing.
Yes, i gathered that much. I urge you to gather the world doesn't need yet another language just to replace the olde email listserv.
Need? You're right.
Want? Maybe there is a case for using a markup language.
Why have colour TV when B&W worked for so long?
Why have bold and italic fonts if plain worked for so long?
Why have printing presses when handwriting worked for so long?
Why have graphical interfaces when "green" screens worked for so long?
2. Re: is markup a good thing?
- Posted by useless Sep 29, 2009
- 1383 views
Can some moderator / editor fix the
Re: Euphoria Logo Contest, will you participate?
so that posts 1 - 80 are readable?
useless
3. Re: is markup a good thing?
- Posted by mattlewis (admin) Sep 29, 2009
- 1371 views
Can some moderator / editor fix the
Re: Euphoria Logo Contest, will you participate?
so that posts 1 - 80 are readable?
Done. It looks like there's a bug somewhere that requires some text in a message following a table. See ticket:83
Matt
4. Re: is markup a good thing?
- Posted by DerekParnell (admin) Oct 02, 2009
- 1326 views
It looks like there's a bug somewhere that requires some text in a message following a table. See ticket:83
This bug has been fixed. The problems were that the generated HTML for tables was being preceded by <p> and there was no matching </p>. Firstly, tables should not appear inside a paragraph at all. Secondly, because there was no matching end-paragraph, browsers would try to render things by making some assumptions about what the HTML was intending to do, and that was messing things up with some of the forum's <div> sections.