I think it depends on a certain color in your coding, like the bold or italic or something, maybe. Cause Therianthrope's are white, but Holodniy and Bolty have a different color, it looks like. owl You're welcome. <3 I had one laying around.
Check it out! I asked google if there was a way to style it, and there is. You can change pretty much anything about it, it's border, height, length and even background image.
That's perfect omg! 8D Just curious, what program do you use to make your layouts?
I used Paint Shop Pro 9. //shame It's so ridiculously old and outdated. I tried to switch to photoshop but I just can't get used to it. I'm too impatient to learn how to use it properly when I already know how to do the things I want to really quickly on PSP9. I use photoshop sometimes though, if I have to do photo edits and stuff.
This is the code I used for the hr thingy, if you're interested:
hr {border: 0; width: 80%; color: ; background-color: ; height: 5px; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;}
I'm trying to figure out how to use Photoshop Elements Editor but I'm having problems for layouts. I can draw on it just fine, but layouts elude me :c All of mine end up pretty basic.
peeps in
You should be able to use this code to change the properties of horizontal rules:
hr {color:red;width:20px;}
Obviously change color and width to what you want (and add in whatever else, basically just style it like you'd style anything else with CSS) :)
You can prefix the hr bit with a particular section if you want different styles of rule in different areas, too. (i.e. " hr" controls the lines in the area with the sectionname id)
Hope this works for you! :)
flies away
[edit]TOTALLY NINJA'D okay nevermind. :P
I don't think I've even heard of that. I don't think there's anything super fancy about the layouts I make, I think it's just a matter of arrangement and keeping stuff simple, but still adding the little details and finishing touches? Does that even make sense? Personally, I'm always browsing pet profiles for new inspiration. Like uh, for example, I could see this profile: [x] and notice the semi transparent line that runs along the inside of the border: [x], and I think that looks pretty cool and makes the entire profile more.. I dunno, professional looking? So then I'll commit myself to using that technique in profiles that I make in the future. That's a lot of how I develop my own style, by looking at what works for other people and then seeing how I can make that work for me, too.
But I dunno about the program you're using. If you can, I'd suggest try and find a download of PSP. It's quite a lot simpler, I think, but you can still make some nice stuff with it.
Hahaha! Although, I wasn't aware that you could change the properties for each section separately. That's useful. ♥