Opposing Digits - Unconventional Awareness & Health Community Forum Index
RegisterSearchFAQMemberlistUsergroupsVlogHomeLog in
HTML Tips (not for use on this forum)

 
Reply to topic    Opposing Digits - Unconventional Awareness & Health Community Forum Index » Tutorials & Announcements
HTML Tips (not for use on this forum)
Author Message
madthumbs



Joined: 22 Feb 2006
Posts: 8185
Location: Fingerlakes - NY usa

Post HTML Tips (not for use on this forum) Reply with quote
Hyperlinks

The <A> or Anchor tag is used in creation of hyperlinks. This tag uses the attribute: <A HREF="filename.extention"> to identify the file to link to. Before closing this tag, provide text for the file:

<A HREF="http://opposingdigits.com/">opposingdigits.com</A>.

Result: opposingdigits.com

If you want the link to open a new window or tab, add:
<A HREF="document.extension" target="_blank">
Wed Nov 08, 2006 10:03 am
Sponsor
madthumbs



Joined: 22 Feb 2006
Posts: 8185
Location: Fingerlakes - NY usa

Post Reply with quote
Images

*note: You should not steal images and bandwidth from sites. Re-host images on a site like: http://www.tisng.com/ so you're not stealing bandwidth, or use myspace for free image hosting. Wink

For this you'll use the image tags

Syntax:

<img src="url of your image"></img>

*Note: On some sites; you don't need or don't want the closing </img> tag. If the site you're posing on is using XTML, you will want the closing tag.

You can surround this code with the Hyperlink code to make the image link to a webpage.

If you upload an image to a site like myspace: just go to the image, right click on it, and choose "copy image location" or something like that (depends on browser). Then you can paste this between the quotes in the above code.

I'll copy one of the emoticons for an example.

Here's it's url:
http://www.opposingdigits.com/forums/images/smiles/icon_rolleyes.gif

Here's how the code should appear:

<img src="http://www.opposingdigits.com/forums/images/smiles/icon_rolleyes.gif"></img>

And here's how it should look:

Rolling Eyes

To make it link to our homepage:

<a href="http://opposingdigits.com/"><img src="http://www.opposingdigits.com/forums/images/smiles/icon_rolleyes.gif"></img></a>

Result:



A good rule of thumb is to keep your html tags properly ordered:

<b><u></u></b> NOT: <b><u></b></u>
Sat Mar 10, 2007 2:09 pm
Display posts from previous:    
Reply to topic    Opposing Digits - Unconventional Awareness & Health Community Forum Index » Tutorials & Announcements All times are GMT - 7 Hours
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group

AcidTechEX Design by Freestyle XL
Creative collaboration on this forum by: djkms.com

 
Protected by Anti-Spam ACP