Subject: | I thought I was finished
| Date: | Thu, 1 Dec 2016 13:21:13 -0700
| From: | JI <products@consoftolnline.com>
| Newsgroups: | pnews.paradox-web
|
In a Paradox table, I have this code which generates a Corel Web Server
webpage.
<!DOCTYPE html >
<HEAD>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
</HEAD>
<body>
form tag removed
<!--- form action=AddGlAccount method=post>
<img alt="JCT" src="../jobcosttools.png" height='300' width='240'>
</form>
<!--- --->
</body>
</html>
Whatever I assign as the source of the image doesn't work.
The working directory is assigned as C:\CSO-JCT\theserver. That is also
the base path in the Web Server's properties section.
The image 'jobcosttools.png' is in the working directory.
I've tried...
src="/jobcosttools.png"
src="..jobcosttools.png"
src="\jobcosttools.png"
src="../jobcosttools.png"
src="..\jobcosttools.png"
No luck. I only display "JCT", the alt name, and no image.
Help if you can.
|