Question:

How do i add <span title="links?????????????????????????????????????????????????????????????????????????????????????????">links????????????????????...</span>

by  |  earlier

0 LIKES UnLike

how do add a link to something i cant figure it out!!!!!!!!!!!!!!!

 Tags:

   Report

2 ANSWERS


  1. Click &lt;A HREF=&quot;http://www.google.com&quot;&gt;HERE&lt;/A&gt; to go to Google.


  2. No one seems to care to get it coded properly to HTML 4.01 Standards:

    Plain Text Link:

    &lt;p&gt;&lt;a href=&quot;index.html&quot; title=&quot;Home Page&quot;&gt;Home Page&lt;/a&gt;&lt;/p&gt;

    Image Link:

    &lt;p&gt;&lt;a href=&quot;index.html&quot; title=&quot;Home Page&quot;&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;image_URL&quot; alt=&quot;Text Description&quot;&gt;&lt;/a&gt;&lt;/p&gt;

    Both will give you that nice little pop up tooltip on mouseover of text or image link.

    Change &lt;p&gt; tags to &lt;div&gt;s if needed or any block level element.

    Ron

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.