Kuroida Posted November 10, 2010 Share Posted November 10, 2010 I think I screwed it up big time -_- I want something that shows my avatars and a wishlist at the top in the "About Me" section but it's not working and now it's getting really frustrating.... Here's the code. If anyone could help it'd be very much appreciated Oh yeah and how do you paragraph? Right now all my words are clumped together o.0 <div id="top"></div> <div id="abt"> <table width="100%" cellpadding="0" cellspacing="0" id="abmta"> <tr><td width="196" id="abme">Avatars</td> <td width="120" id="abme">Wishlist</td> </tr><tr id="abmta"><td valign="top"><h2>Avatars</h2><div align="center"> <b>Hottest</b> | <b>Coolest</b> | <b>Cutest</b><br><img src="https://images.neopets.com/neoboards/avatars/default.gif"> <img src="https://images.neopets.com/neoboards/avatars/default.gif"> <img src="https://images.neopets.com/neoboards/avatars/default.gif"><p> <div id="top"></div> <div id="abt"> <p class="head">About Me</p> An average kid in an above average world. Curent goals: 169 petpets for gallery[] Magmut [] Lutra [] Packrat avatar [] 169 fishing lvl for Etrigan [] Monthly goals: 169 intelligence [] 169 stamps [] One of these days: Camouflage paint brush for Etrigan [] Lupe transmogrification potion potion for BETA [] When I'm done all that: Fill up rest of gallery [] 169 lvl [] 169 defence [] 169 strength [] 169 movement [] 169 hitpoints Estimated time of completion....2 years.... ADDICTED TO THE NUMBER 169! </div> <style> body{background:#000000 url('http://sunnyneo.com/userlookups/UL_razul_bg.PNG') repeat-y top left;} body, table, td, tr, a, p, li, div{ font-family:tahoma; color:#000000; font-size: 12px;} #footer, #header, #main, #content {width:750px;} #main a, a b, #main a:visited {color:#cd270e} #main a:hover, a:hover b {color:#000000} b,u,i{color:#9c0a00} #nst, .sf, hr, #footer, #userneohome{display: none} .brand-mamabar{display:none;} #ban {display:none;} #main {margin-top:0px; margin-left:0px;} #header{visibility:hidden;position:absolute;left:0px;top:0px;z-index:1} #navigation{visibility: visible;left:50px;top:6px;height:38px;} ul.dropdown {border: 1px solid #eee306;background-color: #9c0a00;} .contentModule, .contentModuleTable, .contentModuleContent, .contentContent {border:none;background: transparent;} .contentModuleTable, #top, #abt {position:absolute;} h1 {font-family:georgia; font-size:15pt; color:#c00f03;text-align:left; padding-bottom:2px; margin:0px; border-bottom:1px solid #c72206;background: transparent;} .head, .contentModuleHeader, .contentModuleHeaderAlt {font-family:georgia; font-size:15pt; color:#c00f03;text-align:left; padding-bottom:2px; margin:0px; border-bottom:1px solid #c72206; background: transparent; font-weight: bold;} table, #n, td, #main, img {background: transparent; border:none} .medText table{border:0px !important} .content div a img, .content div b {visibility:hidden;} .contentModule div a img, .contentModule div b {visibility:visible;} #top{left:-1px;top:0px;background-image:url(http://sunnyneo.com/userlookups/UL_razul_img.png); width:818px;height:674px;z-index:0} #usertrophies img, #userneopets img, #userinfo img, #usercollections img, #usershop img {border: 1px #cccccc solid} #userneopets, #usertrophies, #usercollections, #usershop, #userinfo, #info, #nav, #userneohome,#main, #content, #navigation {position:absolute} #userinfo {left:64px; top:789px; width:295px;height: 300px !important;} #userneopets {left:64px; top:1190px; width:696px;height: 240px !important;} #userneopets img {width:145px;height:145px;} #usertrophies {left:64px; top:1440px; width:696px;} #usertrophies img {width:75px;height:75px;} #usercollections {left:359px; top:789px; width:200px; height: 300px !important;} #usershop {left:560px;top:789px;width:200px;height: 300px !important;} #main, #content {left:0px;background:none;border:none;width:1px} #abt{position:absolute;z-index:2;top:570px;left:64px;width:698px;height:200px;text-align:center;overflow:auto; filter:chroma(color=#CC9966); scrollbar-base-color:#CC9966; scrollbar-track-color:#CC9966; scrollbar-darkshadow-color:#CC9966; scrollbar-shadow-color:#CC9966; scrollbar-3dlight-color:#CC9966; scrollbar-highlight-color:#CC9966; scrollbar-arrow-color:#9c0a00;} </style> Quote Link to comment Share on other sites More sharing options...
Wembly Posted November 10, 2010 Share Posted November 10, 2010 I admit, I didn't look through all your coding and I'm not much of a general coding buff but if you want something on a new line you just type <br> before it and it breaks the line. Is that your only question because it seems you've got the text in there? Quote Link to comment Share on other sites More sharing options...
Kuroida Posted November 10, 2010 Author Share Posted November 10, 2010 it was one of my questions so yeah thanks. My main problem was that I couldn't get the top part to work (the part with the avatars and the wishlist) Quote Link to comment Share on other sites More sharing options...
Rae Posted November 10, 2010 Share Posted November 10, 2010 Yeah the <br> does a line break. For one indent to look like this you would only use one <br> For two like this one you would use two. As for the avatars... You could do a text box with certain dimensions... I'm not really sure what you're looking for or if you already have a box for it. I know how to code the avatars and I know how to do text boxes... I didn't really look through the whole coding to be honest. Quote Link to comment Share on other sites More sharing options...
Kuroida Posted November 14, 2010 Author Share Posted November 14, 2010 Can you please tell me how to do the boxes? I'm just worried about this part: <div id="top"></div> <div id="abt"> <table width="100%" cellpadding="0" cellspacing="0" id="abmta"> <tr><td width="196" id="abme">Avatars</td> <td width="120" id="abme">Wishlist</td> </tr><tr id="abmta"><td valign="top"><h2>Avatars</h2><div align="center"> <b>Hottest</b> | <b>Coolest</b> | <b>Cutest</b><br><img src="https://images.neopets.com/neoboards/avatars/default.gif"> <img src="https://images.neopets.com/neoboards/avatars/default.gif"> <img src="https://images.neopets.com/neoboards/avatars/default.gif"><p> since it doesn't seem to work o.0 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.