Single lined code for blinking any thing

iamrashid -1 Tallied Votes 571 Views Share

Easiest way to blink any thing

<note>You can insert any thing to blink for example web link or Image but make sure to 
set the width and height according to your object<br>
<marquee behavior=slide scrollamount=2000 loop=20000  width="500" height=30>
"Put Here any thing you want to blink" <a href="mailto:rashid35m@yahoo.com">rashid35m@yahoo.com</a>
</marquee>
imranjaved143 0 Newbie Poster

its very nice, Dear tell me how to make a hyperlink in html.

psrinfo 0 Newbie Poster

this one i know :)

you can hyperlink a graphic in html by using the following code:
<a href="http://www.yourdomain.com" target="blank"><img src="http://www.yourdomain.com/(imagelocation)"></a>

if it's a banner your hyper linking then you'll need an image host, like imageshack.us. They generate a lot of different codes for you. I use the one for the direct link, which is the last one at the bottom of all the codes they give.

If it's text your hyperlinking, you can do it like this:

<a href="http://www.whereveryouwantthistoredirectto.com" target = "_top">The text you want to appear gets typed here.</a>

uringinteristi 0 Newbie Poster

thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.