http://www.gaiacentral.com/
If you want to code your own these will help
Using BBCodes http://www.gaiaonline.com/forum/gaia-guides-and-resources/using-bbcode-tips-and-tricks/t.28432091/
http://www.gaiaonline.com/forum/profile-discussion/making-custom-profiles-everything-you-need-to-know/t.11090854/
Elindranyth's All Out Guide to CSS/http:// www.gaiaonline.com/forum/viewtopic.php?t=17554537
Kahime's Profile Codes Tutorial/ http://www.gaiaonline.com/forum/viewtopic.php?t=15730229&
Chocolate Mousse's Beyond The Coding Guide/ http://www.gaiaonline.com/forum/viewtopic.php?t=13861565
Awiergan's CSS for New Profiles/ http://www.gaiaonline.com/forum/viewtopic.php?page=1&t=14679311
iViolent
The scrolling content box actually requires the use of 2 bbcodes.
The first is the beginning of the content box which will take care of the width and height of the box. The first number in the code is the width and the second number is the height.
The beginning code looks like this:
The next code will cover the actual content of the box.
The end code looks like this:
The first is the beginning of the content box which will take care of the width and height of the box. The first number in the code is the width and the second number is the height.
The beginning code looks like this:
[beginbox=300]100[/beginbox]
The next code will cover the actual content of the box.
The end code looks like this:
[endbox]This is where the content of the box goes.[/endbox]