Star Wars Roleplay: Chaos

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Question Backgrounds and in post slides?

Just a questions after seeing all the stuff on the new forum, but I'm not the best at stuff like this. How exactly do you use backgrounds? If you hit the thing to add it, it doesn't really give you any hints. I looked it up and couldn't find it asked anywhere, so figured I would ask it. I already got a rundown of in-post slides, courtesy of Kyra Perl Kyra Perl , and I'll leave it here for the sake of anyone looking for it later.

[tabs"remove this text"] [slide=title] content [/slide] [slide=title] content [/slide] [/tabs]
 
yeah, it's on that link! Easy reference is

background solid color
Code:
background-color: #colorcode ;


image
Code:
background:url(' img.jpg ');

inserted inside your div box
for example
Code:
[div= background-color:#000000; etc]


ps the tabs are
Code:
[tabs] 
[slide=title] content [/slide] 
[slide=title] content [/slide] 
[/tabs]
 
You can also make images for slide headers if you'd like for them to look ~fancy~. Code down below :)

Code:
[tabs]

[slide_header][img]LINK[/img][/slide_header][slide]TEXT[/slide]

[slide_header][img]LINK[/img][/slide_header][slide]TEXT[/slide]

[slide_header][img]LINK[/img][/slide_header][slide]TEXT[/slide]

[/tabs]
 

Users who are viewing this thread

Top Bottom