|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am using XML to feed data into html page - so far the first initial 6 fields all display - however I am unable to get the image to display in the 3rd column.
http://tinyurl.com/34vpv I am unsure if this is possible, but I'm sure there must a 'work-around' Below is an extract from my xml file named "sport_xml_1.xml" PHP Code:
As you can see from the link - all the information is displayed correctly (not very pretty i know - i have yet to use any xsl formatting )How can I get the image to display in the browser (IE6.0) ? Thanks |
|
#2
|
|||
|
|||
|
Hi playaz.
I can't get your link to work. I'd be happy to help you with this problem if I could see how you're trying to display the images. Feel free to post an excerpt of your xsl/html code. |
|
#3
|
||||
|
||||
|
Try this link:
http://student-bdc.wlv.ac.uk/imc/us.../javascript.htm |
|
#4
|
||||
|
||||
|
I saw this in your code right away:
Code:
<img src=<span alt="Image" datasrc="#xmldso" datafld="IMAGE"> What happens when you change src=<span to src="span" ? What about changing datafld="IMAGE" to datafld="IMG" ? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Display images using XML / HTML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|