|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
anchor tag
Hello,
Assuming all pages are in the same directory, what is the correct format? <a href="page1.htm">page1</a> <a href="/page1.htm">page1</a> <a href="../page1.htm">page1</a> <a href="http://www.site.com/page1.htm">page1</a> Thanks, Newbie Paul |
|
#2
|
|||
|
|||
|
you have two options.
<a href="page1.htm">page1</a> is correct for a relative link, and is the usual way of doing things, but <a href="http://www.site.com/page1.htm">page1</a> will work as well. The first method is cleaner.
__________________
" the rarer action is in virtue than in vengeance... " |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > anchor tag |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|