img border="0" src="linkspage_files/2.jpg" is there a way to?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

when i place a picture on my web , and then i save it , and in code view it will read like this <p><img border="0" src="linkspage_files/2.jpg"

for my pictures to work on e bay auctions i have to change every picture link in code view with my domain name .com for it to work when i copy and paste the html code on my e bay auctions

<img src="http://www.my domain name.com/linkspage_files/2.jpg"

is there a way to have frontpage type <img src="http://www.domain name.com/
for me when i place pictures on my web , thanks
 
You would have to import the image into your live site, then while work locally, link directly to
the image on the live site, then when you save the page in FP, tell it to leave the link as is.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


iceviper said:
when i place a picture on my web , and then i save it , and in code view it will read like this
for my pictures to work on e bay auctions i have to change every picture link in code view with
my domain name .com for it to work when i copy and paste the html code on my e bay auctions
 
Use Insert Web Component Advanced Html to enter your image html using a full URL as
<img src="http://www.mydomainname.com/linkspage_files/2.jpg" border="0" height="XX" width="YY" alt="AA">
FP should leave the tag alone
--




| when i place a picture on my web , and then i save it , and in code view it will read like this <p><img border="0"
src="linkspage_files/2.jpg"
|
| for my pictures to work on e bay auctions i have to change every picture link in code view with my domain name .com for it to
work when i copy and paste the html code on my e bay auctions
|
| <img src="http://www.my domain name.com/linkspage_files/2.jpg"
|
| is there a way to have frontpage type <img src="http://www.domain name.com/
| for me when i place pictures on my web , thanks
 
However you will not see the image on your page, unless you view in a browser.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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

Back
Top