ID:168747
 
I was wondering, if I have an image in my project directory, and I want to include it in some HTML text used with the browse() proc, how do I point to it in the HTML? Let's say the directory and file is "C:\My Documents\Projects\NewProj\background.jpg". Here is the example of the HTML:




< p>Here is the text that will go over the image< /p>




Thanks,

=$=
I'd direct you to CSS using the background-url element. Look that up, it's pretty easy to do. After that, just do something like

Text

Check out the ref. entry for browse_rsc(). =)