Jump to content

Html And Links


geohiker55

Recommended Posts

For cache listings, be sure to select the "HTML" checkbox above the fields for cache details.

 

For a link:

 

<a href="http.....">text goes here</a>

 

For an image:

 

<img src="http...." align=left/right hspace=x vspace=y>

 

align specifies left or right margin.

hspace is specified in pixels of spce left and right of the image (optional)

vspace is specified in pixels of space above and below the image (optional)

 

A simple google of "img tag" and "href tag" will get you additional information.

 

You can use the same tags on your profile page.

Link to comment

For cache listings, be sure to select the "HTML" checkbox above the fields for cache details.

 

For a link:

 

<a href="http.....">text goes here</a>

 

For an image:

 

<img src="http...." align=left/right hspace=x vspace=y>

 

align specifies left or right margin.

hspace is specified in pixels of spce left and right of the image (optional)

vspace is specified in pixels of space above and below the image (optional)

 

A simple google of "img tag" and "href tag" will get you additional information.

 

You can use the same tags on your profile page.

 

Thank you for the information

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...