how do I insert an image????

Questions about XML that are not covered by the other forums should go here.
hiphopsupamix
Posts: 1
Joined: Sun May 22, 2005 1:21 am

how do I insert an image????

Post by hiphopsupamix »

our website http://www.blissneso.com/main.html

is updated using XML, can someone please tell me how we can include a picture underneat the text???

here's the current code with just text;

Code: Select all

<?xml version="1.0"?>                        
<news>
<update>
<content>
Welcome to the new Bliss n Eso website!
"Bliss n Eso - Flowers In The Pavement" is in stores now




</content>
</update>
</news>

here is an example of an image we'd like to put underneath the text;
Image[/code][/url]
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: how do I insert an image????

Post by sorin_ristache »

hiphopsupamix wrote:can someone please tell me how we can include a picture underneat the text???
For example adding an element <picture href="img271/3961/fitpcover1507do.jpg"/> inside the element content and adding the necessary template that handles this element to the stylesheet that generates the HTML code ?

Code: Select all


<content>
Welcome to the new Bliss n Eso website!
"Bliss n Eso - Flowers In The Pavement" is in stores now
<picture href="img271/3961/fitpcover1507do.jpg"/>
</content>
Best regards,
Sorin
Post Reply