Starting to build our new intranet in earnest now. Ran the new site wizard and am now adding fixed content to my site's HomePage master page. I have configured my global MWI-Global.CSS stylesheet using the Site Manager > CSS Stylesheets configurator, so I am seeing some correctly-styled textual content. Good so far.
1] My header contains an image - the logo. It is not an element like a div that can be styled with CSS - it's the src="", so I need to apply the path directly in the master page template.
I have read this
http://devnet.kentico.com/docs/tutorial/index.htmlwhich seems apply directly to my problem, yet I do not understand how it helps me.
This is the path to my CSS (as grabbed from Firebug):
http://172.26.156.158/CMSPages/GetResource.ashx?stylesheetname=MW-IGlobal
What does that tell me about the path to my file? I'm looking in inetpub/KenticoCMS7, where I find a
folder called App_Themes/MW-IGlobal/, but it is empty. I'm experimenting with dropping my images into that MW-IGlobal folder, then relative-pathing to them from the stylesheet (which, I would think, would be no path at all, i.e. simply ./myfile.jpg). So far, no joy.
2] When created, my site was called
MySite by default, which shows up in various places including the <title> tag. (Note that it is not called MySite in Site Manager. I named it Marketwired Intranet.) I cannot find anywhere to change MySite.
In the master page, the <head> tag is not editable.
I wonder if I am using the master page template correctly. If I put everything in the master page template, then for what page would I
implement that template? Because that would be the page that needs a custom title tag.