T
tigerlily
Guest
I am a beginner so please forgive me if I'm posting in the wrong place or if this question has already been answered.
I want to use an Access database to keep track of webpage content and to help generate HTML snippets. My webpage consists of a bunch of download files, and I will make a record for each file I offer for download (i.e., fields containing the actual file name, the sample image of the file, the name of what's being downloaded, etc.)
So, I would like to make an HTML code snippet from each record. Something like this:
{a href="filename"}Name of download{/a}{br}{img src="sampleimage"}
Can I have a template like the one above and have Access extract the information from the records? I want to be able to retrieve the HTML code snippets INDIVIDUALLY from each record, when I need it. How can I do this?
Thank you for your help!!!
I want to use an Access database to keep track of webpage content and to help generate HTML snippets. My webpage consists of a bunch of download files, and I will make a record for each file I offer for download (i.e., fields containing the actual file name, the sample image of the file, the name of what's being downloaded, etc.)
So, I would like to make an HTML code snippet from each record. Something like this:
{a href="filename"}Name of download{/a}{br}{img src="sampleimage"}
Can I have a template like the one above and have Access extract the information from the records? I want to be able to retrieve the HTML code snippets INDIVIDUALLY from each record, when I need it. How can I do this?
Thank you for your help!!!