View Full Version : I need Help lol


lilwvangel05
03-09-2004, 03:59 AM
OK I have read over and over and over everything i can find on text links and i can't find where you can make ur link text bold or bigger! Can someone please help me i have prob read over it a million times..but still have not noticed..i would very much appreciate. Thanx *Kristy*

salomeyasobko
03-09-2004, 04:03 AM
<style type="text/css">

A:link
{ font-weight: bold; font-size: #pt;color:#000000; }
A:visited
{ font-weight: bold; font-size: #pt;color:#000000; }
A:active
{ font-weight: bold; font-size: #pt;color:#000000; }
A:hover
{ font-weight: bold; font-size: #pt; color:#000000; }

</style>


just change the color to whatever color you want, and change the font size, too. hope that works! :)

lilwvangel05
03-09-2004, 04:18 AM
:) Thanx...I'll go give it a try and see if i can get it to work! :)

lilwvangel05
03-09-2004, 04:33 AM
OK..i did what you said..i have a left.html page and a right.html page and this is the code i put on my left.html

<html>
<head>
<style type="text/css">

A:link
{ font-weight: bold; font-size:18 #pt;color:#3300ff; }
A:visited
{ font-weight: bold; font-size:18 #pt;color:#3300ff; }
A:active
{ font-weight: bold; font-size:18 #pt;color:#3300ff; }
A:hover
{ font-weight: bold; font-size:18 #pt; color:#EB00B2; }

</style>

<title>left</title>
</head>
<body bgcolor="#000000" text="#3300FF" link="#3300FF" vlink="#EB00B2" alink="#3300FF"
<a href="http://www.geocities.com/krissy_baby_01/Me.html" title="*Anything you want to know about me!!*">*AbOuT Me*</a>





</body>
</html>

and the link comes up as the color i want it to ..just not bold and not the size and it wont let me click on it to link to my other page...if u see anything wrong..could u please help..Thanx Bunches.

salomeyasobko
03-09-2004, 05:00 AM
oh, i think it's because you have "font-size: 18 #pt".. you were supposed to replace the "#" with 18 :D so just change it to

A:link
{ font-weight: bold; font-size:18 pt;color:#3300ff; }
A:visited
{ font-weight: bold; font-size:18pt; color:#3300ff; }
A:active
{ font-weight: bold; font-size:18pt; color:#3300ff; }
A:hover
{ font-weight: bold; font-size:18pt; color:#EB00B2; }

</style>


also, you have this later:

<body bgcolor="#000000" text="#3300FF" link="#3300FF" vlink="#EB00B2" alink="#3300FF"


but you forgot to add a > at the end. make sure you add the > and you can also take out the whole link part, since the links are described in your CSS.

see if that works :)

lilwvangel05
03-09-2004, 05:25 AM
Thanx Alot! Ok now i have figured out how i want it..and if u dont mind u can view this to get what i have to say...on my site on my left.html page i just want the links there. and if u view as u can see i have a butterfly then text that says about me..how do i put another butterfly below it and my text link beside that butterfly..i tried just putting the same code under the first code but it came up right beside of about me instead of below it!

sorry i forgot my site link lol..http://www.geocities.com/krissy_baby_01

lilwvangel05
03-09-2004, 05:26 AM
sorry i forgot my site link lol..http://www.geocities.com/krissy_baby_01

salomeyasobko
03-09-2004, 05:33 AM
try putting:

<a href="http://www.geocities.com/krissy_baby_01/Me.html"><img src="butterfly.gif" border="0"></a>
<font face="verdana" color="#3300FF" size="5">*About Me*</font>
<br>
<a href="http://www.geocities.com/krissy_baby_01/Me.html"><img src="butterfly.gif" border="0"></a>
<font face="verdana" color="#3300FF" size="5">*Links*</font>


you can change the bold part to whatever you want it to say :) the <br> tag makes whatever comes after it drop down to a new line. so just put that tag if you don't want the next thing to be right next to the last.. hope that makes sense :lol:

lilwvangel05
03-09-2004, 06:30 PM
[B]Thanx..i'll try that! Sorry I've bothered you with all these silly questions lol!

lilwvangel05
03-09-2004, 10:20 PM
Ok now i am haveing a problem with my favicon....when i go to upload my favicon into my main directory..it says invalid file..and it is named favicon.ico..and i made it on the iconart i downloaded from lissa's page..can someone please help me figure out why it will not load.. Help appreciated thanx

bourdelson
03-09-2004, 11:01 PM
As far as I know, GeoCities [and most, if not all, free hosts] won't support favicons.