Jump to content

Neopets guild layout help


Juillet

Recommended Posts

ok i completly copied the tutorial and did what they said (guild layout tutorial)

and this what i had

_____________________________________________________________

 

<style/>

 

SELECTOR {

ATTRIBUTE: PROPERTY;

}

#footer, .sidebar, .user, #nst {

display: none;

}

table, td {

background: transparent;

}

#main {

position: absolute;

left: 0px;

top: 222px;

width: 650px;

height: auto;

background: transparent;

border: 0px;

}

body {

background: 800066 url('http://i150.photobucket.com/albums/s90/sesshomarumine4ever/backgrounds/background.jpg') top left repeat-y;

}

#header {

position: absolute;

left: 0px;

top: -222px;

width: 1000px;

height: 430px;

background: transparent url('http://i150.photobucket.com/albums/s90/sesshomarumine4ever/SESSHOMARU/FVGYIWUJIDSHFGDHJKJ.jpg') top left no-repeat;

border: 0px;

}

#navigation {

width: 800px;

}

#navigation a {

margin-right: 6px;

}

#template_nav {

margin-left: -135px;

margin-top: -14px;

}

ul.dropdown {

border: 1px solid #000000;

background: CC9999;

}

#navigation {

display: none;

}

#desc {

position: absolute;

left: 200px;

top: 215px;

width: 605px;

}

<div id="desc">

 

This is where you write your guild content :)

Links, welcome message, news/updates, council chat - whatever you want!

 

</div>

a:link, a:visited {

color: FF0000;

}

 

a:hover {

color: FF0066;

}

.content b, h1 {

font: 12px arial;

color: FF3300;

font-variant: small-caps;

}

<h1> TITLE HERE </h1>

 

 

 

 

 

</style/>

 

 

 

_____________________________________________________

 

 

 

after that i click save changes and I got an error from neopets

 

Invalid words, disallowed words or words that should have quotes but do not were found inside your html tags.

 

For example:

 

GOOD: <map name="gallery"> BAD: <map name=gallery>

 

YES: <a href="/index.phtml">page</a> NO: <a href=index.phtml>page</a>

 

GOOD: <td align="center" valign="middle"> BAD: <td align="center valign=middle">

 

Here are the invalid words or disallowed words or words that should be inside of quotes inside the html tags < >

 

If the word is preceded by an = sign in your code, it is likely that the word should be inside of quotes.

 

Problem words and estimated problem area.

0.) style/

 

* <style/>

* </style/>

________________________________________________________________________________

_

 

 

did do something wrong please help me I really don't get this type of css :crying:

Link to comment
Share on other sites

You forgot the spaces in the style tags ^^

 

It should be <style /> at the top, and </style /> at the bottom.

 

The spaces are necessary ;D

Link to comment
Share on other sites

You should neomail ohxash and ask her. She's my guild owner and she's very friendly.

Link to comment
Share on other sites

Try it like this...

 

I haven't tested it though seeing as I don't have a guild of my own at the mo.

 

<style />

#footer, .sidebar, .user, #nst {
display: none;
}
table, td {
background: transparent;
}
#main {
position: absolute;
left: 0px;
top: 222px;
width: 650px;
height: auto;
background: transparent;
border: 0px;
}
body {
background: #800066 url('http://i150.photobucket.com/albums/s90/sesshomarumine4ever/backgrounds/background.jpg') top left repeat-y;
}
#header {
position: absolute;
left: 0px;
top: -222px;
width: 1000px;
height: 430px;
background: transparent url('http://i150.photobucket.com/albums/s90/sesshomarumine4ever/SESSHOMARU/FVGYIWUJIDSHFGDHJKJ.jpg') top left no-repeat;
border: 0px;
}
#navigation {
width: 800px;
}
#navigation a {
margin-right: 6px;
}
#template_nav {
margin-left: -135px;
margin-top: -14px;
}
ul.dropdown {
border: 1px solid #000000;
background: CC9999;
}
#navigation {
display: none;
}
#desc {
position: absolute;
left: 200px;
top: 215px;
width: 605px;
}

a:link, a:visited {
color: FF0000;
}

a:hover {
color: FF0066;
}
.content b, h1 {
font: 12px arial;
color: FF3300;
font-variant: small-caps;
}

</style />

<div id="desc">

<h1> TITLE HERE </h1>

This is where you write your guild content smile.gif
Links, welcome message, news/updates, council chat - whatever you want!

</div>

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