teknofile
|
| Posted: 04/24/2002, 7:47 PM |
|
G'day,
I'm trying to include dynamic metadata in a CC project and can't figure out where to include custom code.
The database I have has the following fields:
article_id
article_keywords
article_title
article_content
What I'd like to do is include the article_keywords in the header section of the html file using <META NAME="Keywords" CONTENT= article_keywords >
Could someone explain how exactly I could approach this ?
My initial thought was to define a tag {keywords} for inclusion in the html template, and then use page open to replace that with the database content, but that didn't seem to work properly.
Any suggestions or help would be appreciated.
|
|
|
 |
Tom
|
| Posted: 04/25/2002, 5:56 AM |
|
Hello,
have you tried to include custom meta tag to <head> tag?
|
|
|
 |
|