Hey,
I'm pretty new to all this so apologies in advance if i'm just being a bit dozey with the code but...
I've created a web page resource on our moodle with hyperlinks to the other web pages we have created. Instead of listing the other pages as hyperlinks I would like to put in a drop down box containing the links to the other pages but I cannot get it to work. I have got as far as the drop down box and that works fine, the problem I have is the linking bit. This is the code I am using at the moment (it may be a million miles away from what it should be!):
<select name="Lessons">
<option value=<a href "http://www.henrycort.org/curric/mod/resource/view.php?id=886"</a>Lesson 1</option>
<option value="Lesson 2">Lesson 2</option>
<option value="Lesson 3">Lesson 3</option>
<option value="Lesson 4">Lesson 4</option>
((Obviously the 1st line is what I have tried to get the link working and the other 3 are the original code which does the drop down box...))
Any suggestions??
Natalie