Hi Tony,

Guess what, Safari was interpreting your page perfectly and Firefox was being a bit generous. It turns out it is an easy fix (and very easy not too see). Here is what I found.

Original code:

Do you subscribe to the QL mailing list?
<input type="radio" name="mailing" value="yes">Yes <input type="radio" name="mailing" value="no">No &nbsp;(see <a href="http://www.quanta.org.uk/"; target='U">http://www.quanta.org.uk/</a> for details)<BR>


Correction:
  - where it says               target='U"
  -> change it to say        target="U"

Note that the original page uses a single ' and a double ". Safari sees the single ' and then looks for a matching single '. You have it correct elsewhere.

Fun stuff :)

Could you also ask the following type of questions:

Hard Disk - what size
Rom Disk - what size
SMSQ/E - what rev
Memory - what size

Thanks!
jim

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to