First of all HTML is not really a language. It is more of a structure description. It describes how data is to be structured. For styling to make nice colors and layouts you would turn to CSS (cascading style sheets).
However it sounds like you really need to use a rainbow graphic for a background or displayed using the CSS to position it as a border etc.
Take a look at CSS and see if it can help you. Check out the properties background-image, background-color and position.
September 4th, 2007 at 9:49 am
First of all HTML is not really a language. It is more of a structure description. It describes how data is to be structured. For styling to make nice colors and layouts you would turn to CSS (cascading style sheets).
However it sounds like you really need to use a rainbow graphic for a background or displayed using the CSS to position it as a border etc.
Take a look at CSS and see if it can help you. Check out the properties background-image, background-color and position.
Hope these help.
September 5th, 2007 at 7:04 pm
Try using tektek?