View Full Version : i duno whats wrong with my html! my links dont target the frames!


PinkIce
07-06-2003, 10:48 PM
I have a problem, my links arent targeting the frame i want i dont know whats wrong with the code, please help! this is the code

<SCRIPT LANGUAGE="JavaScript">
<!--
function open () {return true;}
//-->
</SCRIPT>

<style type="text/css">
<!--

A:link
{
text-decoration: none; color: FF99FF;
}
A:visited
{
text-decoration: none; color: FF99FF;
}
A:active
{
text-decoration: none; color: FF99FF;
}
A:hover
{
text-decoration: line-through; color: FF99FF;
}
BODY {
background-color:#FFFFFF;
cursor: s-resize;
font-family: verdana;
color: hotpink;
letter-spacing: 3px;
font-weight: normal;
font-size: 8pt;
-->
</style>


<body bgcolor="#FFFFFF" text="#FF70FF" link="#000000" vlink="#FF00FF" alink="#FF70FF">
<center><font face="verdana" size="2" color="#FF70FF" align=center>text</font></center>
<br>
<center><a href="link url" target="right">link name</a></center>

<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 993399;
scrollbar-track-color: FFGGFF;
scrollbar-face-color: FF66FF;
scrollbar-highlight-color: FFCCC;
scrollbar-3dlight-color: FF33FF;
scrollbar-darkshadow-color: 330066;
scrollbar-shadow-color: FF3366;
}
-->
</STYLE>
</center>
<script language="JavaScript1.2">(document.all)
document.body.style.cssText="border:3 solid #FF70FF"
</script>

burningstars
07-07-2003, 12:27 AM
can you put the frame code up here too? it might be something in that thats not right maybe too.

Also the part

<body bgcolor="#FFFFFF" text="#FF70FF" link="#000000" vlink="#FF00FF" alink="#FF70FF">
<center><font face="verdana" size="2" color="#FF70FF" align=center>text</font></center>
<br>
<center><a href="link url" target="right">link name</a></center>

<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 993399;
scrollbar-track-color: FFGGFF;
scrollbar-face-color: FF66FF;
scrollbar-highlight-color: FFCCC;
scrollbar-3dlight-color: FF33FF;
scrollbar-darkshadow-color: 330066;
scrollbar-shadow-color: FF3366;
}
-->
</STYLE>

You should make it



<STYLE type="text/css">
<!--
BODY
{
direction:;
background-attachment:fixed;
scrollbar-arrow-color: 993399;
scrollbar-track-color: FFGGFF;
scrollbar-face-color: FF66FF;
scrollbar-highlight-color: FFCCC;
scrollbar-3dlight-color: FF33FF;
scrollbar-darkshadow-color: 330066;
scrollbar-shadow-color: FF3366;
}
-->
</STYLE>
</head>
<body bgcolor="#FFFFFF" text="#FF70FF" link="#000000" vlink="#FF00FF" alink="#FF70FF">
<center><font face="verdana" size="2" color="#FF70FF" align=center>text</font></center>
<br>
<center><a href="link url" target="right">link name</a></center>