BASIC HTML |
Note: My software has an annoying habit of inserting <p> tags... they can be a pain in the butt and I wouldn't add them unless you have to <just say'n> |
Basic Starter Page with images stored in 'images' folder (html page) (text) |
Basic Starter Page w/Changed logo cell background set to black (html page) (text) |
Basic Starter Page w page text set to black and text size to 30 using basic css (html page) (text) |
Basic Starter Page w/ link to an image in the image folder (html page) (text) |
FORMS |
Html provides a way to work interactively with users. Before any of those options can be used, you MUST define a region of your page as an html form (see combo box example)
There are a number of standard tools provided to work interactively with your users (after you define a 'form'):
|
How To Code a Combo Box |
Creating a combo box step #1 adding a form (html) (text) |
Creating a combo box step #2 adding the combo box and links (html) (text)
Note1: Notice the addition of a wee bit o' js here... <it's kinda cool>
Note2: there is a little bit of a glitch here. Can you spot it? Can you suggest a solution? |
|