Webmgmt
E N D
Presentation Transcript
Webmgmt and HTML best practices Brock Fansler
Overview Logging In Knowing content locations Adding Content Staging Publishing Unpublishing Advanced Functions Data Quality Checks When you run into problems
What gets where? Webmgmt Tracking System Calendar Newsletter Staff/Board Bios Hard coded material Customer Logos Org Chart Page framework
Homepage Pieces controlled by Webmgmt What’s New at NEEA Energy Efficiency News Homepage Big Box Sector Spotlight
Homepage Pieces not controlled by Webmgmt Nav Bar Upcoming Events Top Content Customer Logos Email Button Logo NEEA Mission Copyright
Logging In https://webmgmt.nwalliance.org:7443/ Link can be found @ portal.nwalliance.org
Demo EE News What’s New at NEEA Press Releases
Troubleshooting Formatting Issues Copy to Notepad View Source Find extra tags Never paste from Word
Basic HTML <strong>BOLD</strong> or <b>bold</b> <p>New Paragraph</p> <a href=“http://www.google.com”>Google</a> <em>Italic</em> or <i>italic</i> <img src=“graphic.jpg" width="20" height="15"> <ul> <li>the first list item</li> <li>the second list item</li> <li>the third list item</li> </ul>
Takeaway http://portal.nwalliance.org – webmgmt Log In – Home – EE News & What’s New Non-nwalliance links always open new window HELP! bfansler@nwalliance.org Never copy & paste directly from Word Copy to notepad, then copy from there into Webmgmt AlwaysPreview before Publish