|
|
| Author |
Message |
nduda78 Cacti User
Joined: 01 Mar 2005 Posts: 106
|
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Tue Nov 27, 2007 12:44 pm Post subject: Re: <img> in NOTES |
|
|
It's regular HTML, so:
<img src="http://blahserver/blah.png">
or
<img src="http://blahserver/blah.png" />
should work fine.
IMG tags don't actually have an 'end' tag. In XHTML they are 'self-closing' which is the second version above, with the /. Browsers should accept both styles. |
|
| Back to top |
|
 |
streaker69 Cacti Pro User
Joined: 27 Mar 2006 Posts: 647 Location: Psychic Amish Network Administrator
|
Posted: Tue Nov 27, 2007 1:52 pm Post subject: Re: <img> in NOTES |
|
|
| Howie wrote: |
It's regular HTML, so:
<img src="http://blahserver/blah.png">
or
<img src="http://blahserver/blah.png" />
should work fine.
IMG tags don't actually have an 'end' tag. In XHTML they are 'self-closing' which is the second version above, with the /. Browsers should accept both styles. |
I think he was confusing it with the BBCode that many forums use for embedding pictures in posts. |
|
| Back to top |
|
 |
|