|
Sometimes it is desirable to add a link to the division schedule page, for example, if your league keeps player stats and has them posted on the web. You can create a link directly from the division schedule page by adding a little html code directly in the "Notes to Teams."
Let's say you want a note with a link that looks like this:
"To View Player Stats for Boys U-12 Gold, CLICK HERE".
By way of example let's say the url for the stats is:
www.abcysl.com/PlayerStats/BoysU12gold
Do the following:
1. Go to Divisions from your User Home Page
2. Edit the the division you wish to add the link to
3. Type the following in the "Notes to Teams" box:
To View Player Stats for Boys U-12 Gold, <a href="http://www.abcysl.com/PlayerStats/BoysU12gold">CLICK HERE</a>
|