View Full Version : Having trouble with a link...


iLightFires
01-23-2005, 11:00 PM
I can't seem to get this link to work on Mozilla, it works fine on IE.
The picture that says "Also Known As @ Purevolume" should link to a site.

Here's the link-
https://home.comcast.net/~mycathas6toes/AKAlayout/AKAindex.html
It's under the "Media" section.

Anybody have any ideas of how I could fix it?

pb&j
01-23-2005, 11:08 PM
perhaps fixing the coding to standards may help...

<html>
<head>
<title> test page </title>
<style type="text/css">
body{
overflow-y: hidden;
background-color: transparent;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #C1C1C1;
scrollbar-face-color: #C1C1C1;
scrollbar-highlight-color: #C1C1C1;
scrollbar-3dlight-color: #C1C1C1;
scrollbar-darkshadow-color: #C1C1C1;
scrollbar-shadow-color: #C1C1C1;
}
</style>
</head>
<body>
<div style="position: absolute; top: 1px; left: 1px; height: 340px; width: 200px;">
<a href="http://www.purevolume.com/alsoknownasnj" target="_blank"><img src="purevolume.png" border="0"></a>
</div>

</body>
</html>

iLightFires
01-23-2005, 11:13 PM
Still doesn't work, but thanks for trying. =/

iLightFires
01-23-2005, 11:31 PM
The ones on the "Links" page aren't working either. =/

pb&j
01-24-2005, 01:09 AM
they all work for me now.
on the media and the links page.
are you still experiencing problems?