1 / 10

Webmgmt

Test

bfansler
Download Presentation

Webmgmt

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Webmgmt and HTML best practices Brock Fansler

  2. Overview Logging In Knowing content locations Adding Content Staging Publishing Unpublishing Advanced Functions Data Quality Checks When you run into problems

  3. What gets where? Webmgmt Tracking System Calendar Newsletter Staff/Board Bios Hard coded material Customer Logos Org Chart Page framework

  4. Homepage Pieces controlled by Webmgmt What’s New at NEEA Energy Efficiency News Homepage Big Box Sector Spotlight

  5. Homepage Pieces not controlled by Webmgmt Nav Bar Upcoming Events Top Content Customer Logos Email Button Logo NEEA Mission Copyright

  6. Logging In https://webmgmt.nwalliance.org:7443/ Link can be found @ portal.nwalliance.org

  7. Demo EE News What’s New at NEEA Press Releases

  8. Troubleshooting Formatting Issues Copy to Notepad View Source Find extra tags Never paste from Word

  9. 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>

  10. 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

More Related