Page is a not externally linkable
dreamee - 2:17 am on Oct 2, 2011 (gmt 0)
[edited by: alt131 at 5:26 am (utc) on Oct 3, 2011]
Hi penders, thanks for your prompt reply.
I managed to solve it!
I changed my code of lower part becomes:
#submain1 .butt1 a:link {
left: 8px;
top: 80px;
width: 90px;
height: 32px;}
#main ul .butt1 a:hover img{
left: 0px;
top: 0px;}
</style>
</head>
<body style="margin: 0px; width: 520px;">
<div id="main">
<ul id="submain1">
<li class="butt1"><a href="http://example.com/p_pebbles.html" target="_blank"><img border="0" src="p1.png"></a></li>
</ul>
</body>
</html>
[edit reason] Thread Tidy - Examplifying [/edit]