html order for already-made web page

liunx

Guest
I have a profile page in which I can insert html code to manipulate it. So far this is what's been added to the page by me to be changed:<br />
<br />
for search engines<br />
<html><br />
<head><br />
<title> Epinions.com - christine283's profile </title><br />
<meta name="keywords" content="Epinions.com - christine283's profile, Epinions.com - christine283's profile reviews, product reviews, consumer reviews"><br />
<meta name="description" content="Epinions has the best comparison shopping information on Epinions.com - christine283's profile. Compare prices from across the web and read reviews from other consumers on Epinions.com - christine283's profile before you decide to buy."><br />
<br />
for the links<br />
<STYLE TYPE="text/css"><br />
a:link { color: 483D8B; text-decoration: none;}<br />
a:active { color: 008B8B ; text-decoration: none; }<br />
a:visited { color: FF8C00 ; text-decoration: none;}<br />
a:hover { color: 696969; none; background: none;<br />
</style><br />
<br />
for the scrollbars<br />
<STYLE><br />
BODY<br />
{<br />
scrollbar-face-color: #483D8B ;<br />
scrollbar-highlight-color: #9400D3 ;<br />
scrollbar-3dlight-color: #CD5C5C;<br />
scrollbar-darkshadow-color: #4B0082;<br />
scrollbar-shadow-color: #000080;<br />
scrollbar-arrow-color: #FF8C00;<br />
scrollbar-track-color: #696969;<br />
}<br />
--><br />
</STYLE><br />
<br />
<br />
the rest are just banner links<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.greyhounds.org"><img src="http://www.greyhounds.org/gpl/images/ADOPTION_button.gif" border="0"</a><br />
<br />
<p><br />
<p><br />
<p><br />
<p><br />
<p><br />
<p><br />
<p><br />
<p><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.everybodyearns.com/[email protected]"><img src="http://www.everybodyearns.com/images/banner3.gif" border="0" alt="http://www.everybodyearns.com"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.noeys-place-pays.com/pages/[email protected]"><img src="http://www.noeys-place-pays.com/pages/img2/banner4.gif" border="0" alt="noeys-place-pays"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.MikesPaid4Email.com/pages/[email protected]"><img src="http://users.eastlink.ca/~michaelburns/mikesimages/mikes.gif" border="0" alt="MikesPaid4Email.com"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.jays-paidmail.com/pages/[email protected]"><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.jays-paidmail.com/images/logo4.gif" border="0" alt="jays-paidmail.com"><br />
</a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.topcashemail.com/pages/[email protected]"><br />
<br><img src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.topcashemail.com/images/banner1.gif" border="0" alt="topcashemail.com"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.PaidExplosion.com/cgi-bin/[email protected]"><img src="http://www.PaidExplosion.com/images/pe9a.gif" border="0" alt="PaidExplosion"></a><br />
<br />
<a target="_blank" href=http://www.webdeveloper.com/forum/archive/index.php/"http://opt-in-pays.com/r-65383"><img src="http://opt-in-pays.com/banner1.gif" width="468" height="60" border="0"></a><br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.htmlcounter.com/?ref=Chrine283"><img src="http://www.admo.net/php-bin/counter.php3?id=Chrine283&dd=miniscu" BORDER="0" alt="This counter provided for free from HTMLcounter.com!"></a<br />
<br />
Now I want to put in javascript for a cursor, but I can't figure out where the heck to put it and actually have it work. Any ideas? Again, this is the only html, since the page was not made by me.<!--content-->Put javascript within <head></head><br />
<br />
To call that function when document loads:<br />
<body onload="activate_cursor()"><br />
<br />
To call that function when mouse hovers over a section of page<br />
<div onmouseover="activate_cursor()">...</div><!--content-->I'm thinking it was just because the body tag was left open and I didn't catch it since it was a simple cut and paste :rolleyes:<!--content-->
 
Back
Top