please help me with my css/HTML coding for my guild layout?

Missy

New member
The content in the middle shows up on top of the content box, but the guild stats and the links do not show up on top of their own boxes. Can you like put this code in YOUR guild welcome message so you can see what I am talking about ? Please help ! Here is the full code:



<style type="text/css" />
p {
background-image: url(url here);
background-repeat: repeat; }
A:link{COLOR:#000000; TEXT-DECORATION: none}
A:visited{COLOR:#000000; TEXT-DECORATION:none }
A:HOVER {COLOR:#F7FA04; TEXT-DECORATION:line-through;}
td,p,body{color:#000000;font:8pt verdana}
#header, #footer, .sidebar,#ban {display:none}
#n, td, table { background: transparent; }
#main {border:none; background:none; width:500px; padding-left:32px; padding-top:378px; }
.content {background:none; }
.header {text-align:left; text-transform:uppercase; color:#003EF4; padding:2px; font-weight:bold; border-bottom:2px solid #003EF4; font-size:15px; }
</style>

<div style="position:absolute; top:384px; left:618px; width:362px;">
<p class="header">Neopets</p>
<a href="http://www.neopets.com/myaccount.phtml">MY ACCOUNT</a>
<a href="http://www.neopets.com/games/arcade.phtml">GAMES</a>
<a href="http://www.neopets.com/explore.phtml">EXPLORE</a>
<a href="http://www.neopets.com/nf.phtml">NEWS</a>
<a href="http://www.neopets.com/petcentral.phtml">PET CENTRAL</a>
<a href="http://www.neopets.com/neoboards/index.phtml">BOARDS</a>
<a href="http://www.neopets.com/objects.phtml">SHOPS</a>
<br>
<p class="header">Guild Links</p>
<a href="">LINK</a>
<a href="">LINK</a>
</div>
<div style="position:absolute; top:0px; left:0px;"><img src="http://i1091.photobucket.com/albums/i385/thezapproject/TZPLayout2.jpg"></div>
<div style="position:absolute; top:350px; left:216px; width:362px;">
<div class="bottomleft">
<div class="bottomright">

<p class="header">Welcome..</p>

TEXT HERE
<p>



<p class="header">The Zap-Project</p>
TEXT HERE


<p>

<p class="header">Why should you join?</p>

TEXT HERE

<p class="header">The Council</p>
TEXT HERE
<p>
</div>
 
Back
Top