you can use tag..
for more:
http://www.htmlhelp.com/reference/html40/head/base.html
2006-08-16 20:43:24
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
There are several ways of doing this... but the cleanest way is to have a base tag that specifies the base URL -
,
and then on the links you can move up and down directories with either:
"/1/1a/1ab/1abc" this goes down 4 levels or
"../../../" - this goes up 3 levels.
But most people have their links relative to each other - images in a deeper directory and the pages all in one folder.
so you just get "filename.htm" in the links most of the time.
Confused?
2006-08-17 04:38:06
·
answer #2
·
answered by AmandaKerik 5
·
0⤊
0⤋
You probably want to rename your directories. Any good ftp program will let you rename them.
you move your directories around and the urls are changed.
is sloppy, and mainly used for embedding web pages in e-mail.
you should reference pages within a directory as "a_page", pages in the parent directory as "../a_page". Perhaps your images in a top level directory as "/images/mypic.jpg"
2006-08-20 15:22:18
·
answer #3
·
answered by jake cigar™ is retired 7
·
0⤊
0⤋
If you want to link to other websites :
text or image
If linking to another html page in same directory :
text or image
If linking to another html page in sub directory:
text or image
You can simply use drag and drop link function after you selected the text or image area you want to link from if you are using Macromedia Dreamweaver.
2006-08-17 04:19:25
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