Insert image into text

liunx

Guest
Probably a painfully elementary issue but what tags do I use to insert a small image into text?<!--content-->hmm? <img src=http://www.webdeveloper.com/forum/archive/index.php/"smallpic.jpg" width="10px" height="10px" alt="something"><!--content-->Originally posted by DaveSW <br />
hmm? <img src=http://www.webdeveloper.com/forum/archive/index.php/"smallpic.jpg" width="10px" height="10px" alt="something"> Strictly spaeking that should be <br />
<br />
hmm? <img src=http://www.webdeveloper.com/forum/archive/index.php/"smallpic.jpg" width="10" height="10" alt="something"><br />
<br />
or better<br />
<br />
hmm? <img src=http://www.webdeveloper.com/forum/archive/index.php/"smallpic.jpg" style="width:10px; height:10px" alt="something"><!--content-->Ah!..Okay, thanks.<!--content-->
 
Back
Top