Help
FOX Sports Fantasy Football
FOX Sports Fantasy Football
FOX COLLEGE FOOTBALL PICK'EM HELP
Managing My Group

How do I edit My Group Info?
Editing Group Info is an option available only to Group Managers. If you wish to change you group name, group type (public or private), scoring settings, password, description, or group logo, sign in and proceed to your main Group Page. From here select Edit Group Info, make the changes you want, and click the radio button marked "Confirm". The changes should appear immediately.

How do I invite owners to My Group?
After you have created your group and want to invite your friends, click the Group Page tab and select Invite Friends. From here, add the email addresses of the participants you wish to invite, write a personalized message for them if desired, and press the radio button "Send Invitations". An email will be sent with the appropriate links from FOXSports.com inviting the recipients to join your group.

How many members can I have in my Group?
The number of participants you can have in your group is almost unlimited. Invite away and beef up your group with competition. The more people you beat, the bigger the pot.

How do I remove a group Member?
As the group manager you have the ability to remove any participant's Entry in your group, including your own. To do so, go to the Group Page and select Remove Group Members. Here you will see every Entry participant along with a checkbox next to the name. Select the entry to be removed and click the Submit button to save your change. NOTE: Once you remove an entry there will be no way to bring that participant's Entry back. You may only select more than one entry at a time to be removed.

How do I lock people from swapping in a different entry?
The Lock Group feature provides the Group manager with the tools necessary to keep someone from swapping a better performing entry into the group. The Group manager will always be able to unlock the group to allow people to join after the fact. Automatically, all groups will start unlocked. To use this feature, go to the Group page and click the button that says "Your group is currently unlocked" on the upper right side of the screen. The following page will tell you whether your Group is locked or unlocked, and will give you the option to make a change. Just click the radio button "Submit" and the page will confirm your choice.

How do I post a message?
Posting a message is a great way to communicate with members in your group. Whether you are discussing an upcoming game, getting pick advice, or just trash talking, the message board is a great place to get involved in the game. Posting a message can be as simple as typing your message and clicking submit. However, you can also choose to get a little more complicated and use our table of HTML tags to liven up your writing.

What do the tags represent?
The tags are HTML code. Use these tags (and associated attributes) to help you spice up or organize your message to your specific design and preference. You can use these tags to help you...

HTML Guide
Tag/Attribute Code Example
Preformatted
<PRE>
CODE:
<PRE>Example</PRE>

RESULT:

Example
Bold
<B>
CODE:
<B>Example</B>

RESULT:
Example

Underline
<U>
CODE:
<U>Example</U>

RESULT:
Example

Italic
<I>
CODE:
<I>Example</I>

RESULT:
Example

Font
<FONT>
    FACE
    SIZE
    COLOR
CODE:
<FONT FACE="Times New Roman" SIZE="4"
COLOR="red"
>
Example</FONT>

RESULT:
Example

Heading 1
<H1>
<H1>Heading 1 Example</H1>

Heading 1 Example

Heading 2
<H2>
CODE:
<H2>Heading 2 Example</H2>

RESULT:

Heading 2 Example

Heading 3
<H3>
CODE:
<H3>Heading 3 Example</H3>

RESULT:

Heading 3 Example

Heading 4
<H4>
CODE:
<H4>Heading 4 Example</H4>

RESULT:

Heading 4 Example

Heading 5
<H5>
CODE:
<H5>Heading 5 Example</H5>

RESULT:

Heading 5 Example
Heading 6
<H6>
CODE:
<H6>Heading 6 Example</H6>

RESULT:

Heading 6 Example
Image
<IMG>
    SRC
    WIDTH
    HEIGHT
    BORDER
    ALT
CODE:
<IMG SRC="http://msn.foxsports.com/fantasy/football/public/fe/img/269x190.jpg" WIDTH="269" HEIGHT="190"
BORDER="0" ALT="Alternate text goes here"
>

RESULT:
Alternate text goes here

Anchor
<A>
    HREF
    TARGET
CODE:
<A HREF="http://msn.foxsports.com/fantasy"
TARGET="_new"
>
FOX Sports Fantasy</A>

RESULT:
FOX Sports Fantasy

Line Break
<BR>
CODE:
Example of the Line Break tag<BR>
Example of the Line Break tag

RESULT:
Example of the Line Break tag
Example of the Line Break tag

Paragraph
<P>
    ALIGN
CODE:
Example of the Paragraph tag
<P></P>
Example of the Paragraph tag

<P ALIGN="left">Example of left-aligned paragraph</P>

<P ALIGN="center">Example of centered paragraph</P>

<P ALIGN="right">Example of right-aligned paragraph</P>

RESULT:
Example of the Paragraph tag

Example of the Paragraph tag

Example of left-aligned paragraph

Example of centered paragraph

Example of right-aligned paragraph

List Item
<LI>
    TYPE
CODE:
<LI TYPE="disc">List item 1</LI>
<LI TYPE="circle">List item 2</LI>
<LI TYPE="square">List item 3</LI>

RESULT:

  • List item 1
  • List item 2
  • List item 3
  • Unordered List
    <UL>
      TYPE
    CODE:
    <UL TYPE="disc">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <UL TYPE="circle">
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    <UL TYPE="square">
    <LI>List item 5</LI>
    <LI>List item 6</LI>
    </UL>
    </UL>
    </UL>

    RESULT:

    • List item 1
    • List item 2
      • List item 3
      • List item 4
        • List item 5
        • List item 6
    Ordered List
    <OL>
      TYPE
    CODE:
    <OL TYPE="1">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    </OL>

    <OL TYPE="I">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    <OL TYPE="i">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    </OL>
    </OL>

    <OL TYPE="A">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    <OL TYPE="a">
    <LI>List item 1</LI>
    <LI>List item 2</LI>
    <LI>List item 3</LI>
    <LI>List item 4</LI>
    </OL>
    </OL>

    RESULT:

    1. List item 1
    2. List item 2
    3. List item 3
    4. List item 4
    1. List item 1
    2. List item 2
    3. List item 3
    4. List item 4
      1. List item 1
      2. List item 2
      3. List item 3
      4. List item 4
    1. List item 1
    2. List item 2
    3. List item 3
    4. List item 4
      1. List item 1
      2. List item 2
      3. List item 3
      4. List item 4
     
     
    Frequently Asked Questions
    advertisement
    College Football Pick'em Quick Links


    Contact Us
    This help page was created in conjunction with our game development team to provide you with immediate answers to your questions. If you are unable to find an answer to your question on any of these pages, or if you have a fantasy registration problem please contact us.

    If you have a passport related problem, please contact passport support.

    If you are experiencing difficulties signing or registering with FOXSports.com, please contact us here.