We are a popular roleplay site based on the Warrior series by Erin Hunter. Whether you're a fan of the books or not, WCC2 is a place to roleplay, enter contests, and make and talk with friends. Our site is a fun, fresh, and exciting new experience for all users alike so we urge you to join. If you're confused and need assistance or have questions, comments, or concerns, check Classic's rules or leave a thread below or message an administrator. Any of the more experienced members will also be willing to help so please don't be afraid to ask. Check out our Clans and Groups, which will give you wide range of different roleplaying experiences. Here on Classic we deeply care about each and every one of our members because we are more than just a community, we are family and we love one another and wish for each individual to be happy. If you ever have any troubles, refer to the support threads below we have a lot of wise and comforting members that can advise you and many supportive people as well. Choose a Clan, create your cat, and enter Warrior Cat Clans 2.
NOTE TO ALL DESIGNERS: Please remember when creating HTML layouts that you do not use general global selectors (link, body, h1, etc.) when styling your layout! It will cause the site to break on that page. When styling your layout, make sure that your selectors are unique to that specific layout or clan/group. (instead of .welcome it's .clanwelcome).
TL;DR Use CSS selectors unique to that clan or group page.
BBCode is short for Bulletin Board Code. It is used as a way for formatting posts made on message boards, blogs and more. It is similar to HTML in the sense that in BBCode one does also use tags to format something specific (contained within the tag). In BBCode tags are indicated by rectangular brackets surrounding a keyword, which is in turn transformed into HTML before being delivered to a web browser. Always make sure that you close your tags, or else they will continue throughout the entire post. Listed below are some common bb code tags to help you with your coding. If you have any bb codes that you would like to see added to this table, please respond to this thread with your suggestions.
Text Shortcuts----> [b]Bold[/b] — Shows as Bold [i]Italics[/i] — Shows as Italics [u]Underline[/u] — Shows as Underline [s]Strikethrough[/s] - strikethrough text [color=#FF0000]Red text[/color] — Shows as Red text (Note: #FF0000 is the hexadecimal color code for red). [color=blue]Blue text[/color] — Shows as Blue text [size=150] text [/size] - change text size [center]put text here[/center] - centers text [left] put text here[/center] - Left aligns text [rigt]put text here[/center] - right aligns text
Link Shortcuts-----> [url]put your url here/url] [url=put url here]put your text here[/url]
Image Shortcuts --------> [img]put image url here[/img] [url=page url][img]image url[/img][/url] - linked image [img={width}x{height}]{url}[/img] - to set image dimensions
Tables------------------> [table]put your text here [/table] - creates basic 1x1 table [tr]put your text here[/tr] - creates a table row [th]put your text here [/th] - creates a column [td]put your text here [/td] - used to put data into the table