View Full Version : Link problem


Young Pizzle
09-02-2003, 11:09 PM
here is my html for it-

<html>
<head>
<title>Your Title</title></head>
<STYLE TYPE="text/css">
A:link {text-decoration: none}
A:hover {text-decoration: none; color: #BEC8D6}
A:visited {text-decoration: none;}
body {scrollbar-arrow-color: #BEC8D6;
scrollbar-base-color: #2A3444;
scrollbar-dark-shadow-color: #2A3444;
scrollbar-highlight-color: #3E4E66;
scrollbar-track-color: #2A3444;}
</style>

<body bgcolor="#2A3444" text="#BEC8D6" link="#E1DBC3" vlink="#ADA68A" alink="#BEC8D6" bgproperties="fixed">

<div align="center">

<TABLE WIDTH="475" HEIGHT="575" CELLSPACING="4" CELLPADDING="4" BORDER="1" STYLE="border:solid 1px;" BORDERCOLOR="#E1DBC3">
<TR>
<TD Height="30%" Colspan="3" Align="center">Your Title Here</TD>
</TR>
<TR>

<TD Width="15%" Valign="top"><a href="http://www.and1.com" target="inlineframe"><font face="jokerman" color="#000000" size="10">Links</a></font></TD>

<TD Width="50%" Valign="top"><iframe src="inline.html" name="inlineframe" width="100%" height="100%" frameborder="0" border="0"></iframe></TD>

<TD Width="20%" Valign="top">Links</TD>
</TR>
</TABLE>

</div>

</body>
</html>




this is this link to my site (http://www.geocities.com/pointgodcross/none.html)


my site is JUST starting, dont really have anything, first i'm tryin to mess with the look of it, but the Q is, why does the link on the left stay the same size no matter how i change it?

Young Pizzle
09-02-2003, 11:16 PM
AND, how do i make the page like on the left side, becuse i dont like it WAY over there

pb&j
09-03-2003, 04:18 AM
you have css link styles,
you have link style values set in the body tag,
you have the font tag around the linked text.

you will have to decide which way you are going to do this before an answer can be given.
(personally, i would go for the css link styles only.)

Young Pizzle
09-03-2003, 08:01 PM
well how do I just use one of them? someone put the link i have, but only with one of those things,and i just want the link that will work the best and i can resize. anyone??

Spirit892
09-03-2003, 08:20 PM
The css and the HTML in the <body> tag are clashing and therefore not working. You need to do something like this:

<html>
<head>
<title>Your Title</title></head>
<STYLE TYPE="text/css">
A:link {text-decoration: none; color:"#E1DBC3";}
A:hover {text-decoration: none; color: #BEC8D6;}
A:visited {text-decoration: none; color:"#ADA68A";}
body

{ background:"#2A3444";

background-attachment: value; [fixed]

font-family: value; [arial]
color: #BEC8D6 ;
letter-spacing: value; [ 5pt]
font-weight: value; [ normal]
font-size: value; [ medium ]
}


{scrollbar-arrow-color: #BEC8D6;
scrollbar-base-color: #2A3444;
scrollbar-dark-shadow-color: #2A3444;
scrollbar-highlight-color: #3E4E66;
scrollbar-track-color: #2A3444;}
</style>

<body>

<div align="center">

<TABLE WIDTH="475" HEIGHT="575" CELLSPACING="4" CELLPADDING="4" BORDER="1" STYLE="border:solid 1px;" BORDERCOLOR="#E1DBC3">
<TR>
<TD Height="30%" Colspan="3" Align="center">Your Title Here</TD>
</TR>
<TR>

<TD Width="15%" Valign="top"><a href="http://www.and1.com" target="inlineframe"><font face="jokerman" color="#000000" size="10">Links</a></font></TD>

<TD Width="50%" Valign="top"><iframe src="inline.html" name="inlineframe" width="100%" height="100%" frameborder="0" border="0"></iframe></TD>

<TD Width="20%" Valign="top">Links</TD>
</TR>
</TABLE>

</div>

</body>
</html>

I think that should work.. If not, blame me! :) Good Luck!

Young Pizzle
09-03-2003, 08:33 PM
ok thans alot, now- how do i get my page to the left?? cus its soo far away lol

Spirit892
09-03-2003, 08:42 PM
Use a DIV? That would be my best guess.

Young Pizzle
09-03-2003, 08:59 PM
OK i know how to change the spot, but This site here (http://geocities.com/pointgodcross/iframe1.html) is what i'm goin to pu in the iFRame and for some reason the writing here is compacted... why??