Help with HTML

liunx

Guest
Hi, <br />
I hope somebody understands me but sometimes on a link you can leave your mouse there and then after a second or two a small text message comes next to your mouse describing the link or something along those lines, how do I do that? Thanks.<!--content-->put title="" in your link so...<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"index.htm" title="This is my index page">home</a><!--content-->small text message comes next to your mouse describing the link <br />
<br />
Use alt="blah blah blah" inside all image tags. This technique is mandatory if you wanna' validate you page through the wc3 HTML click here (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->) police. Also it will help when you submit to search engines. The search engines look for this alt text.<br />
<br />
Here is the correct format note the position of quotes"".<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"my.htm" alt="This the text that appears over the image">home</a><!--content-->just an FYI, but Title="" does not work in NS for that you will have to use Dhtml tooltips<!--content--><img src=http://www.htmlforums.com/archive/index.php/"x"alt=yourtext><br />
<br />
if an image link<!--content-->A nice one is<br />
OverLib<br />
<!-- m --><a class="postlink" href="http://www.a1javascripts.com/search/search.cgi?Range=Any&Format=Standard&Terms=overlib&menu1=Navigate+Network">http://www.a1javascripts.com/search/sea ... te+Network</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.bosrup.com/web/overlib/features.html">http://www.bosrup.com/web/overlib/features.html</a><!-- m --><br />
:rocker:<!--content-->
 
Back
Top