Luventas Posted July 5, 2012 Share Posted July 5, 2012 Hey there. I tried editing my user lookup today and failed. It said that I used inappropiate speech (or something like that), but all I wrote was from several Tutorials :/ Could you help me? <style> #main { background: transparent; margin-top: 0px; width: 950px; border: none; } #content { background: transparent; width: 700px; margin-left: 75px; margin-top: 10px; border: none; } .contentModuleTable, .contentModuleContent { border: none; background: transparent; } .contentModule { border: none; background: transparent; } .contentModuleHeader, .contentModuleHeaderAlt { background-color: #CD0000; } body, p, td, .medText{ color: #CD0000; font-family: Schriftart; font-size: 12px; font-weight: bold; } a:link { color: #FFDEAD; } a:visited { color: #FFDEAD; } a:hover { color: #FFDEAD; } #userneohome, #ban, #footer, .brand-mamabar, #habitarium, hr, #ncmall, .sf, #usertrophies { display: none; } body { background: #1A1A1A url(http://1.bp.blogspot...0-Nightfall.jpg); background-repeat: no-repeat; background-attachement: fixed; background-position: top center; } </style> <img src="http://i.imm.io/v6Py.png"> <p> This beautiful banner was created by <a href="http://www.neopets.com/userlookup.phtml?user=redmadam"> redmadam </a></p> Thanks! Luventas(1640) Quote Link to comment Share on other sites More sharing options...
Shiny Vulpix Posted July 5, 2012 Share Posted July 5, 2012 I can't see anything wrong with it.There might be something wrong in the text.I just can't find it... Quote Link to comment Share on other sites More sharing options...
Xepha Posted July 5, 2012 Share Posted July 5, 2012 #FFDEAD might be the problem... try a slightly different color and let me know if that fixed it. Quote Link to comment Share on other sites More sharing options...
Luventas Posted July 5, 2012 Author Share Posted July 5, 2012 Thanks for taking a look at it. Sometimes I feel like TnT just doesn't like me :( I once had a signature saying 'Warning - this user is extremely stupid :P' And got blocked for it ~.~ Quote Link to comment Share on other sites More sharing options...
vyvren Posted July 5, 2012 Share Posted July 5, 2012 It seems to be reacting to your image url: http://1.bp.blogspot.com/-jcbu8aTpFGQ/TbhkteP0_2I/AAAAAAAAAFs/7-zHrVdGB5Y/s1600/79560-Nightfall.jpg When I tried just adding *img tag* your URL *end of tag* I got a message saying "Error 1: Please do not use foul language in your profile, this is a childrens site." When I uploaded your image to my host, renaming it IMG.jpg, it worked fine. Quote Link to comment Share on other sites More sharing options...
Luventas Posted July 5, 2012 Author Share Posted July 5, 2012 Changed it, still have the same Problem :/ I'm gonna try the URL thing. Thanks! Page got through, but the picture got blocked ;__; This post has been edited by a member of staff (Neomysterion) because of a violation of the forum rules. Please don't post multiple times in a row, use the edit button if you have something to add. Please check your user inbox to see if you have been contacted regarding this incident, then review our rules. Quote Link to comment Share on other sites More sharing options...
vyvren Posted July 5, 2012 Share Posted July 5, 2012 I noticed that too /: You seem to be good at coding (albeit I wouldn't even call myself a novice, so I'm not sure how accurate my judgement is c; ) but I'm trying to find a solution to it anyway. I've been told it's the thought that matters *cough* Edit: The picture shows up, if you add the body { background: url("URL"); background-color: #FFFFFF; } to the very top, just beneath your style-tag. However, I can't get rid of the Neopets banner for you :c Quote Link to comment Share on other sites More sharing options...
Luventas Posted July 5, 2012 Author Share Posted July 5, 2012 Thank you so much! *gives you some cookies* This should help I guess! :D Quote Link to comment Share on other sites More sharing options...
Xepha Posted July 5, 2012 Share Posted July 5, 2012 Just re-upload the picture to a different host then... tinypic.com should work. Quote Link to comment Share on other sites More sharing options...
vyvren Posted July 5, 2012 Share Posted July 5, 2012 (edited) Yes, Xepha deserves the most gratitude - it was her code that helped me :b Dear Luventas, please forgive me for mixing with your code but this should do the trick: <style> #header{width:700px;height:150px;background:none;border:none;} body { background: url("http://img443.imageshack.us/img443/2118/79560nightfall.jpg"); background-color: #FFFFFF; } #main { background: transparent; margin-top: 0px; width: 950px; border: none; } #content { background: transparent; width: 700px; margin-left: 75px; margin-top: 10px; border: none; } .contentModuleTable, .contentModuleContent { border: none; background: transparent; } .contentModule { border: none; background: transparent; } .contentModuleHeader, .contentModuleHeaderAlt { background-color: #CD0000; } body, p, td, .medText { color: #CD0000; font-family: Schriftart; font-size: 12px; font-weight: bold; } a:link { color: #FFDEAD; } a:visited { color: #FFDEAD; } a:hover { color: #FFDEAD; } #userneohome, #ban, #footer, .brand-mamabar, #habitarium, hr, #ncmall, .sf, #usertrophies { display: none; } </style> <img src="http://i.imm.io/v6Py.png"> <p> This beautiful banner was created by <a href="http://www.neopets.com/userlookup.phtml?user=redmadam"> redmadam </a></p> --- Edit: It wasn't the top banner I had issues with, it was the navigation banner. I solved it, though, haha c: Edited July 5, 2012 by vyvren Quote Link to comment Share on other sites More sharing options...
Luventas Posted July 5, 2012 Author Share Posted July 5, 2012 Oh wow! Thank you so much!! That's just plain awesome, it WORKED :D Thanks to Xepha, too :) 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.