• Before posting a question, please check our Frequently Asked Questions page as well as previous threads here. Odds are you aren't the first to ask, and you may find the answer without having to post!

Share the HTML

Personally, I'd like this. It'll encourage more users to use and learn HTML. The forum could be a subforum of the creativity forum, if having a seperate big forum would be too much.
 
how can you make a padded border post with some rounded corners?
 
Last edited by a moderator:
Use the border-radius:some two digit numberpx; to round all edges of a box evenly. Use border-right(or left)-top(or bottom)-radius:some two digit numberpx; to round a specific corner but leave the other corners alone. Don't include the parenthesis though, it's either right only or left only. Same with top and bottom. You can use the one corner rounding up to four times, once for each corner, in a class.


if you want padding on a box inside your post, just add it to the class. 
 
Last edited by a moderator:

Users who are viewing this thread

Back
Top