Got a little techonology problem that you need fixed pronto? Post it here and we'll see what we can do.
Topic locked

Hmm..Code Help.

Tue Sep 21, 2004 11:27 pm

Image

you see teh neopets words by the codestones? it stays there, and it should go down at the bottom of the page. i was wondering if there was a code to move it down or a code to make it dissapear (as a last resort). this is the code i have below.

Code:
<head>
<style type="text/css">
body, td, font, p, i {color: black; font:7pt Tahoma;cursor:n-resize ;}A {color: #D1DCB1; font:7pt tahoma; text-decoration:none;} A:hover {border: 1px dotted black;font-size: 7pt;font-family:tahoma; color:#D1DCB1; margin: 1px; style: solid;}}font, td, p, i, xmp, u{font-family:tahoma;font-size:7pt;font-weight:normal;line-height:7pt;font-style:normal}b{color:#FFFFFF;font-family:tahoma;}body{scrollbar-arrow-color:#D2D9CB; scrollbar-track-color:#919989; scrollbar-face-color:#6E7467; scrollbar-highlight-color:#919989; scrollbar-3dlight-color:#6E7467; scrollbar-darkshadow-color:#4C5344; scrollbar-shadow-color:#6E7467}input, textarea{border: 1px solid white;font-size: 7pt;font-family: verdana; background-color:#A4AD9B; color:white; margin: 1px; style: solid;}}img{
filter:alpha(Opacity=0,FinishOpacity=0,Style=0,StartX=0,FinishX=0, StartY=0,FinishY=0)
}p img{
filter:chroma(color= )
}TABLE{
background:none}TD{background:none
}
</style>
<title></title>
</head>
<body background="http://img.photobucket.com/albums/v32/knives/paintbrushneopia/campingbg.gif">
  <IMG SRC="http://img.photobucket.com/albums/v32/knives/paintbrushneopia/campingheader.gif" width="800" style="position: absolute; left: 0; top: 0" height="322" border="0">
<div style="position: absolute; left: 291; top: 313; z-index: 2; width: 139; height: 175"><br><br>

<center>
<b>Current Contests</b><br><br>
<u>Current Raffle</u><br><br>
<img src="http://images.neopets.com/items/babypaintbrush.gif"><br><br>
winner: ???<br><br>

<u>Item Drive</u><br><br>
<img src="http://images.neopets.com/items/petpetbrush_yellow.gif"><br><br>
winner: ???<br><br>

<u>Refferal</u><br><br>
Win any random petpet by referring the most members to our guild by the end of the month! hosted by wolf_pup101<br><br>

<u>Weekly Giveaway</u><br><br>
<img src="http://images.neopets.com/items/codestone2.gif"> <img src="http://images.neopets.com/items/codestone7.gif"><br><br>
winner: ???<br><br>

<b>Past Contests</b><br><br>
Raffle at 200 Members<br>
(read guild shop for details)<br><br>
<img src="http://images.neopets.com/items/faeriepntbrush.gif">
<br><br>
winner: catnip792<br><br>
more past pb winners? check our guild website<br><br>

<br><br><br><br><br>
</div>

<div style="position: absolute; left: 497; top: 135; z-index: 2; width: 247; height: 358">
  <center>
  <p></p>
  </center>
 
   <br><p align="center"><a href="http://www.neopets.com/browseshop.phtml?owner=fireboltdan">Guild Shop</a> | <a href="http://home.neopets.com/templates/homepage.phtml?pet_name=FireboltKau">FAQ</a> | <a href="http://home.neopets.com/templates/homepage.phtml?pet_name=Master_Buck">Painted Pet Adoption</a> | <a href="http://www.neopets.com/genie.phtml?type=find_user&auction_username=fireboltdan">1NP Auctions</a> <br> <a href="http://www.neopets.com/island/tradingpost.phtml?type=browse&criteria=owner&search_string=fender1016">Bday Packs</a> | <a href="http://home.neopets.com/templates/homepage.phtml?pet_name=DarkMoonGrowller">Competitions</a> | <a href="http://www.neopets.com/browseshop.phtml?owner=modestgurl">Pharmacy</a> | <a href="http://home.neopets.com/templates/homepage.phtml?pet_name=Alexis_desendant2">Banners</a> <br><br>
<p align="center">

<b>News and Updates</b><br><br>News and updates here.

</div>

Wed Sep 22, 2004 1:27 am

im pretty sure its the neopets coding cuz that happens to me on some pages too

Thu Sep 23, 2004 5:23 am

You're using HEAD/BODY tags in a guild page? Get rid of them! :) (you're causing a double HEAD and a double BODY problem, which is rather nasty to any browser). Then, make sure that all your tags match (all of them have a start and an end tag).
Topic locked