|
Step 1. Enter your password below and select "status.inc" from the drop down box. Then click "Go".
Step 2. Change the date in the text box. Step 3. Change the line of text to reflect the current situation. (see Hints, below) Step 4. Click on the "Modify" button to update the change. Step 5. When you are done, click here to view the live site with your new information. |
|
Step 1. Enter your password below and select "announcements.inc" from the drop down box. Then click "Go".
Step 2. In the text box that loads, change the headline text to how you want it to read. Step 3. Next, change the information text to how you want it to read. This can include HTML tags. (see HTML Hints, below) Step 4. Click on the "Modify" button to update the change. Step 5. When you are done, click here to view the live site with your new information. |
|
|
| Questions? Call TC Concepts at 936-756-2292 |
|
Hints for the Game Status page Below are several lines of standard text which you can use for copying and pasting into the text area. Just click and hold your mouse to select the line of text, right click on the highlighted text, click "Copy" As of this writing, all currently scheduled games are on. Today's games have been cancelled due to weather. Today's games have been cancelled due to field conditions. Please check with your coach or call the game status hotline at 936-756-0279. HTML Hints Below are several simple HTML tags that you can use to change the appearance of your text. In each case, simply place your text between the starting and ending tag (the ending tag is the one with the forward slash). I have placed the word "text" in between the tags, for illustration purposes only; this is where you would place your text. For bold text, use the tags: <B>text</B> For italic text, use the tags: <I>text</I> For underlined text, use the tags: <U>text</U> You can also nest these tags to get any combination. For example for bold italic text, just use <B><I>text</I></B> To change the font color, use the tags: <FONT COLOR="#xxxxxx">text</FONT>, where "xxxxxx" is replaced by a six-digit hexadecimal color code. You can find a decent selection of color codes here. For a line break, use the <BR> tag For a paragraph break, use the <P> tag |