MiaBabie
05-26-2003, 10:24 PM
My CSS doesn't seem to be working on certain links. Here is my code for my main page:
<html>
<head>
<LINK REL="stylesheet" HREF="http://www.freewebs.com/mia152/tatucss.css" TYPE="text/css">
<title>
Thirty minutes to whisper your name
</title>
</head>
<body>
<body bgcolor="#ffffff" text="white" link="#000000" visited="white">
<div style="position: absolute; right: 440px;">
|
<a href="http://www.freewebs.com/mia152/blogpfe.html" target="iframe">blog </a>|<br>
|<a href="http://www.freewebs.com/mia152/me.html" target="iframe">girl </a>|<br>
|<a href="http://www.freewebs.com/mia152/you.html" target="iframe">you </a>|<br>
|<a href="http://www.freewebs.com/mia152/www.html" target="iframe">www </a>|<br>
|<a href="http://mia152.signmyguestbook.com/" target="_blank">guestbook </a>|<br>
</div>
<iframe frameborder="0" border=0 width=420 height=178
src="http://www.freewebs.com/mia152/blogpfe.html"
name="iframe" style="position:absolute; top:35px;
left:340px" allowtransparency="true"></iframe>
</body>
</html>
The links that say "blog" etc aren't being touched by my CSS. Why isn't it working?
<html>
<head>
<LINK REL="stylesheet" HREF="http://www.freewebs.com/mia152/tatucss.css" TYPE="text/css">
<title>
Thirty minutes to whisper your name
</title>
</head>
<body>
<body bgcolor="#ffffff" text="white" link="#000000" visited="white">
<div style="position: absolute; right: 440px;">
|
<a href="http://www.freewebs.com/mia152/blogpfe.html" target="iframe">blog </a>|<br>
|<a href="http://www.freewebs.com/mia152/me.html" target="iframe">girl </a>|<br>
|<a href="http://www.freewebs.com/mia152/you.html" target="iframe">you </a>|<br>
|<a href="http://www.freewebs.com/mia152/www.html" target="iframe">www </a>|<br>
|<a href="http://mia152.signmyguestbook.com/" target="_blank">guestbook </a>|<br>
</div>
<iframe frameborder="0" border=0 width=420 height=178
src="http://www.freewebs.com/mia152/blogpfe.html"
name="iframe" style="position:absolute; top:35px;
left:340px" allowtransparency="true"></iframe>
</body>
</html>
The links that say "blog" etc aren't being touched by my CSS. Why isn't it working?