Jump to content

PetPage Issue


laceew45

Recommended Posts

I have the nice portfolio coded by someone and it worked fine until I coded the navigation menu differently. Now the error is weird and won’t let me add it. I wanna know how I can still keep it looking nice but within neopets’ restrictions. I have two restrictions it gave me. I fixed one but then it got mad at me for the fix.. so I’ll post my code and the restrictions.

 

Coding:

<style>
.sf {
	display: none;
}
body {
	background: #fafafa;
	margin-top: -24px;
}
body, font, p, br, table {
	font-family: calibri,tahoma;
	font-size: 8.5pt;
	color: #7c7c7c;
	line-height: 9pt;
	text-align: justify;
}
li {
	padding: 2px 0px 2px 3px;
}
b {
	color: #4BA2CA;
	font-weight: normal;
}
.thepets td {
	padding-right: 20px;
	padding-bottom: 10px;
}
.thepets a.pet {
	margin: 20px 0 20px;
	display: block;
	width: 200px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #fff;
}
.thepets a.pet:hover {
	border: 1px solid #000;
}
.thepets img {
	margin-top: -50px;
}
strong {
	color: #4BA2CA;
	font-weight: normal;
	letter-spacing: 1px;
}
a:link, a:active, a:visited {
	color: #85CDEE;
	text-decoration: none;
}
a:hover {
	color: #E6C576;
}
#top {
	top: 50px;
	left: 150px;
	width: 760px;
	height: 50px;
	background: #4BA2CA;
	border-bottom: 4px solid #85CDEE;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.title {
	width: 730px;
	font-family: calibri,tahoma;
	font-size: 23pt;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
	height: 15px;
	padding: 5px 10px 1px 15px;
	margin: 15px 6px 6px 6px;
	text-align: left;
}
#left {
	top: 105px;
	left: 150px;
	width: 166px;
	height: 450px;
	color: #aaa;
	padding: 10px 10px 10px 5px;
	border-top: none;
	border-right: 1px solid #f2f2f2;
	overflow: hidden;
	z-index: 1;
	background: #fff;
}
#box {
	width: 160px;
	height: 85%;
	overflow: hidden;
	padding: 2px 3px 2px 3px;
}
#content {
	top: 105px;
	left: 330px;
	width: 565px;
	height: 450px;
	padding: 10px 10px 10px 5px;
	border-top: none;
	border-left: none;
	overflow: hidden;
	background: #fff;
}
.text {
	height: 435px;
	overflow: auto;
	margin: 3px 0px 3px 0px;
	padding: 5px 0px 25px 4px;
}
img.c {
	height: 60px;
	width: 60px;
	padding: 2px;
	margin: 3px;
	background: #fafafa;
	border: 1px solid #ececec;
}
h1 {
	font-family: trebuchet ms;
	font-size: 15pt;
	color: #aaa;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
	line-height: 22pt;
	margin: 0px;
	padding: 0px 0px 5px 5px;
}
h2 {
	font-family: trebuchet ms;
	font-size: 10pt;
	color: #aaa;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 9pt;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}
.block {
	font: 9 verdana;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px 3px 2px 1px;
	display: inline-block;
	background: #fafafa;
}
.status {
	font: 9 verdana;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px 3px 2px 1px;
	display: inline-block;
}
.navi {
	margin-top: 10px;
	text-align: center;
}
a.navi:link, a.navi:visited, a.navi:active {
	font-family: calibri,tahoma;
	font-size: 8pt;
	color: #aaa;
	text-decoration: none;
	text-transform: lowercase;
	border: 1px solid #fafafa;
	line-height: 12pt;
	padding: 4px 2px 0px 2px;
	margin: 4px 3px 4px 3px;
	text-align: center;
	display: block;
	width: 150px;
	background: none;
}
a.navi:hover {
	color: #aaa;
	background: #f6f6f6;
}
.x {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #e0e0e0;
}
.rt {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin: 0px 5px 0px 10px;
	border: 1px solid #e0e0e0;
}
.twi {
	color: #aaa !important;
	line-height: 15pt;
	text-align: center;
	text-transform: lowercase;
}
#restocking td {
	text-align: center;
}
#restocking th {
	text-align: center;
}
#dailies td {
	text-align: center;
}
#dailies th {
	text-align: center;
}
textarea {
	width: 88px;
	height: 44px;
	overflow: hidden;
	font-size: 8px;
	background-color: #0f69b4;
	color: #01ecff;
}
/*Drop Navi Menu*/
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
li {
    display: block;
    position: relative;
}
ul ul {
    position: relative;
    display: none;
    left: 0;
    top: 100%;
}
li:hover ul {
    display: block;
}
ul ul ul {
    left: 100%;
    top: 0;
}
li:hover > ul {
    display: block;
}
/*End Navi Menu*/
.menu {
	border: 1px solid grey;
}
.dropper {
	padding: 0px 0px 0px 10px;
	position: relative;
	float: left;
	margin-left:20px; 
}
.alpha {
	padding: 1px 1px 1px 1px; 
	margin: 3px 3px 3px 3px;
}
.dropp {
	padding: 0px 0px 0px 0px;
}
</style>
<div id="top" style="position: absolute;">
<div class="title" style="position: fixed;">My Portfolio</div>
</div>
<div id="left" style="position: absolute;">
<div class="box">
<h2>navigation</h2>
<div class="navi" style="width:186px; height:270px;">
<ul class="dropp">
	<li class="drop" class="menu"><a href="#home" class="alpha">home</a></li><hr>
	<li class="drop" class="menu"><a href="#me" class="alpha">about me</a></li><hr>
	<li class="drop" class="menu"><a href="#goals" class="alpha">goals</a><br>
		<ul class="drop">
			<li class="dropper"><a href="#proj" class="alpha">Projects</a></li><br>
		</ul>
	</li><hr>
	<li class="drop" class="menu"><a href="#avs" class="alpha">avatars</a>
		<ul class="drop">
			<li class="dropper"><a href="#person" class="alpha">Personal</a></li><br>
			<li class="dropper"><a href="#trophy" class="alpha">Trophies</a></li><br>
		</ul>
	</li><hr>
	<li class="drop" class="menu"><a href="#wish" class="alpha">wishlist</a></li><hr>
    <li class="drop" class="menu"><a href="#guild" class="alpha">aethia</a><br>
        <ul class="drop">
            <li class="dropper"><a href="#allstars" class="alpha">All Stars</a></li><br>
            <li class="dropper"><a href="#icons" class="alpha">Icons</a></li><br>
            <li class="dropper"><a href="#personal" class="alpha">Challenges</a></li><br>
            <li class="dropper"><a href="#monthly" class="alpha">Monthly</a></li><br>
            <li class="dropper"><a href="#members" class="alpha">Members</a></li><br>
        </ul>
    </li><hr>
   	<li class="drop" class="menu"><a href="#bookclub" class="alpha">Book Club</a><br>
   		<ul class="drop">
   			<li class="dropper"><a href="#read" class="alpha">Books Read</a></li><br>
   			<li class="dropper"><a href="#month" class="alpha">Monthly</a></li><br>
   			<li class="dropper"><a href="#mem" class="alpha">Members</a></li><br>
   		</ul>
   	</li><hr>
	<li class="drop" class="menu"><a href="#pets" class="alpha">Pets</a></li><hr>
	<li class="drop" class="menu"><a href="#tracker" class="alpha">Goal Tracker</a></li><hr>
	<li class="drop" class="menu"><a href="#sitely" class="alpha">sitely</a></li>
