Hvordan skriver jeg i et billede?
Hej...Hvordan kan jeg skrive inde i et billede, som er baggrund?
Og hvordan får jeg følgende ind på billedet?(En drop down menu)
<!-- Hide the script from old browsers --
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}//--> </SCRIPT>
<FORM NAME="form1">
<p align="center">
<SELECT NAME="select" ONCHANGE="goto(this.form)" SIZE="1">
<OPTION VALUE="">-------Choose a category-------
<OPTION VALUE="test.htm">test
<OPTION VALUE="test.htm">test
<OPTION VALUE="test.htm">test
<OPTION VALUE="test.htm">test</SELECT>
</FORM>
</body>
