G
Guest
I would like to know what is the difference between embedding a picture and
inserting a picture by linking to it.
inserting a picture by linking to it.
dennis123g said:I would like to know what is the difference between embedding a
picture and inserting a picture by linking to it.
Trevor L. said:dennis123g said:I would like to know what is the difference between embedding a
picture and inserting a picture by linking to it.
I am not sure that I understand.
To display a picture, use
<img src="mypic.jpg" alt="" title='My title' /></a>
To link to a picture, use
<a href="mypic.jpg">Link to My Picture</a>
But this will not display the picture, only the text "Link to My Picture".
The picture will only display when the link is clicked.
--
Cheers,
Trevor Lawrence
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
dennis123g said:What I meant is I can insert a picture in front page using the insert tab
which gives it an a href link to the location or I can copy and paste from
a
source on my computer and frontpage uses an embed function to bring up the
picture on the site. What I don't understand is how the embed function
works.
Trevor L. said:dennis123g said:I would like to know what is the difference between embedding a
picture and inserting a picture by linking to it.
I am not sure that I understand.
To display a picture, use
<img src="mypic.jpg" alt="" title='My title' /></a>
To link to a picture, use
<a href="mypic.jpg">Link to My Picture</a>
But this will not display the picture, only the text "Link to My
Picture".
The picture will only display when the link is clicked.
--
Cheers,
Trevor Lawrence
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/