|
Posted by Toby A Inkster on 09/05/07 05:52
Leoa wrote:
> Am i missing something? when I put an alert(); in the tabs_3.php file
> I get the alert but no images are displayed.
You're using relative paths for your images, but I believe you've uploaded
the images relative to the included file instead of relative to the
requested file. Thus the browser can't find them, as it looks for images
relative to the requested file. (The browser doesn't even know that the
included files exist!)
Try using absolute paths for the images, or moving them out of your
include_files directory.
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 18:34.]
TrivialEncoder/0.2
http://tobyinkster.co.uk/blog/2007/08/19/trivial-encoder/
Navigation:
[Reply to this message]
|