To capture the code, press Select All then COPY the contents.
I have made notes in code below it and it will effect functionality!
<!-- Code copied from: Samisite.com -->
<style type="text/css">
.menulinks {position:relative;}
#menucont2 a{color:#993300; font-weight:bold; text-decoration:none;}
#menucont2 a:hover{color:#CC3300 ; font-weight:bold; text-decoration:none; text-transform: uppercase; background-color:yellow;}
</style>
</HEAD>
<BODY>
<div id="menucont2">
<!-- Put all links between <center> </center> to get those links align center for older browser -->
<a href="http://www.samisite.com/test-csb2nf/id43.htm" TARGET="_blank" TITLE="Iframe Tutorials" id="a1" class="menulinks">Iframe Tutorial</a><br>
<a href="http://www.samisite.com/contact.htm" TARGET="_top" TITLE="Contact Sami" id="a2" class="menulinks">Contact Sami</a><br>
<a href="http://www.samisite.com" TARGET="_top" TITLE="Samisite.com Home Page - Website Tutorials" id="a3" class="menulinks">Samisite Home Page</a><br>
</div>
|