On the favicon, that's (the one that shows 88) the favicon on the server:
http://www.troop44bushkill.org/favicon.ico
Replace it with one that shows 44.
Summer Camp is a "Page Not Found" at the moment. For the countdown on the main page, the target event has passed:
Code:
//ENTER BELOW THE DATE YOU WISH TO COUNTDOWN TO
later = new Date("Jul 27 2008 11:30:01");
So the script is creating negative numbers for the images that it cannot deal with, either because there are no images for negative numbers, or because it is trying to subtract from c which isn't a number. Change the year to 2009.
On the committee page, I am seeing this 'custom bullet':
http://www.troop44bushkill.org/_them...e235/x005j.gif
Which is what it has in the source code:
Code:
<td valign="baseline" width="42"><img src="_themes/twc-table235/x005j.gif" width="20" height="20" hspace="11" alt="bullet"></td>
These are not technically bullets though, it isn't a list, rather images in a table, so styles for list will not affect them. But that doesn't really matter. If you want a different image, upload it to the server and reference it in your source code for the image tags.
Bookmarks