Markup Validation
Reading Mark's today post Why we won't help you remind me to validate my blog. And yes, validation always reveal problem. It is helpful and fixing some of the bugs I never thought it should have.
Nice. Hey, so I could proudly put the validated icon on my main page...No, not yet, there's still problems. There're special characters in my page couldn't pass the validation. For example, & should be input as &, whitespace as , " as ". Gosh, should I remember all these characters to make my post? Else it couldn't be validated?!
There is default Text Formating on MT to convert line breaks or not. Would there has a convert HTML special characters or not function? Or some plugins? Anybody got a clue?
[update] I got to re-edit a few times to make the special chars displayed correctly. The pre tag didn't work either. The solution must be somewhere as this problem has been fixed years ago. Got to get off my lazy butt and do some study...
May 5, 2003 04:55 PM | MovableType & Blogging
[ Trackback URL for this entry: http://www.yowkee.com/cgi-bin/mt-tb.cgi/47 ]
Some quick pointers on using the world needs more mayo : From time to time, as you browse, you'll see some icons on the top ofthe page. ... Clicking on this icon will give you a more detailed page, or perhaps a help page specific to that section of the website. ... Will usually take you to a page in MayoWiki that is relevant to this topic. ... Indicates that there is a version of the page laid out specifically for printing. ... This indicates that the page parser that lays out the page had a problem with creating the page.
I've finished the two back-up story scripts for Angel Ace Next , and they've gotten approvals from the gang, particularly Dean and Vin . ... I am pretty sure that the Special Guest Artists who will bring them from page to panel will do them smashingly; the only problem now is to make sure MY pages in the issue are up to the standard that the rest of the book will have.
Content Versus Presentation If those of you so enabled were to view this site in both Mozilla and IE you'll notice some subtle differences. ... If you look that the breadcrumb navigation trail in the upper left, and the links beneath a post you'll notice the " " character is missing on IE. ... This is because I'm using the :before pseudo selector to insert the character via CSS . ... An easy fix is to just insert the character into the markup, but it's not really part of the markup, it's part of the presentation and belongs in the CSS. ... ...