Jump to content

User Lookup edit - Failed


Luventas

Recommended Posts

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)

Link to comment
Share on other sites

I can't see anything wrong with it.There might be something wrong in the text.I just can't find it...

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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