Groups Home » bbzSpace Support
bbzSpace Support

Category : Computers & Internet

Type: Public Membership
[help] [Report Abuse ]
Founded: Apr 6, 2006 2:39 AM
Location: MySpace
New York-US
Member(s): 4140

Group Leader:


(Layout coming soon... maybe)

This is a help group for bbzSpace.com MySpace generators. Mainly for:

- overlay generator (beta & v0.5) bugs and problems.
- help with other generators on the site.



Any general question regarding MySpace or "codes"
should be asked in HTML & CSS Support, they will answer you faster.
You won't get banned for asking however.


For specific code, check the navigation in bbz

RULES
1. Don't spam (other sites, add him/her, etc.)

2. Don't message anyone for help! Leave the questions in the group for us to respond to you!

3. Make the subject as specific as possible. This way, it will help anyone else having the same problem.

4. If your profile is set to private (or you're 14/15 years old) make sure you explain the problem in detail or else we can't see the problem! (or create a test account!)

Read the FREQUENTLY ASKED QUESTIONS (FAQs) first! Your question may have already been answered!



Basic CSS:
What are style tags?

span { font-size: 9pt; }

selector - the element or class you are selecting to apply the property changes to.
property - what property of the selector are you changing?
attribute - the value of the property applied to the selected element/class.

Example:
I want to change all my bold tag colors to hotpink.
css: b { color: hotpink; }

I want to add 5 pixel black borders on all my images.
css: img { border: 5px solid black; }

Read more about it here: W3Schools
Forum TopicPostsLast PostTopic Starter
Aug 1, 2009 7:12 AM
Aug 1, 2009 7:12 AM
Jun 30, 2009 5:59 AM
Jun 30, 2009 5:59 AM