HOME
            About US
            Contact Us
            Book     Book Preface

Link in Web Page

Chapter - 8 : Linking to Other Web Page (Link in Web Page): (Page 3/4)


(Cotinued from previous page)

Link Image Border: As the mouse reaches to the link picture, it will show a single border by default. If you want to have a thicker border on link picture, then

<a href='http://www.funandhobby.com/'><img src='images/logo.gif' border='2' /></a>

If you do not want border on link picture, then
<a href='http://www.funandhobby.com/'><img src='images/logo.gif' border='0' /></a>


8.3- Linking within the same page: If you have got a very lengthy web page, then some times you may like to move within the page by linking command. To link within the page define a name at the point you want to return. Let us say you want to return to top of the page from any point. Then at the top, after the 'body' tag, define

<a name='top'></a>
And write the following command from where you want to return to top.
<a href='Link in Web Pagetop'>Go to Top</a>

Now, if you click on the text 'Go to Top', you will be sent back to the top of the page.

(Cont......... to next page (Pg-4))


link
© funandhobby.com (Link in Web Page)