how to reference content within content

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

how to reference content within content

Vince Clark
I am using CMS to maintain website content. Let's say I have two pieces of content:
1) html to render text
2) image that needs to be referenced in html

Both are stored as content records. How would I reference the image content within the html content?
Reply | Threaded
Open this post in threaded view
|

Re: how to reference content within content

Vince Clark
Never mind, I found it. For the record the way I got it to work is to use:
<img src="/content/control/stream?contentId=<myContentId>"/>

----- Original Message -----
From: "Vince M. Clark" <[hidden email]>
To: "user" <[hidden email]>
Sent: Sunday, March 2, 2008 4:54:53 PM (GMT-0700) America/Denver
Subject: how to reference content within content


I am using CMS to maintain website content. Let's say I have two pieces of content:
1) html to render text
2) image that needs to be referenced in html

Both are stored as content records. How would I reference the image content within the html content?