0 Users appreciate this thread.
CSS Code Guide!
SPCOxion (2012-08-19 22:35:37)@alexis3714
What?
If you're talking about IMG URLs, then they're all different. None are the same, so there isn't just one. They're just like normal URLs; No two are the same.
Log in to submit a comment
Back to forum: Profile Design (3DSPlaza BBCode and BBCode CSS)
New registered users today: 7
Newest registered user: ElegantVulpes
These only work on Profiles.
You put these in your "About Me".
The highlighted text is changable.
I will continue adding codes as I learn them!
[style]img{border: Numberpx Style Color;}[/style]
Styles:
Ridge
Solid
More will be added soon
[style]a.friend_links:before/after{content:'Text here'}[/style]
Changing the color of your friends' names:
[style]a.friend_links{color:COLOR}[/style]
Let's teach you about CSS.
Selectors:
.menu - "Back to the Menu"
.members_menu - "You are logged in as User"
body - Everything outside the other areas
.content - "User's profile" to the comments section
.commentbox_1 and
.commentbox_2 - Where the comments are
.post_comment - Where you can post a comment
Values:
background-color:Color here; - Changes the background color
background-image:url(IMG URL here); - Changes the background image
Code:
[style]Selector{value};[/style]
2012-08-20 21:01:18