Getting HTML

Theiananator

Senior member
Dec 6, 2004
344
0
0
Say I see a picture online and i want to add it to my website, how do i get the HTML of that picture which I would in turn post on my site?
 

keeleysam

Diamond Member
Feb 8, 2005
8,131
0
0
Pictures don't have HTML. You need to save that picture to your server and USE html to make it show up:

<img src="image.png">
 

BTA

Senior member
Jun 7, 2005
862
0
71
As a side note I wouldnt try to link directly to the image on their server.

People usually dont like that.
 

tami

Lifer
Nov 14, 2004
11,588
3
81
yes. save it locally, then upload it to your site, then do what keelysam said.

this is basic HTML. you'd probably benefit from some online HTML beginner tutorials.