Home > Archive > 2010 > July > 30 |
|||||||||||||||||||||||||||||||||||||||||||||||||||
I like the instant tag when you add a picture to the image folder |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
In Scripting2, when you add an image to the folder at OPML > Scripting2 > images, a little window pops up with the img tag all written out for you to copy. One suggestion: Since all the rest of the style has moved to CSS, maybe the img attributes should be, too: float:right instead of align="right", margins instead of v and hspace? <img src="http://blogs.scripting2.com/amyloo/images/2010/07/30/headedtoborder.jpg" width="653" height="368" border="0" align="right" hspace="15" vspace="5" alt="A picture named headedtoborder.jpg"> <img src="http://blogs.scripting2.com/amyloo/images/2010/07/30/headedtoborder.jpg" alt="A picture named headedtoborder.jpg" style="width: 653px; height: 368px; border: none; float:right; margin: 0 0 5px 15px;" /> That way you don't get a margin on the right where you don't need it. Also should self-close the img tag, though I rarely do that unless some validator tells me I have to if I want my HTML to be accepted by some slavish application like Constant Contact. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
|
© Copyright 1997-2010 Amy Bellinger. Last update: Friday, July 30, 2010 at 5:28 AM GMT. Last build: 7/31/2010; 10:32:54 PM. "It's even worse than it appears."
Previous / Next |
|||||||||||||||||||||||||||||||||||||||||||||||||||