open webpage that contains dynamic images in word

G

Guest

Hi, I'm trying to open a webpage that contains dynamic images in word, but
word doesn't display the image, it shows as the broken-image icon instead. In
the webpage, the dynamic image created with: <img
src="image.aspx?width=100">, it shows fine on any web-browser.

Any ways around this problem?

Thanks!

ly
 
D

Don

Hi, I'm trying to open a webpage that contains dynamic images in word,
but word doesn't display the image, it shows as the broken-image icon
instead. In the webpage, the dynamic image created with: <img
src="image.aspx?width=100">, it shows fine on any web-browser.

Any ways around this problem?

Thanks!

ly


Hello ly,
I seem to recall some previous mention of Word's inability to use
the question mark in path statements.
The creative way around this is to use either PHP or htaccess to generate
standard URL's to your images and then use those URL's in your image paths.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top