Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
HTML
Message
From
19/04/2000 00:28:37
 
 
To
19/04/2000 00:15:35
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: HTML
Miscellaneous
Thread ID:
00361155
Message ID:
00361157
Views:
18
Mohammed,

>while creating html page using table i want images with it. I have tried using "general" but it did not work. what is other way to do it.

You can store your image files in a directory readable by your Web Server, store the filename in a table character field, then when creating your HTML page, pull that info into an IMG tag like this one for your nation's flag (spaces added to allow tag code to display here):
< IMG SRC=http://www.levelextreme.com/flag/india.gif >
or using a path relative to your Web Site's root folder, something like:
< IMG SRC=images/india.gif >
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Reply
Map
View

Click here to load this message in the networking platform