Computer Hope

Internet & Networking => Web design => Topic started by: AJ on July 21, 2004, 04:56:47 PM

Title: Link Trouble
Post by: AJ on July 21, 2004, 04:56:47 PM
For some reason I can't get all of my links to follow the colors specified in the BODY tag. Can someone help me?

<html>
<head>
 <title>Splinter Cell News Source - Splinter Cell Chaos Theory - Media</title>
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);"
rightmargin="0" leftmargin="0" topmargin="0" bottommargin="0"
marginheight="0" marginwidth="0" link="#ff9900" alink="#2efd00"
vlink="#ff9933">
<h1 style="text-align: center;"><span style="color: rgb(192, 192, 192);">Media</span></h1>


<span style="color: rgb(192, 192, 192);">Official Trailers



Cleaner:

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Download: </span><a
href="../movies/sc3_Cleaner.zip"><span
style="text-decoration: underline;">sc3_Cleaner.zip (15.2MB)</span>[/url]

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; <span
style="color: rgb(192, 192, 192);">Streaming Video:</span> <a
href="../movies/sc3_Cleaner.avi">Cleaner[/url]



<span style="color: rgb(192, 192, 192);">Weather:

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Download: <a
href="../movies/sc3_Weather.zip">sc3_Weather.zip (18.2MB)[/url]

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Streaming Video: <a
href="../movies/sc3_Weather.avi">Weather[/url]



Sprinkler:

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Download: <a
href="../movies/sc3_Sprinkler.avi" style="color: rgb(0, 0, 0);">sc3_Sprinkler.zip
(14.2MB)[/url]

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; Streaming Video: <a
href="../movies/sc3_Sprinkler.avi">Sprinkler[/url]

</span>
</body>
</html>


If it helps, I am using the composer that comes with Netscape 7.1.
Title: Re: Link Trouble
Post by: Joleen on July 22, 2004, 10:48:43 AM
Use StyleSheets.  It's easier to keep track of and more compliant.
Title: Re: Link Trouble
Post by: chris_web_admin on August 18, 2004, 02:57:39 PM
The HTML that you are using is not what we would call industry standard. It will work but may cause problems. Try FRONT PAGE if u need a web builder program or look online at the free html help sites, cut n paste standard html code for colors and such with hex values. You r page is very small and doesn't need much so the online sites should help out. :)