<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="740" height="100" VIEWASTEXT>
<param name="movie" value="swf/efficience1.swf" />
<param name="quality" value="high" />
<embed src="swf/efficience1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="743" height="100"></embed>
</object>
Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Wednesday, October 19, 2011
Tuesday, February 22, 2011
Document Navigation using HTML
You may have visited some sites which contains many links where you can navigate within a page. so how to do it..
You need just two anchor one with href and one with name..
Does that sounds cool
here is the coding
<a href="#bottom"> go to bottom </a>
MOVE TO BOTTOM
MOVE TO BOTTOM
MOVE TO BOTTOM
MOVE TO BOTTOM
MOVE TO BOTTOM
MOVE TO BOTTOM
<a name="bottom">BOTTOM</a>
Labels:
HTML
Subscribe to:
Posts (Atom)