Web edits

From MediaSmartServerWiki
Revision as of 16:44, 1 February 2009 by Cougar (Talk | contribs)

Jump to: navigation, search

Some things you need

  • Basic html skills
  • Basic photo editing skills
  • Ability to Remote Desktop onto your MSS

Software that would be helpful


Default locations

Home Page

C:\Inetpub\home\default.aspx

Images location

C:\Inetpub\home\images\

Style Sheet

c:\Inetpub\home\css.css

Basic Page changes/edits

Top Bar

By far the simplest changes you can make on the web pages are by changing the stock images.

The pages that are served by default, are stored in C:\Inetpub\home\images\ on the server. So you need to Remote Desktop onto the server to replace these.

The entire top bar of the web page, consists of two images.

  1. i_topbar.png, which is spanned across 2/3rds of the page
  2. i_Qlogo_r.png which is shown in the top right hand corner

By changing the following image alone, you can dramatically change the whole look and feel of the website, and make it much more personal.

i_topbar.png <----- Topbar image (across top of page)

I topbar.png

i_Qlogo_r.png <--- Logo on top right of top bar

I Qlogo r.png


Change Copyright

C:\Inetpub\home\App_GlobalResources/GlobalResources.resx

Line 127 you can edit the value to make your own copyright

<value>Copyright &copy; 2007 Microsoft Corporation. All Rights Reserved.</value>

Note: It is very important to backup any changes to the default images you make, as when PP1 was launched the images were reset to the defaults and no doubt PP2 and future releases could do the same.

References