Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > base href > url resolves in DW and not in browser or vv

Reply
Thread Tools

base href > url resolves in DW and not in browser or vv

 
 
Laiverd.COM
Guest
Posts: n/a
 
      07-16-2004
I have maybe stepped on some dreamweaver problem that is too painfull to be
solved in that newsgroup , so I thought it might be wise to post it
here, hoping that one of you can show me the way to the light, and point out
where I'm going wrong.

Though I've been creating websites for quite some time now, I have never
used <base href> before. I am now in the situation where I either have to
'invent' some procedure to automatically create absolute paths, or to use
this tag. However whatever I try one of these two problem always shows up:

- either I cannot preview the image in Dreamweaver
- or the browser does not resolve the path properly

This is what I have tried:
Resolves in browser but not in dreamweaver:
<base href="http://localhost/private/ndi/">
src="images/general/logo_ndi.gif"
Browser shows this path:
http://localhost/private/ndi/images/...l/logo_ndi.gif

Resolves in Dreamweaver but not in browser
<base href=http://localhost/private/ndi>
src="/images/general/logo_ndi.gif"
Browser shows this path: http://localhost/images/general/logo_ndi.gif

I maybe should note that I have not set a default images folder in the site
definition.

Site definition:
local info > http adress: http://localhost/private/ndi/
testing server > url prefix: http://localhost/private/ndi/

If someone could shed a light on this. I looked up some info but did not
find an answer; I feel this somehow is Dreamweaver related, although I find
that hard to belive.

Thanks.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_gr..._ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BASE HREF and A HREF="#" onclick="..." Vincent van Beveren Javascript 2 07-06-2006 08:33 AM
Nikon mount Zeiss lens resolves 320 lp/mm deryck lant Digital Photography 24 04-29-2006 07:34 AM
Why this doesn't violate One definition rule and how the linker resolves this Ninan C++ 3 03-03-2006 04:17 AM
Re: base href > url resolves in DW and not in browser or vv Mark Parnell HTML 0 07-16-2004 10:47 PM
Re: base href > url resolves in DW and not in browser or vv Mark Parnell HTML 1 07-16-2004 07:28 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57