Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kkinderen #1
relative link breaks from static to dynamic
I'm learning Dreamweaver and have come across something that has me baffled.
I create a static web page with images embedded. The images are in the
standard images folder within the site. When I put the static page on the site
everything looks fine.
Next, I copy the HTML into a MySQL database and call it into a page. None of
the pictures showed up.
Here's the details...
To work in the static page, the images are set up like:
../images/articles/smallwonders/PSK40_Build_045.thumb.jpg
To work in the dynamic page, the images are set up like:
images/articles/smallwonders/PSK40_Build_045.thumb.jpg
In this case, they don't show up in Dreamweaver.
The path to the images is [url]http://k4vd.net/testing/k4vd/images[/url]. The pages exist
on the same level as the images folder.
When I try to use the ../images form with the dynamic page, the link to the
image looks like:
[url]http://www.k4vd.net/testing/images/articles/smallwonders/PSK40_Build_045.thumb.j[/url]
pg
This is wrong, it should be:
[url]http://www.k4vd.net/testing/images/k4vd/articles/smallwonders/PSK40_Build_045.th[/url]
umb.jpg
How can I get the images in the dynamic page to show up correctly in both
Dreamweaver and on the site?
Regards,
Kevin
kkinderen Guest
-
#39681 [NEW]: this assignment outside class breaks static function call
From: mail at jorgenhorstink dot nl Operating system: FreeBSD PHP version: 4.4.4 PHP Bug Type: Class/Object related Bug... -
Dynamic to static
Is there a way for me to take a table that is being built dynamically and have it be stored as static information in memory somehow so that I can... -
Relative Link Issue
I just upgraded to DW MX 2004, and now I'm having problems with my relative urls. The problem is specifically those with a leading /. i.e.... -
Relative Link Problems in 6.0.1
We have just installed Acrobat 6.0.1. Now, when viewing any pdfs that have base urls set, and relative links in the file, created in either the... -
#25102 [NEW]: Relative URI location breaks PATH_INFO
From: phpbugs at lusis dot org Operating system: gentoo 1.4 PHP version: 4.3.2 PHP Bug Type: Unknown/Other Function Bug...



Reply With Quote

