HTML
|
JavaScript
Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Adding Pictures
Align Pictures
Alternative Name
Background Picture
Picture Border
Picture Link
Picture Spacing
Table Background
Width and Height
Picture Spacing
246
Horizontal Space
Description
This tag will allow you to set the picture a certain horizontal distance away from other objects. The tag for the horizontal space looks like HSPACE="#". This adds onto the picture tag, so the end result looks like
<IMG SRC="url" HSPACE="#">
The #, is replaced with the horizontal distance you want the picture to be set away from other objects. Below is an example, using the horizontal space tag. The space on the example is set to 30.
Code
<IMG SRC="http://www.activejump.com/images/sample.jpg" HSPACE="30">
Nearest Text
Output
Nearest Text
Practice
<IMG SRC="http://www.activejump.com/images/sample.jpg" HSPACE="30"> Nearest Text
Vertical Space
Description
This tag will allow you to set the picture a certain verticle distance away from other objects. The tag for the verticle space looks like VSPACE="#". This adds onto the picture tag, so the end result looks like
<IMG SRC="url" VSPACE="#">
The #, is replaced with the verticle distance you want the picture away from other objects. Below is an example, using the verticle space tag. The space on the example is set to 30.
Code
<IMG SRC="http://www.activejump.com/images/sample.jpg" VSPACE="30">
<BR>
Nearest Text
Output
Nearest Text
Practice
<IMG SRC="http://www.activejump.com/images/sample.jpg" VSPACE="30"> <BR> Nearest Text
Advertisements