:: Helllllllllllp ::

liunx

Guest
I currently have a page on BlackPlanet where its just one main image with links on it (Image Mapping)<br />
<br />
Im trying to add a counter to my page. The problem is everytime i place it in the HTML...it never shows up.<br />
<br />
Here is a link to the site...<br />
<br />
<!-- m --><a class="postlink" href="http://members.blackplanet.com/FrontMeABrick/">http://members.blackplanet.com/FrontMeABrick/</a><!-- m --><br />
<br />
Here is the HTML of the page<br />
<br />
<div style="position:absolute;top:0px;left:0px;width:1124px;height:890px;background:#FFFFFF"> </div> <br />
<IMG NAME="frontlayout0" SRC=http://www.webdeveloper.com/forum/archive/index.php/"http://64.239.17.24/member/FrontMeAbrick/frontlayout.jpg" style="position:absolute;top:0px;left:0px" WIDTH="1024" HEIGHT="768" BORDER="0" USEMAP="#frontlayout"><br />
<br />
<MAP NAME="frontlayout"><br />
<AREA SHAPE="rect" COORDS="257,368,432,418" HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://notes.blackplanet.com/compose_note.html?new_to_line=FrontMeABrick"><br />
<AREA SHAPE="rect" COORDS="246,16,418,62" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/intro.htm"></a><br />
<AREA SHAPE="rect" COORDS="246,74,437,124" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/_vitals_.htm"></a><br />
<AREA SHAPE="rect" COORDS="258,138,574,184" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/_my_purpose_.htm"></a><br />
<AREA SHAPE="rect" COORDS="236,184,470,234" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/_visuals_.htm"></a><br />
<AREA SHAPE="rect" COORDS="234,248,500,296" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/_peoples_.htm"></a><br />
<AREA SHAPE="rect" COORDS="242,300,429,354" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/_outro_.htm"></a><br />
</MAP><br />
<!-- BEGIN FASTCOUNTER CODE --><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://member.bcentral.com/cgi-bin/fc/fastcounter-login?3285305" target="_top"><br />
<img border="0" src=http://www.webdeveloper.com/forum/archive/index.php/"http://fastcounter.bcentral.com/fastcounter?3285305+6570617"></a><br />
<!-- END FASTCOUNTER CODE --><br />
<br><br />
<!-- BEGIN FASTCOUNTER LINK --><br />
<font face="arial" size="1"><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://fastcounter.bcentral.com/fc-join" target="_top">FastCounter by bCentral</a></font><br><br />
<!-- END FASTCOUNTER LINK --><br />
<style>body {border : Red double 5; }</style><br />
<div style="background : ; position:absolute; top:0; left:132; width:500; height:60; ;z-index:50;color:Black; font:normal medium arial; font-style:normal; font-variant:normal"><marquee direction="RIGHT" scrolldelay="200" scrollamount="10" height="0"></marquee></div><br />
<bgsound src=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/amihigh.wma" loop="-1"><br />
<style>body {scrollbar-3d-light-color:Black; scrollbar-arrow-color:White; scrollbar-base-color:Black; scrollbar-dark-shadow-color:Black; scrollbar-face-color:Red; scrollbar-highlight-color:Black; scrollbar-shadow-color:Red; }</style><br />
<div style="position:absolute;top:0px;left:0px;height:0px;width:0px;text-align:left;overflow:auto"><table><tr><td><table><tr><td><font><br />
<br />
<br />
And here is the HTML of the page counter im trying to implement...<br />
<br />
<br />
<!-- BEGIN FASTCOUNTER CODE --><br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://member.bcentral.com/cgi-bin/fc/fastcounter-login?3285305" target="_top"><br />
<img border="0" src=http://www.webdeveloper.com/forum/archive/index.php/"http://fastcounter.bcentral.com/fastcounter?3285305+6570617"></a><br />
<!-- END FASTCOUNTER CODE --><br />
<br />
<br />
Can someone please help me?<!--content-->Seems more like a problem with the counter then your code, I have no idea why it would not work. How about this paste the counter code onto another page just a basic html page<br />
<html><br />
<head><br />
</head><br />
<body><br />
counter crap<br />
</body><br />
</html><br />
and then see if it works.<!--content-->:( IT worked on another page<!--content-->try in the top div <br />
<div style=" position:absolute;top:0px;left:0px;width:1124px;he<br />
ight:890px;background:#FFFFFF z-index:-1;"> </div> <br />
z-index:-1 maybe that div is over the link so it is no longer visible. If this doesnt work, Ill think of something else tomorrow afternoon when I check the forum.<!--content-->didnt work<!--content-->One mistake in your coding I noticed, not sure if this is why but on you area tags the first one looks like this:<br />
<br />
<br />
<AREA SHAPE="rect" COORDS="257,368,432,418" HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://notes.blackplanet.com/compose_note.html?new_to_line=FrontMeABrick"> <br />
<br />
<br />
The rest look like this<br />
<br />
<br />
<AREA SHAPE="rect" COORDS="246,16,418,62" <a target="_blank"HREF=http://www.webdeveloper.com/forum/archive/index.php/"http://home.comcast.net/~bcooke14/intro.htm"></a> <br />
<br />
<br />
On the first you just add a HREF property to the area tag. On the rest you didnt close the area tag but started a <a href tag which is invalid because the area tag hasn't yet been closed with a >.<br />
<br />
<br />
A few other mistakes also, but none that I think will matter.<!--content-->
 
Back
Top