A Conversation for Ask h2g2

HTML and GuideML

Post 1

Marvin, the Maniacally Depressed Robot

Is there anyway to embed GuideML in HTML or visa versa? You might be able to see where this would be useful.


HTML and GuideML

Post 2

Redbeard (Thanks to all who supported The Celery!))

Basically, you can use just about any valid html codes in GuideML, with a couple of cautions.

-- all tags must be closed, so tags like , , , etc. must have a corresponding closing tag ... for tags like you can simplify it by using (which serves as both opening and closing)
-- avoid the ampersand character
-- avoid using comment tags. multiple dashes in the code will mess it up.
-- don't overlap tags -- use text not text
-- ALWAYS quote attributes -- align="right" not align=right


Another important suggestion: ALWAYS hit 'preview' to insure your code is working before you hit 'update this entry'

This information and more is at 'Instructions for Using GuideML:
http://www.h2g2.com/A155701


HTML and GuideML

Post 3

Marvin, the Maniacally Depressed Robot

Thanks!


Key: Complain about this post