Skip to content

Tag Archives: thanks for your help

Can you tell me what information to store in my XML document?

I am building an XML document about festivals and want to store about 15 data on it. I have already got: – title – date – description – symbolic items Thanks for your help I want toknow what other data to store about a festival.

How do I insert a picture in my XML document ?

I have tried to use: <html:img src="c100.jpg" alt="" /> Thanks for your help

Does anyone know how to insert a picture in an XML document?

I have tried to insert the image using the following code, however I get an error message: <html:img src="Festival.jpg" alt="" /> Thanks for your help

How do you use CSS to put a background picture in XML file?

I have a reference to the background on my xml document, but I dont know how to use CSS to set that image as a background The code in my XML document is: <background>image.jpg</background> Thanks for your help

Is it possible to use an XML document as a data source in Visual Basic?

I’m just curious if it’s possible to use an XML document as a data source in a Visual Basic application, and if doing so is feasible in a relatively small and simple program. Thanks for your help!