User Tools

Site Tools


web_services:cms

This is an old revision of the document!


Web Notes

Move main menu

  • add a menu-container class with absolute positioning
.menu-container
{   position: absolute;
    top: 120px;
    left: 290px;
    width: 711px;
}

preview

Fix Body color

.dark .content {
color: #DAA520;
}

Post Daily Announcements

  1. judy logs in as jhuotari at http://cms.sebeka.k12.mn.us/user/
  2. click on Daily Announcements from menu
  3. click edit
  4. ctrl-c ctrl-v
  5. click save
web_services/cms.1382648354.txt.gz · Last modified: 2013/10/24 15:59 by tschulz