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
[notify admin to delete page]
246
Horizontal Space
Delete Section
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.
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
<IMG SRC="http://www.activejump.com/images/sample.jpg" HSPACE="30"> Nearest Text
Output
<IMG SRC="http://www.activejump.com/images/sample.jpg" HSPACE="30"> Nearest Text
Nearest Text
Practice
Cannot Edit - Code section automatically placed here.
Vertical Space
Delete Section
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.
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
<IMG SRC="http://www.activejump.com/images/sample.jpg" VSPACE="30"> <BR> Nearest Text
Output
<IMG SRC="http://www.activejump.com/images/sample.jpg" VSPACE="30"> <BR> Nearest Text
Nearest Text
Practice
Cannot Edit - Code section automatically placed here.
Click to add Section
Advertisements