Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HTML
Message
De
19/04/2000 00:28:37
 
 
À
19/04/2000 00:15:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: HTML
Divers
Thread ID:
00361155
Message ID:
00361157
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform