other...
[main]
[html help]
Other codes
To seperate text or images to the next line, like you would if you pushed enter use this code:
< br >
Buttons with pop ups:
< form >OPTION1
< input type="radio"
onClick="alert('TEXT')" >
OPTION2
< input type="radio"
onClick="alert('TEXT')" >
ie: