here is what I have now :- WIDTH=90 HEIGHT=67></A> <HR> <a href="Page1.html">Back to the homepage</a> <a href="Page3.html" align="right">Next</a> </BODY> </HTML> The link works ok, it did work before, but the word 'Next', it didn't budge, it's still at the side of 'back to homepage' over the left of the screen. It must be me, what have I done wrong ????? Thankyou
Oh, do you want the 2nd link on a different line? Try a <br> inbetween the two links or a <p> <a href="Page1.html">Back to the homepage</a> <br> <a href="Page3.html" align="right">Next</a>
