pwnyoutoo Posted December 28, 2011 Share Posted December 28, 2011 This is the code to my guild. It for some reason is still not getting rid of the plain yellow bar at the top. There are no links or other crap just the plain yellow bar with stars. What do I add to the code to remove it? <div> <img src="//images.weserv.nl/?url=http://i.imgur.com/Scb1b.jpg" border="0" usemap="#map1" style="position: absolute; left: 50px; top: 100px; height: 700px; width: 898px;"> <map name="map1"><area href="http://www.neopets.com/guilds/guild.phtml?id=1192004" shape="rect" coords="9,668,109,692"> <map name="map1"><area href="http://www.neopets.com/guilds/guild_link.phtml?id=1192004" shape="rect" coords="132,668,213,694"> <map name="map1"><area href="http://www.neopets.com/guilds/guild_invite.phtml?id=1192004" shape="rect" coords="231,668,356,692"> <map name="map1"><area href="http://www.neopets.com/guilds/guild_board.phtml?id=1192004" shape="rect" coords="376,668,569,692"> <map name="map1"><area href="http://www.neopets.com/guilds/guild.phtml?id=1192004" shape="rect" coords="588,668,675,692"> <style> body{ scrollbar-face-color: #000040; scrollbar-highlight-color: #3D3D3D; scrollbar-3dlight-color: #000061; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #A3A3A3; scrollbar-track-color: #1F1F1F; background-color: #001A1A; } table, td{background:none;} .contentHeader, .sidebar, #footer, #header, #footerNifty, table table table .content, .contentModuleHeaderAlt{display:none} .contentModuleContent{display:none} #main {background:0;border:0;} .content table table img { display: none; } .content table .content table img { display: inline; } #news{ top: 529px; left: 70px; height: 148px; width: 616px; overflow:auto; } #war{ top: 529px; left: 725px; height: 148px; width: 197px; overflow:auto; } #council{ top: 729px; left: 84px; height: 43px; width: 659px; overflow:auto; } </style> <div id="news" style="position:absolute;"> <font size="2" color="#00CC99"><b><u>Pwnyoutoo-</u></b></font> Layout is mostly finished. The image map below is now operational and all links should work except the info link. When someone is done making pages for guild activities and guild info(requirements, age, founders, ect. let me know so I can update the imagemap and links. Im also in the process of coding an easy to use system of adding news updates so that any member who posts the update can have their name with links to their page and their current avatar next to their news post. Any suggestions or to report any problems please contact pwnyoutoo, and be sure to include what browser your using. Thanks, and sorry it took so long, I had uber computer issues. :) mostly finished. The image map below is now operational and all links should work except the info link. When someone is done making pages for guild activities and guild info(requirements, age, founders, ect. let me know so I can update the imagemap and links. Im also in the process of coding an easy to use system of adding news updates so that any member who posts the update can have their name with links to their page and their current avatar next to their news post. Any suggestions or to report any problems please contact pwnyoutoo, and be sure to include what browser your using. Thanks, and sorry it took so long, I had uber computer issues. :) </div> <div id="war" style="position:absolute;"> <center><br> <b><u>Status: Peace</u></b><br><br> Currently not at war. Click <a href="URL FOR PAGE WITH GUILD EVENT">HERE</a> for info on all our ongoing in-guild events. </center></div> <div id="council" style="position:absolute;"> <center><font size=3> <a href="URLHERE">Name1</a>--- <a href="URLHERE">Name2</a>--- <a href="URLHERE">Name3</a>--- <a href="URLHERE">Name4</a>--- <a href="URLHERE">Name5</a></font></div> </div> Quote Link to comment Share on other sites More sharing options...
Khalon Posted December 28, 2011 Share Posted December 28, 2011 The code to do it is pretty simple: #header {display: none} It works for userlookups and I imagine it would be the same for guilds as well. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.