The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “RollerAds”/

2 html tricks...

crowebird

New Member
affiliate
well I have acouple html tricks I could submit, I don't know if they will be helpful to anybody, or if anyone already knows them...

°Hide link url in status bar, replace with own text
Code:
<a href="http://www.wtflash.com/index.html" OnMouseOver="self.status='home'; return true" onmouseout="self.status=''; return 
true"><font color="#FFFFFF">link text</font></a>
--how it works::
Code:
<a href="http://www.wtflash.com/index.html"
Is where you want to link to.
Code:
OnMouseOver="self.status='home'; return true" onmouseout="self.status=''; return 
true">
checks to see if the mouse is over the link... if so display a certain text instead of the link in the status bar, in this case it will display home.
Code:
<font color="#FFFFFF">link text</font></a>
changes the color of the link and what the link text will be


°rotate text 90°
Code:
<div style="writing-mode:tb-rl;">teh text</div>
rotates the text 90°, what more can I say...
 
Crowebird,
Please post as many HTML tricks as you know, I am sure it will be useful to someone and possibly refresh the mind of those who already know it
Temi
 
banners
Back