Hi All,
As I could not find any posts that refered to my problem I am posting it here.
I am using PHPEd 4.5 and have found that I cannot preview images in a .html page I am working on. Nor does the CSS located in an external file seem to be applied.
My Project directory structure is thus:
Project_Directory(PD)
|
site
|
html
|
images
|
css
|
I place an HTML file, test.html in the PD/site/html directory. I place an image in PD/site/images and I place a CSS file in PD/site/css.
In my HTML file I attempt to access the CSS file using:
<link href="../css/products.css" rel="stylesheet" type="text/css">
I also place an image in the HTML file using:
<img src="../images/logo.jpg" width="188" height="94" border="0">
I then attempt to style some text using styles defined in the CSS file:
<div id="aTextStyle">THIS SHOULD BE SOME STYLED TEXT</div>
Now, if I upload this to my server it works correctly, but if I try to preview it locally all I see is the broken link to the image and the bare, un-CSS styled text.
Does anyone have any ideas on how to get the Preview feature working correctly?
Thanks,
Jeff