How can I make the (X)HTML output look fancy?
If you believe the HAWHAW HTML style does not fulfil your aesthetic demands, no problem! The HAW_deck class offers a lot of object functions in order to modify the style of a HTML-created page. You can modify the • window’s background color • windows’s wallpaper • display’s width • display’s height • display’s background color • display’s wallpaper • display’s border size • character font • font size • font color Example 8 of the demo section can give you a small idea what’s possible and how the according script does look like. Anyway, in times of XHTML and CSS the old-fashioned way to manipulate the page style via the HAWHAW API slowly becomes deprecated. Since hawhaw.inc V5.14 you are able to assign the URL of a CSS-file to a HAW_deck object. Furthermore it is possible to assign a CSS class definition to each HAW_text and HAW_link object, so that it references a given format entry in your CSS-file.
If you believe the HAWHAW HTML style does not fulfil your aesthetic demands, no problem! The HAW_deck class offers a lot of object functions in order to modify the style of a HTML-created page. You can modify the • window’s background color • windows’s wallpaper • display’s width • display’s height • display’s background color • display’s wallpaper • display’s border size • character font • font size • font color Example 8 of the demo section can give you a small idea what’s possible and how the according script does look like. Anyway, in times of XHTML and CSS the old-fashioned way to manipulate the page style via the HAWHAW API slowly becomes deprecated. Since hawhaw.inc V5.14 you are able to assign the URL of a CSS-file to a HAW_deck object. Furthermore it is possible to assign a CSS class definition to each HAW_text and HAW_link object, so that it references a given format entry in your CSS-file. Following this approach you will obey the golden rule that tells to differentiate betw