Jump to content

Paragraphs & Floats


Recommended Posts

Hey could you add these two to your bbcodes? they're very useful :)

 

Float

 

<div style="float:{option}; padding:10px;">{content}</div>

 

Paragraph

 

BBCODE:

<div class="p">{content}</div>

 

CSS:

div.p{
background: #COLOR HERE;
border: 1px solid #CCC;
margin: 5px;
padding: 10px;
text-align: left;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

Skillers Zone


True Skilling Excellence

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.