HighDots Forums  

Edit an image Tag

alt.html.webedit alt.html.webedit


Discuss Edit an image Tag in the alt.html.webedit forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Johnny5
 
Posts: n/a

Default Edit an image Tag - 12-05-2006 , 10:55 AM






I have a database driven web site. I use craigslist alot and would love to
be able to just copy the source code into the fields but when i do this the
pictures dont work. the web site is an Open Realty Site does anyone know
how i can change the template so that when i paste the source code else
where the pictures work?

Thank you

John



Reply With Quote
  #2  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Edit an image Tag - 12-10-2006 , 08:41 PM






Gazing into my crystal ball I observed "Johnny5" <IHateSpam (AT) Spam (DOT) com>
writing in news:Ivhdh.4538$bW2.1235@trndny04:

Quote:
I have a database driven web site. I use craigslist alot and would
love to be able to just copy the source code into the fields but when
i do this the pictures dont work. the web site is an Open Realty Site
does anyone know how i can change the template so that when i paste
the source code else where the pictures work?

Thank you

John



The pictures are on Craig's List's servers. You would have to
absolutely reference them in order for them to work. Also, that may
still not work if they are using a Mod Rewrite to thwart bandwidth
thieves.

Your best bet is to contact them. They may have some sort of script or
API you could use.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
  #3  
Old   
Johnny5
 
Posts: n/a

Default Re: Edit an image Tag - 12-11-2006 , 02:56 PM




"Adrienne Boswell" <arbpen (AT) yahoo (DOT) com> wrote

Quote:
Gazing into my crystal ball I observed "Johnny5" <IHateSpam (AT) Spam (DOT) com
writing in news:Ivhdh.4538$bW2.1235@trndny04:

I have a database driven web site. I use craigslist alot and would
love to be able to just copy the source code into the fields but when
i do this the pictures dont work. the web site is an Open Realty Site
does anyone know how i can change the template so that when i paste
the source code else where the pictures work?

Thank you

John




The pictures are on Craig's List's servers. You would have to
absolutely reference them in order for them to work. Also, that may
still not work if they are using a Mod Rewrite to thwart bandwidth
thieves.

Your best bet is to contact them. They may have some sort of script or
API you could use.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Hello,

Craigslist does have the option of putting pictures.
What I want to do is go to the products web page ( my site )
that has a full discription and pictures of the product.
but when i copy the source code and paste it the pictures do not point
to pictures on my server, I guess what i need to do is learn how to
generate a page
with the url path to the pictures and that does not include the link menus.
i think CL would have a problem with that. I dont think i know enough at
this point that you can help me but if you can point me in the right
direction that would be great.
I have copied and pasted the source code into dreamweaver and made the edits
that way.

John




Reply With Quote
  #4  
Old   
Adrienne Boswell
 
Posts: n/a

Default Re: Edit an image Tag - 12-15-2006 , 10:46 PM



Gazing into my crystal ball I observed "Johnny5" <IHateSpam (AT) Spam (DOT) com>
writing in news:9Cjfh.2579$%T5.826@trndny05:

Quote:
"Adrienne Boswell" <arbpen (AT) yahoo (DOT) com> wrote in message
news:Xns9895BE2D56E46arbpenyahoocom (AT) 69 (DOT) 28.186.121...
Gazing into my crystal ball I observed "Johnny5" <IHateSpam (AT) Spam (DOT) com
writing in news:Ivhdh.4538$bW2.1235@trndny04:

I have a database driven web site. I use craigslist alot and would
love to be able to just copy the source code into the fields but
when i do this the pictures dont work. the web site is an Open
Realty Site does anyone know how i can change the template so that
when i paste the source code else where the pictures work?

Thank you

John




The pictures are on Craig's List's servers. You would have to
absolutely reference them in order for them to work. Also, that may
still not work if they are using a Mod Rewrite to thwart bandwidth
thieves.

Your best bet is to contact them. They may have some sort of script
or API you could use.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Hello,

Craigslist does have the option of putting pictures.
What I want to do is go to the products web page ( my site )
that has a full discription and pictures of the product.
but when i copy the source code and paste it the pictures do not point
to pictures on my server, I guess what i need to do is learn how to
generate a page
with the url path to the pictures and that does not include the link
menus. i think CL would have a problem with that. I dont think i know
enough at this point that you can help me but if you can point me in
the right direction that would be great.
I have copied and pasted the source code into dreamweaver and made the
edits that way.

John


It's like this:
<img src="myimage.jpg" alt="an image on this computer" height="100"
width="100">
and
<img src="http://www.example.com/someimage.jpg" alt="An image on another
server" height="100" width="100">

The first image references an image that is on the computer that is
hosting the web site, whether it be your computer, or a hosting company.

The second image is one that resides on another server, like Craig's
List. Unless the other site gave explicit permission to reference
images like this, and use their bandwidth, then you are an image theif.
It doesn't make any difference if you took the picture on your camera
and uploaded to the other site from your computer, once it's on the
other server, it's theirs.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.