In Microsoft Office FrontPage 2003 - How to insert picture from web link

E

email

Using Microsoft Office Frontpage 2003

I have a web link of a picture I want to insert into a webpage I am
creating.

Basically I want this, but I dont know how to do it in Frontpage
<img src=http://www....picture.jpg>

How do I do that?
 
R

Ronx

This is hotlinking, and many domains object strongly to this practice
since it is stealing their bandwidth (which can be costly to site
owners). Make sure you have written permission from the other site to
link in this manner - you could lose your web hosting and more if you
don't.

Easiest way is to open the page in Code or Split View.
At the point you want the image to show, type in:
<img src="http://www.example.com/path/picture.jpg alt="pic description"
width="width" height="height">
Replace the domain, path and image name as appropriate. Replace the
width and height with the actual width and height of the image.
 

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