View Single Post
  #2 (permalink)  
Old 01-27-2008, 12:48 PM
Rob's Avatar
Rob Rob is offline
Supreme Babbler
 
Join Date: Nov 2007
Location: United Kingdom
Posts: 618
Rob has more than the average amount of reputation points
Send a message via ICQ to Rob Send a message via AIM to Rob Send a message via MSN to Rob Send a message via Yahoo to Rob Send a message via Skype™ to Rob
Default

Took me a while to figure out what you were asking but I think I've grasped it.

You can add lots of attributes to a simple <img> tag literally thousands which are all accepted by major browsers.

Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg">
Thats the normal image with no attributes, if you want to add an attributes you put a space just after the speech mark and put in your attribute; in this case is the alignment.

Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right">
And its the same for vspace and hspace.

Code:
<img src="http://www.anguilla-beaches.com/images/upper-shoal-stitched-high.jpg" align="right" vspace="5" hspace="5">
Etc. for as many as you need and want, simply as pie; mmm pie (time for a pie binge)
__________________
Reply With Quote