</ul>
</li>
</div>
<br><br><p>
</p>
</div>

<h2 style="padding: 13px 2px 0px 0px;">updates</h2>
<div style="width: 162px; height: 100px; overflow: auto;">
<font class="block">04/25/15</font>My menu and portfolio has been updated!<br>
<font class="block">04/18/15</font>Just updated my avatar page. Now, you no longer have to 
scroll left and right to see all my avatars that I need :)<br>
<font class="block">04/16/15</font>Updated my May monthly challenge<br>
<font class="block">04/02/15</font>Updated the Aethia Guild page :) TEAM MALICE!<br>
<font class="block">03/21/15</font>Finally updating all my progress. I have finished 7 
squares on bingo :) And I joined a guild on my last side :) And they are super friendly too. 
It's a book club that have reading challenges that I am also going to keep on this portfolio.<br>
<font class="block">03/17/15</font>I just got the Illusen Doll avatar!! :) And I finished a bingo square!<br>
<font class="block">03/16/15</font>I just got the silver Snow Wars trophy!<br>
<font class="block">03/12/15</font>I finished a bingo square!!!<br>
<font class="block">03/07/15</font>Got a bag of popcorn just waiting on getting my elephante 
from side. Then got the snorkle avatar today!<br>
<font class="block">03/06/15</font>Finished adding avatars!
<br></div>
<br><br><p>
<br><br></p>
<p>
</p>
</div>



<div id="content" style="position: absolute;">
<div class="text" id="home">
<h1>My Filofax!</h1>
Hey! Welcome to the inside of my filofax! (It is technically a portfolio) but I love my filofax and I use it for everything 
including neopets stuff. So, this is my online filofax for everyone to see my process. My favorite part about my filofax 
is when I can check stuff off of my "to do" list. So, this is my way of showing people my to do list and how it is checked 
off.
<br><br><h2>Monthly Plan</h2>

<h2>Recently Gotten Avatars</h2>
<img src="https://images.neopets.com/neoboards/avatars/elephantesurprise.gif" width="50" title="Elephante Surprise">
<img src="https://images.neopets.com/neoboards/avatars/gruslen.gif" width="50" title="Gruslen"><img src="https://images.neopets.com/neoboards/avatars/easterbunnyy17.gif" width="50" title="Negg Basket Cybunny"><img src="https://images.neopets.com/neoboards/avatars/illusendoll.gif" width="50" title="Snorkle"><img src="https://images.neopets.com/neoboards/avatars/snorkle.gif" width="50" title="Snorkle"><img src="https://images.neopets.com/neoboards/avatars/white_snowbunnies.gif" width="50" title="Whee!"><img src="https://images.neopets.com/neoboards/avatars/snowwocky.gif" width="50" title="Wocky-Snow Day"><h2>Trophies just received</h2>
<img src="https://images.neopets.com/trophies/55_2.gif" width="50" title="Silver Snow Wars"><h2>Avatars I am Working On: April</h2>
<img src="https://images.neopets.com/neoboards/avatars/goparokko.gif" width="50" title="Goparokko"><img src="https://images.neopets.com/neoboards/avatars/evilcoconut.gif" width="50" title="Evil Coconut"><img src="https://images.neopets.com/neoboards/avatars/mediocrity.gif" width="50" title="Mediocrity"><img src="https://images.neopets.com/neoboards/avatars/brightvale.gif" width="50" title="Brightvale"><img src="https://images.neopets.com/neoboards/avatars/wheelofexcitement.gif" width="50" title="Wheel of Excitement"><img src="https://images.neopets.com/neoboards/avatars/misfortune.gif" width="50" title="Misfortune"><img src="https://images.neopets.com/neoboards/avatars/monotony.gif" width="50" title="Monotony"><br><h2>Trophies I am working on: April</h2>
<img src="https://images.neopets.com/trophies/55_1.gif" width="50" title="Gold Snow Wars"><h2>Other Sites I have</h2>
<center>
<a href="http://www.neopets.com/~meshad">Links to Fave Shops/Guides</a><br><a href="http://www.neopets.com/~fanti_7_7">Kad Food Items in SDB (Needs to be updated/fixed)</a><br><a href="http://www.neopets.com/~Faerie_Nala">Daedalus Graphics</a><br></center>
<br><br><br><br></div>



<div class="text" id="me">
<h1 class="o">about me</h1>
<h2>at a snapshot</h2>
<table width="100%"><tr><td width="25%">

</td>
<td width="75%">
<ul><li> <b>name</b> Lacee
</li><br>
<li> <b>main</b> <a href="/userlookup.phtml?user=laceew45">laceew45</a>
</li><br>
<li> <b>sides</b> <a href="/userlookup.phtml?user=laceew11">1</a>, <a href="/userlookup.phtml?user=laceew14">2</a>, <a href="/userlookup.phtml?user=laceew">3</a>, <a href="/userlookup.phtml?user=laceew93">4</a>
</li><br>
<li> <b>birthday</b> April 5
</li><br>
<li> <b>country</b> USA
</li><br>
<li> <b>timezone</b> NST +2 (i think.. I am 2 hours ahead.)
</li><br>
</ul></td>
</tr></table><h2>off neo</h2>
I love to read, watch netflix, watch movies, and listen to music. I go to a University and study Psychology and Criminal Justice.
I want to be a Juvenile Detention Counselor one day. I work too. So my life consists of school and work. 
<br><br><h2>on neo</h2>
I do my dailies first. Then I try to find things to put in my shop. I also look for things to put in my gallery. I love earning avatars 
and I also love going to my guilds (one on my main and one of two of my sides). 
<br><br><h2>my neofamily</h2>
<center>
<a href="/petlookup.phtml?pet=PeoniethePeophin"><img src="//images.weserv.nl/?url=http://pets.neopets.com/cp/ovzw3h2f/1/2.png" class="x"></a>
<a href="/petlookup.phtml?pet=Pyruze"><img src="//images.weserv.nl/?url=http://pets.neopets.com/cp/d74rr9vm/1/2.png" class="x"></a>
<hr></center></div>



<div class="text" id="goals">
<h1 class="p">goals</h1>
<h2>my goals</h2>
<center>
<table width="85%"><tr><td width="50%"><h3>Account Goals: Before June</h3></td>
<td width="50%"><h3><h3>Pet Goals: Peonie/Pyruze</h3></h3></td>
<td width="50%"></td>
</tr><tr><td width="50%" valign="top">
<ol><li>Get all pet avatars</li>
						<li>Get all Neoquest Avatars</li>
						<li>Have a productive shop</li>
						<li>Get 1,000,000 NP</li>
</ol></td>
<td width="50%" valign="top">
<ol><li>Create a story</li>

							<li>Get a "keeping" petpet</li>

							<li>Train to be 500 in all stats</li>

							<li>Petpetpet</li>

							<li>Increase intelligence</li>
							
							<li>Eat All Gourmet Food</li>
							
							<li>Read all Booktastic Books</li>
							
							<li>Dress her/him up</li>
</ol></td>
</tr><tr><td width="50%"><h3>2015 Goals</h3></td>
<td width="50%"><h3>Ultimate Goals</h3></td>
</tr><tr><td width="50%" valign="top">
<ol><li> Get 300 Avatars
</li>
<li> Finish one page in stamp album
</li>
<li> Get at least 5 game trophies
</li>
<li> Be published in the NT 1 time
</li>
<li> Have 3 pages of items in my shop
</li>
</ol></td>
<td width="50%" valign="top">
<ol><li> Win Plushie Tycoon
</li>
<li> Get all dreamies
</li>
<li> Create a site on a petpage..
</li>
<li> Code my own userlookup
</li>
<li> Code my own pet lookup
</li>
</ol></td>
</tr></table></center>
<br><br>
</div>

<div id="proj" class="text">
<br>
<h2>Project One</h2>
My current project is my shop. I want to be able to be in a mall and have many visitors. So, I want 
to have a good shop that is doing very well. 
<br><br><ol><li>Buy 20 of each item</li>
<li>Have at least 1 page of items</li>
<li>Check the shop wizard for low prices</li>
<li>Find malls looking for what I am selling</li>
<li>Apply</li>
<li>Post on neoboards about shop</li>
</ol>
<br><br><h2>Project Two</h2>
My next project is working on graphics. I want to a graphic request site. So, I would have to find something that 
people would want. And figure out how to make it and make myself get noticed. 
<br><br><ol><li><strike>Figure Out a Graphic to Do</strike></li>
<li>Make a bunch of them in Gimp</li>
<li>Upload them to Image Shack or tinypic</li>
<li><strike>Figure out how to do the coding for the images</strike></li>
<li><strike>Figure out a name for the site</strike></li>
<li><strike>Code a petpage</strike></li>
<li><strike>Add the images</strike></li>
<li>Add the code to each image</li>
<li>Post on the neoboads and tdn about site</li>
<li>Request buttons from sites</li>
</ol><br><br>
</div>






<div class="text" id="avs">
<h1>avatars i need</h1>
<a href="#plan">Avatar Plan</a>
<center>
<h2>game avatars</h2>
<table width="90%"><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=885">
<img src="https://images.neopets.com/neoboards/avatars/mathsbabaa.gif" title="Babaa-Math's Nightmare"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=226">
<img src="https://images.neopets.com/neoboards/avatars/extremepotato.gif" title="Extreme Potato Counter"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/worlds/deadlydice.phtml">
<img src="https://images.neopets.com/neoboards/avatars/deadlydice.gif" title="Count von Roo"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/tycoon/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/plushieTycoon.gif" title="Plushie Tycoon"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/pirates/bilge.phtml">
<img src="https://images.neopets.com/neoboards/avatars/bilgedice.gif" title="Bilge Dice"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=801">
<img src="https://images.neopets.com/neoboards/avatars/freakedkorbat.gif" title="Freaked Korbat"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=197">
<img src="https://images.neopets.com/neoboards/avatars/efmcdraik.gif" title="Draik - Escape from Meridell Castle"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/pirates/bilge.phtml">
<img src="https://images.neopets.com/neoboards/avatars/luckystreak.gif" title="Bilge Dice - Lucky Streak!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=539">
<img src="https://images.neopets.com/neoboards/avatars/chiabomber.gif" title="Chia Bomber"></a></td>
<td width="13%" align="center">
<a href="http://neopets.com/games/play.phtml?game_id=903">
<img src="https://images.neopets.com/neoboards/avatars/bullseye.gif" title="Turtum"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/gadgadsgame.phtml">
<img src="https://images.neopets.com/neoboards/avatars/gadsgadsgame.gif" title="Gadsgadsgame"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/conundrum.phtml">
<img src="https://images.neopets.com/neoboards/avatars/lenny_plushie.gif" title="Lennies Rule"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=330">
<img src="https://images.neopets.com/neoboards/avatars/drgrumps.gif" title="Dr. Grumps"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/nq2/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/devilpuss.gif" title="Neoquest II - Devilpuss"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=248">
<img src="https://images.neopets.com/neoboards/avatars/maraquanraider.gif" title="Raider of Maraqua"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/nq2/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/bunninator.gif" title="Neoquest II - Bionic Cybunny"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/worlds/kiko/kpop/">
<img src="https://images.neopets.com/neoboards/avatars/kikopop.gif" title="Kiko Pop"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=1076">
<img src="https://images.neopets.com/neoboards/avatars/snowroller.gif" title="Snowroller"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=887">
<img src="https://images.neopets.com/neoboards/avatars/goparokko.gif" title="Goparokko"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=1347">
<img src="https://images.neopets.com/neoboards/avatars/a53.gif" title="A53 - LIKE A BOSS"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=574">
<img src="https://images.neopets.com/neoboards/avatars/typingterror.gif" title="Typing Terror"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/grandtheft.phtml">
<img src="https://images.neopets.com/neoboards/avatars/gtu.gif" title="Grand Theft Ummagine"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=761">
<img src="https://images.neopets.com/neoboards/avatars/volcanorun.gif" title="Volcano Run"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/neoquest/neoquest.phtml">
<img src="https://images.neopets.com/neoboards/avatars/nq1erick.gif" title="NeoQuest - Wise and Powerful"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=228">
<img src="https://images.neopets.com/neoboards/avatars/petpetrescue.gif" title="Petpet Rescue"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=507">
<img src="https://images.neopets.com/neoboards/avatars/icecreammachine.gif" title="Ice Cream Machine"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=999">
<img src="https://images.neopets.com/neoboards/avatars/destructomatch2.gif" title="Destruct-O-Match II"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=315">
<img src="https://images.neopets.com/neoboards/avatars/myncispike.gif" title="Spike It!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=379">
<img src="https://images.neopets.com/neoboards/avatars/ahhhhmeepit.gif" title="A Meepit! Run!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/pirates/buriedtreasure/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/aishascalawag.gif" title="Aisha Scalawag"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=356">
<img src="//images.weserv.nl/?url=http://members.shaw.ca/fryguyis/dice.gif" title="Dice Escape"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=386">
<img src="https://images.neopets.com/neoboards/avatars/attackoftheslorgs.gif" title="Attack of the Slorgs"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=349">
<img src="https://images.neopets.com/neoboards/avatars/hatpc.gif" title="Hannah and the Pirate Caves"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=428">
<img src="https://images.neopets.com/neoboards/avatars/petpetsitter.gif" title="Petpetsitter"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/hungryskeith.phtml">
<img src="https://images.neopets.com/neoboards/avatars/jellyprocessing.gif" title="Skeith - Jelly Processing Plant"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=307">
<img src="https://images.neopets.com/neoboards/avatars/techobuzz.gif" title="Techo - The Buzzer Game"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=645">
<img src="https://images.neopets.com/neoboards/avatars/florg.gif" title="Chia - Florg"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/cheeseroller.phtml">
<img src="https://images.neopets.com/neoboards/avatars/cheeseroller.gif" title="Techo - Cheesy"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/doubleornothing.phtml">
<img src="https://images.neopets.com/neoboards/avatars/snargan.gif" title="Skeith - Snargan"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=412">
<img src="https://images.neopets.com/neoboards/avatars/snowmuncher.gif" title="Snowmuncher"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/dicearoo.phtml">
<img src="https://images.neopets.com/neoboards/avatars/luckyblumaroo.gif" title="Dice-A-Roo"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=198">
<img src="https://images.neopets.com/neoboards/avatars/donna_wasm.gif" title="Revenge is Sweet"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=358">
<img src="https://images.neopets.com/neoboards/avatars/faeriebubbles.gif" title="Faerie Bubbles"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/extremeherder.phtml">
<img src="https://images.neopets.com/neoboards/avatars/kacheek06.gif" title="Kacheek - Herder"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=902">
<img src="https://images.neopets.com/neoboards/avatars/carnival_terror.gif" title="Carnival of Terror"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/game.phtml?game_id=964">
<img src="https://images.neopets.com/neoboards/avatars/spacerocked.gif" title="Spacerocked!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=852">
<img src="https://images.neopets.com/neoboards/avatars/deckswabber.gif" title="Deckswabber"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=1042">
<img src="https://images.neopets.com/neoboards/avatars/mutantgravedoom.gif" title="Mutant Graveyard of Doom II"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=772">
<img src="https://images.neopets.com/neoboards/avatars/smuggleddubloon.gif" title="Smuggler's Dubloon"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/play.phtml?game_id=390">
<img src="https://images.neopets.com/neoboards/avatars/ff_yoinked.gif" title="Freaky Factory - Yoinked"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/games/meercachase2.phtml">
<img src="https://images.neopets.com/neoboards/avatars/meercachase.gif" title="Meerca - Chase"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/grundo_snowthrow.gif" title="Grundo - Snowthrow!"></td></tr></table><br><br><h2>pet / petpet avatars</h2>
<table width="90%"><tr><td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/meowclops_close.gif" title="Meowclops"></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/buzzin.gif" title="Buzzin"></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/mutantjubjub.gif" title="Mutant JubJub"></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/huggy.gif" title="Huggy"></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/ghostkrawk.gif" title="Ghost Krawk"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/foreverorange.gif" title="Grundo - Forever Orange"></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/islandquiggle.gif" title="Island Quiggle"></td>
</tr></table><br><br><h2>items / expensive avatars</h2>
<table width="90%"><tr><td width="13%" align="center">
<a href="http://www.neopets.com/faerieland/wheel.phtml">
<img src="https://images.neopets.com/neoboards/avatars/nimmospond.gif" title="Wheel of Excitement"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=1&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsMystery2352.gif" title="Stamp Collector - Mystery Island"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=2&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsVirtupets9764.gif" title="Stamp Collector - Virtupets"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=3&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsTyrannia3421.gif" title="Stamp Collector - Tyrannia"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=4&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsHaunted3192.gif" title="Stamp Collector - Haunted Woods"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=9&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsDesert0013.gif" title="Stamp Collector - Lost Desert"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/prehistoric/monotony/monotony.phtml">
<img src="https://images.neopets.com/neoboards/avatars/monotony.gif" title="Wheel of Monotony"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/lottery.phtml">
<img src="https://images.neopets.com/neoboards/avatars/lottery.gif" title="Lottery"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=23&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsfaerieland87393.gif" title="Stamp Collector - Faerieland"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/desert/extravagance.phtml">
<img src="https://images.neopets.com/neoboards/avatars/extravagance.gif" title="High Roller"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/faerieland/hiddentower938.phtml">
<img src="https://images.neopets.com/neoboards/avatars/htrichest.gif" title="HT Richest"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/faerieland/hiddentower938.phtml">
<img src="https://images.neopets.com/neoboards/avatars/htricher.gif" title="HT Richer"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=10&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsbattledome1337.gif" title="Stamp Collector - The Battledome"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stockmarket.phtml?type=portfolio">
<img src="https://images.neopets.com/neoboards/avatars/neodaqtick.gif" title="Sell! SELL!!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/halloween/coconutshy.phtml">
<img src="https://images.neopets.com/neoboards/avatars/evilcoconut.gif" title="Evil Coconut"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/stamps.phtml?type=album&page_id=7&owner=laceew45">
<img src="https://images.neopets.com/neoboards/avatars/stampsSnowy2312.gif" title="Stamp Collector - Snowy Valley"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/water/restaurant.phtml">
<img src="https://images.neopets.com/neoboards/avatars/kelpwaitress.gif" title="Bon Appétit"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/kadoatery/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/kadoatery.gif" title="Kadoatery - Mew!"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/leverofdoom.gif" title="Lever of Doom"></a></td></tr><tr><td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/superpea.gif" title="Super Attack Pea!"></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/knowledge.phtml">
<img src="https://images.neopets.com/neoboards/avatars/brightvale.gif" title="Brightvale"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/prehistoric/mediocrity.phtml">
<img src="https://images.neopets.com/neoboards/avatars/mediocrity.gif" title="Mediocrity"></a></td></tr></table><br><br><h2>battledome avatars</h2>
<table width="90%"><tr><td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/spacefaerie.gif" title="Space Faerie"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/meerouladen.gif" title="Meerouladen"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/blackPteri.gif" title="Black Pteri"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/kasukilu.gif" title="Kasuki Lu - Heeyah!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/prehistoric/battleground/">
<img src="https://images.neopets.com/neoboards/avatars/thieves_atyl7.gif" title="Battleground: Thieves Guild"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/punchbag.gif" title="Punchbag"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/yourlupeasplode.gif" title="Hello, little Lupe... BOOOM!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/dome/">
<img src="https://images.neopets.com/neoboards/avatars/meukasnot.gif" title="Meuka - Snotty"></a></td>

</tr></table><br><br><h2>miscellaneous avatars</h2>
<table width="90%"><tr><td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/sloth.gif" title="Sloth!"></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/faerieland/darkfaerie.phtml">
<img src="https://images.neopets.com/neoboards/avatars/jhudorascloud.gif" title="Jhudora's Cloud"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/halloween/witchtower.phtml">
<img src="https://images.neopets.com/neoboards/avatars/ednacackle.gif" title="Edna - Cackle!"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/avatarcollector.gif" title="Avatar Collector"></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/grumpyking.phtml">
<img src="https://images.neopets.com/neoboards/avatars/jester.gif" title="Blumaroo Court Jester"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/games/new_caption.phtml">
<img src="https://images.neopets.com/neoboards/avatars/captionwinner.gif" title="Caption Contest - Funny"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/sitespotlight.phtml">
<img src="https://images.neopets.com/neoboards/avatars/sitespotlight.gif" title="Site Spotlight"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/beauty/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/beautycontest.gif" title="Beauty Contest"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/rubbish.gif" title="Rubbish"></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/faerieland/tdmbgpop.phtml">
<img src="https://images.neopets.com/neoboards/avatars/tdmbgpop.gif" title="Grundo - Discarded Plushie"></a></td></tr><tr><td width="13%" align="center">
<a href="http://www.neopets.com/medieval/wiseking.phtml">
<img src="https://images.neopets.com/neoboards/avatars/kinghagan.gif" title="Skeith - King Hagan"></a></td>
<td width="13%" align="center">
<img src="https://images.neopets.com/neoboards/avatars/halloweenmynci.gif" title="Mynci - Halloween"></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/worlds/geraptiku/tomb.phtml">
<img src="https://images.neopets.com/neoboards/avatars/geraptiku_tomb.gif" title="Geraptiku - Deserted Tomb"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/ntimes/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/ntwriter.gif" title="Neopian Times Writer"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/winter/snowager.phtml">
<img src="https://images.neopets.com/neoboards/avatars/snowager.gif" title="Snowager - Rawr!"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/grumpyking.phtml">
<img src="https://images.neopets.com/neoboards/avatars/moodyskarl.gif" title="Skarl - Moody"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/medieval/turmaculus.phtml">
<img src="https://images.neopets.com/neoboards/avatars/turmaculus.gif" title="Turmaculus"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/ntimes/index.phtml">
<img src="https://images.neopets.com/neoboards/avatars/ntstar.gif" title="Neopian Times Star"></a></td>
<td width="13%" align="center">
<a href="http://www.neopets.com/halloween/gamegraveyard.phtml">
<img src="https://images.neopets.com/neoboards/avatars/pooralbert.gif" title="Mutant Graveyard of Doom"></a></td>
</tr></table><br><br></center>
<br><br></div>

<div id="plan" class="text">
<h2>May 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/foreverorange.gif" title="Forever Orange">
<img src="https://images.neopets.com/neoboards/avatars/huggy.gif" title="Huggy">
<a href="/~pamula"><img src="//images.weserv.nl/?url=http://imgur.com/HAVFiQK.gif" border="0"></a>
<h2>June 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/islandquiggle.gif" title="Island Quiggle">
<a href="/~pamula"><img src="//images.weserv.nl/?url=http://imgur.com/HAVFiQK.gif" border="0"></a>
<h2>July 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/meowclops_close.gif" title="Meowclops">
<a href="/~zealth"><img src="//images.weserv.nl/?url=http://oi53.tinypic.com/15e8lud.jpg" border="0"></a>
<h2>August 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/ghostkrawk.gif" title="Ghost Krawk">
<a href="/~Myahra"><img src="//images.weserv.nl/?url=http://i1355.photobucket.com/albums/q701/erikatz4325/Nikkiacuteslending_zps567e4a58.gif?t=1397944250" border="0"></a>
<h2>September 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/spacefaerie.gif" title="Space Faerie">
<img src="https://images.neopets.com/neoboards/avatars/meerouladen.gif" title="Meerouladen">
<img src="https://images.neopets.com/neoboards/avatars/blackPteri.gif" title="Black Pteri">
<img src="https://images.neopets.com/neoboards/avatars/kasukilu.gif" title="Kasauki Lu">
<img src="https://images.neopets.com/neoboards/avatars/meukasnot.gif" title="Meuka Snotty"> 
<a href="http://alp.thedailyneopets.com/?page=pet_chains&id=15">ALP</a>
<h2>October 2015</h2>
<img src="https://images.neopets.com/neoboards/avatars/superpea.gif" title="Super Attack Pea">Jennifer has the pea. Need to find lender for Weapon.
<h2>November 2015</h2>
<h2>December 2015</h2>
</div>

<div id="person" class="text">
<center>
<br>
<p style="text-align:center">These are the personal avatars I have earned.</p>
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/2cmu1l0.jpg" title="1 Dreamy Pet">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/2lt4twx.jpg" title="2 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/2zp1k5f.jpg" title="25 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/24vtuua.jpg" title="50 stamps">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/144cw7m.jpg" title="75 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/2jb64bt.jpg" title="100 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/2rwum2a.jpg" title="125 stamps">
<hr>
</center>
</div>

<div id="trophy" class="text">
<br>
<center>
<img src="https://images.neopets.com/trophies/18_3.gif" title="Third Place Armada">
<img src="https://images.neopets.com/trophies/55_2.gif" title="Second Place SnowWars">
<img src="https://images.neopets.com/trophies/77_3.gif" title="Third place at Sakhmet Solitaire Bonus!!">
<img src="https://images.neopets.com/trophies/109_1.gif" title="Cheat! CHAMPION!!!">
<img src="https://images.neopets.com/trophies/112_3.gif" title="Third place at Better Than You!!">
<img src="https://images.neopets.com/trophies/115_1.gif" title="Beating Punchbag Bob CHAMPION!!!">
<img src="https://images.neopets.com/trophies/216_3.gif" title="Third place at Cellblock!!">
</center>
</div>

<div class="text" id="wish">
<h1 class="o">my wishes</h1>
<h2>wishlist</h2>
<center>
<table class="twi" width="90%" cellspacing="5"><tr><td width="15%" valign="top">
<img src="https://images.neopets.com/items/mall_jjpb_fullmoon.gif" class="x"><br>Haunting Eclipse Moon
</td>
<td width="15%" valign="top">
<img src="https://images.neopets.com/items/mall_claw_goth_cloudymoonbg.gif" class="x"><br>Moonlit Ruins Background
</td>
<td width="15%" valign="top">
<img src="https://images.neopets.com/items/mall_bg_ednatower.gif" class="x"><br>Path to Ednas Tower Background
</td>
<td width="15%" valign="top">
<img src="https://images.neopets.com/items/mall_bg_ghostpirateship.gif" class="x"><br>Ghost Pirate Ship Background
</td>
<td width="15%" valign="top">
<img src="https://images.neopets.com/items/mall_bg_piratefight.gif" class="x"><br>Pirate Battle Background
</td>
</tr></table><p><a href="http://www.neopets.com/redirect/fansite.phtml?r=http%3A%2F%2Fitems.jellyneo.net%2Fmywishes%2Flaceew45%2F" class="auto_bumper">Gallery Checklist on JellyNeo</a></p></center>
<br><br><h2>Checklists</h2>
<center>
<table class="twi" width="90%" cellspacing="5"><tr><td width="15%" valign="top">
<a href="http://www.neopets.com/~LupatheLupe">
<img src="https://images.neopets.com/items/sta_queen_fyora.gif" class="x"><br>Stamps Left
</a></td>
<td width="15%" valign="top">
<a href="http://www.neopets.com/~Anna_Marie45">
<img src="https://images.neopets.com/games/tradingcards/med_253.gif" class="x"><br>NeoDeck Cards Left
</a></td>
<td width="15%" valign="top">
<a href="http://www.neopets.com/~babee______">
<img src="https://images.neopets.com/items/foo_fancydrink_faerie.gif" class="x"><br>Gourmet Food: Peonie
</a></td>
<td width="15%" valign="top">
<a href="http://www.neopets.com/~twi04">
<img src="https://images.neopets.com/items/book_zafarawar.gif" class="x"><br>Regular Books: Peonie
</a></td>
<td width="15%" valign="top">
<a href="http://www.neopets.com/~VahaliaMae">
<img src="https://images.neopets.com/items/bbo_slime_and_you.gif" class="x"><br>Booktastic Books: Peonie
</a></td>
</tr></table></center>
<br><br></div>




<div class="text" id="guild">
<h1 class="p"><a href="http://www.neopets.com/guilds/guild.phtml?id=4147953">Aethia</a></h1>
<h2>Guild Overview</h2>
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/fy3mh0.png" class="rt" style="float: right;"><ul><li> <b>rank</b> Haste
</li>
<li> <b>date joined</b> March 04, 2015
</li>
<li> <b>post count</b> 8 post
</li>
<li> <b>challenges count</b> 1 personal, 4 leader, 1 monthly
</li>
<li> <b>avatars count</b> 8 avatars
</li>
<li> <b>trophy count</b> 6 trophies
</li>
<li> <b>challenge site</b> <a href="http://www.neopets.com/~gigi">Monthly</a>
</li>
<li> <b>team page</b> <a href="http://www.neopets.com/~sky3lr">Malice</a></li>
<li> <b>Neomail</b> <a href="http://www.neopets.com/neomessages.phtml?type=send&recipient=sky3ly">Sydney</a>
</li>
<li><b>Boards</b> <a href="http://www.neopets.com/neoboards/boardlist.phtml?board=15">OW</a>  <a href="http://www.neopets.com/neoboards/topic.phtml?topic=156982593">Malice Board</a></li>
</ul><br><h1>Avatars Received</h1>
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/fy3mh0.png"><img src="//images.weserv.nl/?url=http://i59.tinypic.com/21a9s2d.png"><img src="//images.weserv.nl/?url=http://i1284.photobucket.com/albums/a573/smezie/Mar%20Bingo%20Space%20Faerie_zpsjlkvqgvc.png"><img src="//images.weserv.nl/?url=http://i62.tinypic.com/iymyjm.jpg"><img src="//images.weserv.nl/?url=http://i58.tinypic.com/6p15dj.jpg">
</div>

<div id="icons" class="text">
<h1>Challenge Icons</h1>
<h2 class="guild">Neopoint</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img27/1305/vj2r.png" title="General NPs"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img843/8061/e3qk.png" title="Gaming"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img9/786/j4r.png" title="Key Quest"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img835/962/6ey1.png" title="Sniping"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img20/4574/r3fi.png" title="Restocking"><img src="//images.weserv.nl/?url=http://imageshack.com/a/img845/1603/18vr.png" title="User Shops"><h2 class="guild">Collection</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img547/7691/sgft.png" title="Avatars"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img690/4659/n89x.png" title="Kads"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img203/5533/ntwp.png" title="Trophies"><img src="//images.weserv.nl/?url=http://imageshack.com/a/img834/5190/pdg1.png" title="NeoQuest"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img546/9651/c7fr.png" title="Stamps"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img692/7046/7577.png" title="Neodeck"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img59/3533/szql.png" title="Gallery"><h2 class="guild">Pet Challenge</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img842/2492/o28p.png" title="Training"><img src="//images.weserv.nl/?url=http://imageshack.com/a/img836/636/ef4n.png" title="EA Jobs"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img856/2485/upxz.png" title="Books"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img708/816/6gj.png" title="Booktastic"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img5/9922/zen5.png" title="Gourmets"><img src="//images.weserv.nl/?url=http://imageshack.com/a/img845/5322/qr3b.png" title="Petpets/ P3s"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img826/6853/zh4j.png" title="Beauty Contest"><img src="//images.weserv.nl/?url=http://imageshack.com/a/img838/7865/28rn.png" title="Pet Competitions"><h2 class="guild">Character Development</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img594/2995/hfje.png" title="Pet Coding"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img341/747/ea6d.png" title="Customisations"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img203/2299/gs00.png" title="Art"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img27/5093/om2q.png" title="Writing"><h2 class="guild">Competition Challenge</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img29/3706/zcwx.png" title="Poetry Contest"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img89/3820/yjj.png" title="Neopian Times"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img341/6852/gy0b.png" title="Art Gallery"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img21/6140/ehwd.png" title="Other Spotlights/ Competitions"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img706/1672/dtq5.png" title="Neohome"><h2 class="guild">Creativity Challenge</h2>
<img src="//images.weserv.nl/?url=http://imageshack.us/a/img829/2300/7704.png" title="Graphics"><img src="//images.weserv.nl/?url=http://imageshack.us/a/img850/2488/g5jv.png" title="Coding"><br><hr>
</div>

<div id="monthly" class="text">
<p><a href="#past">Past Monthly Challenges</a></p>
<h1>Monthly Challenge: May</h1>
</div>

<div class="text" id="past">
<h1>March 2015</h1>
<img src="//images.weserv.nl/?url=http://i59.tinypic.com/zna0yg.jpg" width="400px" height="400px">
<h1>April 2015</h1>
<p>5 new trophies (sending 100 game scores = 1 new trophy) = 30</p>
<p>5 trophy upgrades (sending 100 game scores = 1 trophy upgrade) = 30</p>
<p>15 avatars = 2</p>
<p>200 stamps = 4</p>
<p>200 gallery items = 8</p>
<p>200k NQ experience = 20, 562</p>
<p>500 HSDL = 9</p>
<p>250 EA jobs = 15</p>
<p>5 UBs restocked = 0</p>
<p>15 items sniped and sold w/25k+ profit = 0</p>
<p>10 submissions (AG, NT, PC) = 0</p>
<p>5 pet trophies = 0 </p>
<p>750 books read = 9 (pyruze)</p>
<p>100 gourmets fed = 6</p>
<p>200 neodeck cards = 36</p>
<p>150 codestones from the BD = 4</p>
<p>50 game HS increases = 0</p>
<p>50 customizations designed = 63</p>
<p>5m FC winning = 800np </p>
<p>750 items priced at 1k+ added to shop = 1</p>
<p>125 shop or gallery size upgrades = 8</p>
<p>50 Aethia challenges = 1</p>

</div>

<div id="personal" class="text">
<br>
<a href="#pasted">Past Challenges</a>
<h1>Challenges</h1>
<h2>Leader</h2>
<p><b>Eclipse:</b>20x attempts at Goparokko or earn avatar </p>
<p><b>Plushie:</b>Earn 500Np in any way</p>
<p><b>Pansie:</b>+20 Codestones from BD</p>
<p><b>Timed:</b></p>
<h2>Individual</h2>
<p><b>Personal:</b>Get 5 game trophies or avatars  </p>
<p><b>Duel:</b> </p>
<p><b>Thief:</b></p>
<p>
</p>
<h1>Progress</h1>
<p>Codestones from BD: 5/20</p>
<p>Earn 500k Neopoints: 142,820</p>
<p>Goparokko attempts: 0</p>
<p>5 Game Trophies/Avatars: 0</p>
</div>

<div class="text" id="pasted">
<p><b>Plushie:</b> Earn 100k from EA jobs // Stolen from Anna</p>
<p><b>Plushie:</b> +15 HSDL</p>
<p><b>Pansie:</b> Spin The Wheel of Monotony 10 days in a row</p>
<p><b>Personal:</b> Finish Meshad's/Pyruze's/and Portfolio Pages</p>
<p><b>Pansie:</b> Obtain Snorkle avatar</p>
<p><b>Pansie:</b> Earn 15 clickable avatars</p>
</div>

<div id="members" class="text">
<h2><a href="http://www.neopets.com/~amicrus">Team Vanity</a></h2>
<h2><a href="http://www.neopets.com/~amelyne">Team Spite</a></h2>
<p><a href="http://www.neopets.com/userlookup.phtml?user=painted_dreams87">Heather</a> |
<a href="http://www.neopets.com/~smedsrud">Portfolio</a></p>
<h2><a href="http://www.neopets.com/~sky3lr">Team Malice</a></h2>
<p><a href="http://www.neopets.com/userlookup.phtml?user=sky3ly">Sydney</a> |
<a href="http://www.neopets.com/~3vermor3">Portfolio</a></p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=colorful_bliss">Maddie</a> |</p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=emilyvine">Emily</a> |<a href="http://www.neopets.com/~sweetpea_pie">Portfolio</a></p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=avielend">Sara</a> |
<a href="http://www.neopets.com/~thadren">Portfolio</a></p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=joynichols">Joy</a> |
<a href="http://www.neopets.com/~Joii">Portfolio</a></p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=xiaolin10413">Ann</a> |</p>
<p><a href="http://www.neopets.com/userlookup.phtml?user=rintintan">Rin</a> |
<a href="http://www.neopets.com/~lavinrae">Portfolio</a></p>
</div>

<div class="text" id="allstars">
<style>
.block {
	font: 9 verdana;
	text-transform: uppercase;
	padding-left: 3px;
	padding-right: 3px;
	margin: 2px 3px 2px 1px;
	display: inline-block;
	background: #fafafa;
}
#pb {
	width: 100px;
	height: 10px;
	display: block;
	text-align: left;
	border: 1px solid #d9d9d9;
}
.pbi {
	font: 8.5px arial;
	color: #6a6a6a;
	text-align: center;
	height: 10px;
	background: #e3e3e3;
	display: block;
}
</style><h1><a href="http://www.neopets.com/~Arthralgia">Aethia All Stars</a></h1>
<h2>My Profile</h2>
<a href="/~naelana"><img src="https://images.neopets.com/items/spc_novaspongecake.gif" style="float: right;" class="pic"></a>
<ul><li> <b>Accounts :</b> <a href="/userlookup.phtml?user=laceew45">m</a>, <a href="/userlookup.phtml?user=laceew11">s</a>, 
<a href="/userlookup.phtml?user=laceew14">s</a>, <a href="/userlookup.phtml?user=laceew93">s</a>, <a href="/userlookup.phtml?user=laceew">s</a>
</li>
<li>  <b>Main Pet :</b> <a href="/petlookup.phtml?pet=PeoniethePeophin">Peonie</a>
</li>
<li> <b>Team :</b> <a href="http://www.neopets.com/~sky3lr">Malice</a>
</li>
<li> <b>Avatars Earned :</b> 0
</li>
<li> <b>Trophies Earned :</b> 0
</li>
</ul><br><h2>Updates</h2>
<center>
<div style="width: 80%; height: 80px; overflow: auto; text-align: justify; padding: 4px; border: 1px dashed #e3e3e3;">
<font class="block">03/20/15</font> <b>+## CATEGORY</b>
<br>I have bought many stamps recently so, I need to update that tier..once userlookups are fixed..
<br></div>
</center>

<br><br><h2>Progress Charting</h2>
<center>
<i>Last updated on 03/22</i><br><br><table width="100%" cellpadding="10"><tr><td width="30%">
<font class="block">Avatars </font> Tier 2
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">245/249</div>
</div>
</td>

<td width="30%">
<font class="block">Kad Feeding </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">0/24</div>
</div>
</td>


<td width="30%">
<font class="block">Neodeck </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">52/74</div>
</div>
</td>
</tr><tr><td width="30%">
<font class="block">Stamps </font> Tier 2
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">144/249</div>
</div>
</td>

<td width="30%">
<font class="block">Shop Size </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">11/37</div>
</div>
</td>

<td width="30%">
<font class="block">Site Themes </font> Tier 2
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">11/12</div>
</div>
</td>
</tr><tr><td width="30%">
<font class="block">Stock Portfolio </font> Tier 2
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">105,814/149k</div>
</div>
</td>

<td width="30%">
<font class="block">Trophies </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">12/24</div>
</div>
</td>

<td width="30%">
<font class="block">Gold Trophies </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">1/11</div>
</div>
</td>


</tr><tr><td width="30%">
<font class="block">Gallery (ubs) </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">0/100k-2.4m</div>
</div>
</td>

<td width="30%">
<font class="block">Key Quest </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">32/249</div>
</div>
</td>

<td width="30%">
<font class="block">NeoQuest </font> Tier 1
<br><br><div id="pb">
<div class="pbi" style="width: 0%;">0/2 Bronze</div>
</div>
</td>




</tr></table></center>
</div>

<hr><div class="text" id="bookclub" name="bookclub">
<h2>Guild Info</h2>
<p><a href="/guilds/guild.phtml?id=4165160">Book Club</a>
</p><p>Posts Count: 7</p>
</div>

<div class="text" id="read">
<h2>Books Read</h2>
<p>April Challenge: <i>Tuscaloosa Moon</i></p>
</div>

<div class="text" id="month"><br>
<p>May Challenge:</p>
</div>

<div id="mem" class="text">
<h3>Members</h3>
<ul><li>Vanque - Angela</li>
<li>brandylovestomatoes - Brandy</li>
<li>kalpis - Franz</li>
<li>melly_926 - Mel or Melissa</li>
<li>purpleganondorf21 - Carolos</li>
<li>nalla68 - Kaitlan</li>
<li>isawashootingstar - Caden</li>
<li>xxrayray - RayRay</li>
<li>leptoon2009 - Andrew</li>
<li>evandriel - Panda</li>
<li>pocahontas112 - Elena</li>
<li>love_firestar_ - Charlotte or Char</li>
<li>blue_magic - Blue</li>
<li>moggetman - </li>
<li>missbrittney90 - Brittney</li>
</ul>
</div>


<div class="text" id="pets" name="pets">
<h2>my pets</h2>
<a href="/petlookup.phtml?pet=Pyruze"><img src="//images.weserv.nl/?url=http://pets.neopets.com/cpn/Pyruze/1/2.png"></a>
<p><b>Pyruze</b></p>
<p>✓Matching Petpet - he wouldn't take a spyder.. but I ended up getting him a ghost petpet :) </p>
<p>✗Petpetpet</p>
<p>✗Story</p>
<p>✗Pet Lookup</p>
<p>✗Customization</p>
<a href="/petlookup.phtml?pet=PeoniethePeophin"><img src="//images.weserv.nl/?url=http://pets.neopets.com/cpn/PeoniethePeophin/1/2.png"></a>
<p><b>PeoniethePeophin</b></p>
<p>✗Matching Petpet - Babaa</p>
<p>✗Petpetpet</p>
<p>✗Story</p>
<p>✗Pet Lookup</p>
<p>✗Customization</p>
<a href="/petlookup.phtml?pet=Meshad"><img src="//images.weserv.nl/?url=http://pets.neopets.com/cpn/Meshad/1/2.png"></a>
<p><b>Meshad</b></p>
At first, Meshad wasn't apart of my plans for a pet. I had a lab rat and someone wanted him but only if I would take Meshad
because they needed an open space. I said yes thinking to use Meshad as a replacement lab rat. Then, I fell in love with him. So, 
now he is apart of my dreamy pets.
<p>✓Matching Petpet</p>
<p>✗Petpetpet</p>
<p>✗Story</p>
<p>✗Pet Lookup</p>
<p>✗Customization</p>
</div>

<div class="text" id="tracker">
<h1>Goal Tracker</h1>
<p>Thanks to Claire, I have decided to do my goals a little differently. I am all about earning avatars. I love having something to show off for my goals. But, sometimes I get down about not being able to earn the avatars that neopets have because they are SUCH big accomplishments. So instead, I am creating my own avatars to shoot for. :) So, I am aiming for my goals with avatars...Plus, it helps me gain practice with creating avatars! :)</p>
<h2>Avatars I am working on</h2>
<img src="//images.weserv.nl/?url=http://i62.tinypic.com/n520sy.jpg" title="3 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/mkxax1.jpg" title="4 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/24erlzt.jpg" title="5 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/25rl7af.jpg" title="6 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/2ij1381.jpg" title="7 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/2wbz709.jpg" title="8 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/a40gm0.jpg" title="9 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/xq9xxk.jpg" title="10 Dreamy Pets">
<img src="//images.weserv.nl/?url=http://i59.tinypic.com/2ilzz9.jpg" title="150 stamps">
<img src="//images.weserv.nl/?url=http://i62.tinypic.com/2dcdche.jpg" title="175 stamps"><br>
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/1o9ceq.jpg" title="200 stamps">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/ru17ux.jpg" title="225 stamps">
<img src="//images.weserv.nl/?url=http://i62.tinypic.com/v64xe0.jpg" title="250 stamps">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/vifrwk.jpg" title="275 stamps">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/10zxzxt.jpg" title="300 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/nz1ssn.jpg" title="325 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/35mnlgg.jpg" title="350 stamps">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/xql6di.jpg" title="375 stamps">
<img src="//images.weserv.nl/?url=http://i59.tinypic.com/2rd87s9.jpg" title="400 stamps">
<img src="//images.weserv.nl/?url=http://i57.tinypic.com/vywgea.jpg" title="425 stamps"><br>
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/24d3tae.jpg" title="450 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/23ht91c.jpg" title="475 stamps">
<img src="//images.weserv.nl/?url=http://i61.tinypic.com/muk4dk.jpg" title="500 stamps">
<img src="//images.weserv.nl/?url=http://i59.tinypic.com/2s79doz.jpg" title="525 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/2q1fluw.jpg" title="550 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/2cxxj7p.jpg" title="575 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/264petj.jpg" title="600 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/72uhic.jpg" title="625 stamps">
<img src="//images.weserv.nl/?url=http://i58.tinypic.com/214385f.png" title="650 stamps">
<img src="//images.weserv.nl/?url=http://i62.tinypic.com/f2pirs.jpg" title="675 stamps"><br>
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/2po6zxw.jpg" title="700 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/e5qpna.jpg" title="725 stamps">
<img src="//images.weserv.nl/?url=http://i60.tinypic.com/21jvfw7.jpg" title="750 stamps">
<img src="//images.weserv.nl/?url=http://i62.tinypic.com/fd96hf.jpg" title="775 stamps">
</div>

<div class="text" id="sitely">
<h1>sitely</h1>
<h2>Link Back</h2>
<a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i59.tinypic.com/6em3hx.jpg"></a>
<textarea><a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i59.tinypic.com/6em3hx.jpg"></a></textarea><br><a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i59.tinypic.com/mhvk74.jpg"></a><textarea><a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i59.tinypic.com/mhvk74.jpg"></a></textarea><br><a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i57.tinypic.com/2dvk0fr.jpg"></a><textarea><a href="/~Blue____45"><img src="//images.weserv.nl/?url=http://i57.tinypic.com/2dvk0fr.jpg"></a></textarea><br><p>

</p>
<h2>Credits</h2>
<a href="/~aethiia"><img src="//images.weserv.nl/?url=http://img.photobucket.com/albums/v229/lost_eternity/AethiaButton.png" border="0"></a>
<ul><li> Coding from <a href="/userlookup.phtml?user=coco_bella">Anna</a> at <a href="/~raeir">Anna's CSS</a>.
</li>
<li>Menu Coding was made by Me :).</li>
<li>Portfolio Buttons made by Rin :).
</li>
<li> Item images found at <b>Jellyneo's Item Database</b>.
</li>
<li> Pet images found at <b>SunnyNeo's Pet Image Finder</b>.
</li>
</ul><br><br><h2>Neopets Copyright</h2>
NEOPETS and all related indicia are trademarks of <a href="/aboutus.phtml"><b>Neopets, Inc.</b></a>, © 1999-2012. ® denotes Reg. USPTO. All rights reserved. Use of this site signifies your acceptance of the <a href="/terms.phtml"><b>Terms of Use</b></a>.
<br><p>
</p>
</div>




<div class="text"></div>
</div>

<div style="position: fixed; right: 10px; bottom: 10px; margin: 0px; padding: 0px;"><a href="/~raeir"><img src="//images.weserv.nl/?url=http://i1077.photobucket.com/albums/w470/trulyanna/Graphics/CSS%20Site/CSS%20Elements/cssbuttonsm_zps18693721.png"></a></div>

Restriction 1:

Error:

If the explanation below is not enough, there is more help with this error here. htmltonu.gif


You have mismatched or an unequal number of > and < characters.

The tags > and < are for writing html.

If you are trying to write html, your tags are broken and need fixing.

If you trying to write greater than or less than and not write html code, please write the words out and do not use the symbols. Yes, this means <3 is no longer. :(

 

Restriction 2:

Error:

If the explanation below is not enough, there is more help with this error here. htmltonu.gif




Invalid words or disallowed property names found in your style tags.

position


Invalid words or disallowed element names found in your style tags. (Class or ID names must be preceded with a . or #).

drop
navi
menuul
greater
than

Link to comment
Share on other sites

First of all that is a ton of code to go through!

Second you have instances in your code where you have

<br><br><p>
</p>

This instance occurs at line 310, 331, 346 which you shouldn't need because of the header tags. Those are just the first few instances I found, I'm not going to list them all here. Get rid of the <br><br> and use paragraph tags instead. Using multiple <br> to insert spaces is poor coding practice. Additionally change all your <b> tags to <strong> and </strong> respectively to reduce formatting errors across browsers and platforms. Also all your CSS codes should be at the top of your layout, not have some in the middle.

 

For your first restriction it is telling you that somewhere you have broken tags that you need to fix. I've found where it is:

li:hover > ul {
    display: block;
}
/*End Navi Menu*/

A few lines above this you have the same thing and I think you can just delete that part as you have one up a few lines that does the exact same thing.

 

For your restriction involving position being disallowed. Try removing the space so that it looks like this position:absolute instead of position: absolute. Another thing to consider if this doesn't work is the filters have changed and may be throwing up errors, so unless you've been regularly editing it lately with no problems you shouldn't be getting that error. I believe that position is being completely flagged so you might have to recode your petpage. I've never been able to use position tags on a petpage, so I'm not sure why yours used to work. for the second part of that error it's either saying the words you used for your elements is being disallowed. So try changing one completely in your entire code to see if that's what's causing that hiccup. I do believe the stricter filters as of late are causing you some errors.

 

Sorry I can't be of more help, but unfortunately it's going to be some trial and error for you until you figure out what is triggering the filters. If someone else has keener eyes then me, maybe they can help.

Link to comment
Share on other sites

In addition to what Mouseykins mentioned, I would recommend the following:

Replace /*Drop Navi Menu*/ and /*End Navi Menu*/ with <!-- Drop Navi Menu --> and <!-- End Navi Menu --> respectively. Those are the proper tags used to leave a comment in your HTML.
Also, you have one too many Ps in drop here:
.dropp {
padding: 0px 0px 0px 0px;
}
This part is causing everywhere you've used the class "drop" to be unchanged.

Try these fixes and let me know if they help! ^w^
Link to comment
Share on other sites

First of all that is a ton of code to go through!

Second you have instances in your code where you have

<br><br><p>
</p>

This instance occurs at line 310, 331, 346 which you shouldn't need because of the header tags. Those are just the first few instances I found, I'm not going to list them all here. Get rid of the <br><br> and use paragraph tags instead. Using multiple <br> to insert spaces is poor coding practice. Additionally change all your <b> tags to <strong> and </strong> respectively to reduce formatting errors across browsers and platforms. Also all your CSS codes should be at the top of your layout, not have some in the middle.

 

For your first restriction it is telling you that somewhere you have broken tags that you need to fix. I've found where it is:

li:hover > ul {
    display: block;
}
/*End Navi Menu*/

A few lines above this you have the same thing and I think you can just delete that part as you have one up a few lines that does the exact same thing.

 

For your restriction involving position being disallowed. Try removing the space so that it looks like this position:absolute instead of position: absolute. Another thing to consider if this doesn't work is the filters have changed and may be throwing up errors, so unless you've been regularly editing it lately with no problems you shouldn't be getting that error. I believe that position is being completely flagged so you might have to recode your petpage. I've never been able to use position tags on a petpage, so I'm not sure why yours used to work. for the second part of that error it's either saying the words you used for your elements is being disallowed. So try changing one completely in your entire code to see if that's what's causing that hiccup. I do believe the stricter filters as of late are causing you some errors.

 

Sorry I can't be of more help, but unfortunately it's going to be some trial and error for you until you figure out what is triggering the filters. If someone else has keener eyes then me, maybe they can help.

 

I got position to work. You can’t put it in style sheet, you have to put it in the html like this: <h1 style=“position:absolute”> instead of

h1 {position:absolute;} in the css.

Link to comment
Share on other sites

Interesting how the filters work. Thanks for posting the fix! I'll have to try that next time I work on my pages. :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...