Jump to content

Help With Guild Polls


Musical_Shoyru

Recommended Posts

So I recently started a guild and have been working on coding day in and day out. I'm a little be pooped out and my brain isn't finding simple fixes at the moment. I'm trying to figure out why the "poll" options aren't showing up on the Guild HQ page. The link to that is here ----> http://www.neopets.com/guilds/guild.phtml?id=4176228

 

My current coding is this;  

<style>

#header, #footer, .sidebar, #ban, table table table table table, .contentHeader, .contentModuleHeaderAlt, .contentHeader a, .content table table img {
	display: none;
}
.content table .content table img {
	display: inline;

}

#main {
	background: none;
	margin-top: 0px;
	margin-left: 0px;
	border: none;
}
table, td, tr {
	background: none;
}
.content p {
	margin-top: -30px;
}
body {
	background: url("https://farm1.staticflickr.com/25/62666535_0a7513949f.jpg") repeat-x #000000;
}
table table table table {
	width: 195px;
	margin-left: 216px;
	margin-top: 471px;
	background: #EBDFD2;
	padding: 3px;
}
td font {
	font: 10.5pt "century gothic";
	line-height: 25px;
	color: #555555;
}
#pic {
	left: 100px;
	top: 0px;
	z-index: -1;
}
#text {
	left: 452px;
	top: 480px;
	width: 500px;
	z-index: 2;
	font: 8.5pt verdana;
	color: #4B4B4B;
	text-transform: none;
	line-height: 18px;
}
#textbox {
	background: #FFF4F4;
	padding: 10px;
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #9A92AB;
	font-weight: bold;
}
a:hover {
	color: #B5A9BD;
}
b {
	color: #774589;
	font-weight: bold;
}
i {
	color: #BE3371;
	font: 8.5pt georgia;
	font-style: italic;
}
h1 {
	font: 9pt impact;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #4E2C78;
	border-bottom: 5px solid #EFE3D9;
	margin: 0px 0px 3px 0px;
}
#nav {
	left: 150px;
	top: 451px;
	width: 850px;
	z-index: 2;
	text-align: center;
}
.nav a:link, .nav a:visited {
	font: 10.5pt "century gothic";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF4F4;
	padding: 0px 8px 0px 8px;
	padding-top: 15px;
}
.nav a:hover {
	color: #BB2F72;
	background: url("http://img651.imageshack.us/img651/6714/pijltje.png") center top no-repeat;
}
</style><img src="//images.weserv.nl/?url=http://i66.tinypic.com/sgophi.jpg" id="pic" style="position: absolute; left: 300px"><div id="nav" class="nav" style="position: absolute; left: 300px; top: 425px;">
<a href="/myaccount.phtml">account</a> <a href="/customise/">customise</a> <a href="/games/arcade.phtml">games</a> <a href="/explore.phtml">explore</a> <a href="/nf.phtml">news</a> <a href="/petcentral.phtml">central</a> <a href="/neoboards/index.phtml">boards</a> <a href="/objects.phtml">shops</a> <a href="/mall/index.phtml">nc mall</a> 
</div>

<div id="text" style="position: absolute;">
<div style="z-index:2;position:absolute;top:0px;left:550px;width:148px;text-align:center;">
<h1><font id="ht"><b>Navigation</b></font></h1>
<a href="http://www.neopets.com/browseshop.phtml?owner=rockangel_star">Donation Shop</a><br>
<a href="http://www.neopets.com/~asuna_chan777">Guild Info</a><br>
<a href="http://www.neopets.com/~kiyokosilla">Wishes Granted</a><br>
<a href="http://www.neopets.com/~Illusen_the_Sh_6_6_6r">FAQ</a><br>
<h1><font id="ht"><b>Resources</b></font></h1>
<a href="http://www.neopets.com/~roberta_enchantress">Member Wishlist's</a><br>
<a href="http://items.jellyneo.net/wishlists/sign-up/">Create a Wishlist</a><br>
<h1><font id="ht"><b>Member of the Month</b></font></h1>
Coming soon!
<br>

</div>
<div id="textbox">
<h1><center>Welcome to The Kindness Project</center></h1>
We here at the TKP are dedicated to spreading joy all over Neopia! The idea of our guild was created between 2 people when we were sharing our visions of helping other neopet players achieve their dreams. We have always found extreme joy in bringing happiness to others and we figured a guild could help us to do this so much more effectively. 
What we seek out to do is to monthly grant 1 large wish and several small wishes for randomly chosen Neopian's. 
<h3><b>Links and More!</b></h3>
All resources such as TKP Ranks, requests, and more can be found under Navigation and clicking Guild Info!
<h1><center>Request Items and Dream Pets</center></h1>
TKP is always taking requests! Don't be shy! Request that Dream Pet or Item you've been longing to get. More info can be found under Navigation by clicking Guild Info!
<h1><center>Donation Shop</center></h1>
TKP is ran by hardworking individuals who use our own resources and earnings over the years to  give to others. If you would like to help toward this cause you can find a link to the Donation Shop under Navigation to buy items in our shop!
</div>

<div id="textbox">
<h1><Center>UPDATES!</center></h1>
<h3><b>Dec 20th, 2016</b></h3>
TKP is happy to announce that our Member Wishlist's page is now up! You can access it under Resources. We would also like to welcome our new members; <b>Acmerasta2, xxdecemberzchildxx, Wheresfluffy_92, Peacock441, Irdalin, Femininegent, and Cakeprince</b>! We also have hit 25 members! Good job everyone!
</div></div>


Link to comment
Share on other sites

I don't do guild coding, but from first glance, try removing the quotes in your poll question and see if that helps. Other than that I have no idea.

Link to comment
Share on other sites

I figured out why it wasn't displaying but ran into another problem, found a solution though! Thanks for the effort Mouseykins :)

Link to comment
Share on other sites

Glad you got it figured out, sometimes a break is needed when you're coding for too long. :)

Link to comment
Share on other sites

Glad you got it figured out, sometimes a break is needed when you're coding for too long. :)

 

That's for sure! I feel like the lines and words start to run together! LOL

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...