ForumsGeneralCustom Profiles
Custom Profiles
12/21/10 4:34 am
I added a new feature tonight.

The new profile system can be very customizable now. :D

Check my new profile out for example.
12/21/10 4:48 am
Well, uh... how do you update it? I went to the edit profile page, and nothing new was there.
12/21/10 4:54 am
Use HTML similar to old MySpace profiles. :D
12/21/10 8:03 am
Myspace? Whats that?
12/21/10 8:55 am
Is that why the profiles appear sort of weird right now? O_o
12/21/10 9:11 am

Sidhe (12) said
Is that why the profiles appear sort of weird right now? O_o



yeahthat It's sort of a bummer, because I don't HTML and never had MySpace account.
12/21/10 10:03 am
Unfortunatly, now that we can use HTML on the profiles, the old coding you guys used like [c=###] and everything, it is different. It's easy to fix though. Just google some simple HTML codes, and what you need will come up. :)
12/21/10 1:01 pm
Ah. I see. I've found a rather helpful website.

Would I be able to post it without advertising? :)
12/21/10 1:17 pm
The rules just state that no other games or inappropriate websites can be posted. So if its a HTML reference site I'm sure you can post it here.
12/21/10 1:19 pm
Okay, thanks. ((Just skip down to the "HTML Tags Chart")) :)

http://www.web-source.net/html_codes_chart.htm
12/21/10 3:08 pm
If anyone needs help with making their profile you may ask me.
12/21/10 3:20 pm

TnT (14) said
If anyone needs help with making their profile you may ask me.



Uh, how do you colour your profile? :)
12/21/10 3:28 pm

Fennec (26) said


Uh, how do you colour your profile? :)



Color how?

Words?
Table colors?
Background image?
12/21/10 3:32 pm

TnT (14) said


Color how?

Words?
Table colors?
Background image?



Oh. Sorry.
Any really, but preferably words or the background. :)
12/21/10 3:38 pm
For words (I don't feel like using character entity for < so you'll have to remove that space).

< span style="color:red">Colored words < /span>

Just change red to anything.

To create a line break
like
this
you do < br />

For the background, you need to get the class of the table (Probably mainfocusbg and maintablebg, not entirely sure)

*This is styling, so you have to put them between style tags*


< style>
body {background-image:url('URLHERE');}

.maintablebg {
background-image:url('URLHERE');
background-color:COLOR HERE;
}

.mainfocusbg {
background-image:url('URLHERE');
background-color:COLOR HERE;
}
< /style>

If you need help styling certain things I can tell you the exact code :P


Edited at 12/21 15:39:23
12/21/10&nbsp;3:41&nbsp;pm
Okay, thanks a ton! :)
12/21/10&nbsp;8:24&nbsp;pm
So you can just get a MySpace layout and use it?
12/21/10&nbsp;9:10&nbsp;pm

Sidhe (12) said
So you can just get a MySpace layout and use it?



Sort of :P

Myspace layouts are specific to Myspace's coding. Some generic things like coloring words < span style="color:blue;">words< /span> and other HTML stuff will be the same. CSS coding (Has the style tags, also called a layout) are site specific with the site's classes and Ids.


The easiest thing for everyone is to ask me if you want to change something and I'll tell you how to do it :P
Almost everything should be possible to change, just some times it can take awhile to figure out how to.
12/21/10&nbsp;10:31&nbsp;pm
This is my current profile ...


Between style tags

body {
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');
background-position:top center;
background-repeat:no-repeat;
background-attachment:fixed;
}

#navbarlinks a:nth-child(even) {
color:#339966;
}

#navbarlinks a:nth-child(odd) {
color:#ee3333;
}

#navbarlinks a:hover {
color:#888888;
}


.navbar:nth-child(even) {
background-image:url('navbar.jpg')!important;
}

.navbar:nth-child(odd) {
background-image:url('navbar2.jpg');
}

#newtopbartd {
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');
background-attachment:fixed;
background-position:top center;
}

.mainfocusbg, .maintablebg {
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');
}

.mainfocus td, .maintable td {
background-color:black;
opacity:0.95;
}

[src='cwlogo.png'], .referral {
visibility:hidden;
}

[href="view.php?id=14"] {
color:#ee3333;
text-shadow: 0px 0px 0px #ee3333!important;
}

.moderator {
text-shadow: 0px 0px 0px #0066cc;
}

#RecentStatusUpdates td, #QuickStats td, #FriendsList td, #Comments td, #BattleStats td, #Character td, #CastMagik td, #RecentTopics td{
background-color:black;
}

#footpanel{
position:fixed;
bottom:100px;
width:90px;
height:0px;
background-color:transparent;
border:none;
}

#footpanel ul li a:hover {
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');
left:5px;
}

#footpanel ul li a.active {
background-color: transparent!important;
}

.chatpanel {
background-color:#171717;
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');
border:none!important;}

#alertpanel {
background-color:#171717;
border-top : 1px ridge #111111;
background-image:url('http://fc09.deviantart.net/fs31/i/2008/198/a/0/Starlit_Night_by_gucken.jpg');}

.subpanel {width:136!important;}
12/21/10&nbsp;10:36&nbsp;pm

TnT (14) said


Sort of :P

Myspace layouts are specific to Myspace's coding. Some generic things like coloring words < span style="color:blue;">words< /span> and other HTML stuff will be the same. CSS coding (Has the style tags, also called a layout) are site specific with the site's classes and Ids.


The easiest thing for everyone is to ask me if you want to change something and I'll tell you how to do it :P
Almost everything should be possible to change, just some times it can take awhile to figure out how to.



So it won't be possible for me to just copy and paste one of the readymade myspace layouts? :P I've always liked this particular one, but I never had a MySpace and never wanted one, so I never got to use it XD
12/21/10&nbsp;10:42&nbsp;pm

Sidhe (12) said


So it won't be possible for me to just copy and paste one of the readymade myspace layouts? :P I've always liked this particular one, but I never had a MySpace and never wanted one, so I never got to use it XD



Show me a pic of what it looks like?

Then the links used. I can probably make something very similar :P
12/21/10&nbsp;10:53&nbsp;pm
I found it on one of those layout websites :P

http://www.coolchaser.com/layout/create/1434549
12/22/10&nbsp;7:54&nbsp;pm
I feel stupid, because i dont understand how to do any of those things. :(
12/22/10&nbsp;8:28&nbsp;pm

Schuyler (33) said
I feel stupid, because i dont understand how to do any of those things. :(



You aren't, most people don't know how to use HTML and CSS.
12/26/10&nbsp;7:31&nbsp;am
yeahthat
12/27/10&nbsp;3:45&nbsp;pm
yeahthat Frankly I haven't got a clue either XD

But I'll manage. :)
Become a Vampire