How do you....

Started by
4 comments, last by jbadams 17 years, 9 months ago
Insert a picture in a post (on here)
Advertisement
See the faq.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
faq

<img src = "http://www.whatever.com/image.jpg">


*edit: beaten to the punch
_______________________"You're using a screwdriver to nail some glue to a ming vase. " -ToohrVyk
Quote:Original post by LessBread
See the faq.


Won't help much if they don't know html or understand the format of the image tag :)


<img src= "URL of image here">

Or to be nice and have your link open in new windows/tabs:

<img src= "URL of image here" target=_new>
- A momentary maniac with casual delusions.
Quote:Original post by Rhaal
Or to be nice and have your link open in new windows/tabs:

<img src= "URL of image here" target=_new>

That's not nice. Leave my window management to me.

And, for compatibility with XHTML, you might want to close that tag, as well as include the alt attribute in accordance with accessibility guidelines ([smile]):
<img src="http://ulr-to-image" alt="Semantic description of image" />
Quote:Original post by Oluseyi
Quote:Original post by Rhaal
Or to be nice and have your link open in new windows/tabs:

<img src= "URL of image here" target=_new>

[...]
<img src="http://ulr-to-image" alt="Semantic description of image" />
You mean like the example in the FAQ? You should actually look what's there before trying to add 'additional' information Rhaal. [wink]

Also, I agree with Oluseyi, using the target attribute like that is both deprecated and irritating.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement