Terry,
I changed the folder icon to a corporate logo on the Report Manager Home
page by:
1) doing view source on the page and noting that folder icon was
48folderopen.jpg
2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportManager\images
3) found that it was a 48x48 jpg image
4) produced a 48x48 jpg image of the corporate logo
5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
back)
6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
7) copied the logo into the image folder above and hit refresh
This worked for me. Hope it helps.
Still haven't figured out how to fancy up the Site Name yet.
John
[quoted text, click to view] "Terry" wrote:
> Hi All,
> There is a posting in this forum already about this...but it doesnt really
> tell me how to modify the home page. Like the previous user who posted a
> message I am wanting to put our organisations logo on the home page. Any
> suggestions would be much appreciated.
>
> Regards,
If you view the source there is a file called 'ReportingServices.css' that
should contain formatting for the page.
The following classes effect the text 'Home':
msrs-lowertitle
msrs-banner
msrs-selectedTab
msrs-normal
You can find more by simply viewing the source and finding out what class
they are tied to.
Hope that helps...
[quoted text, click to view] "jsteensen" wrote:
> Terry,
>
> I changed the folder icon to a corporate logo on the Report Manager Home
> page by:
>
> 1) doing view source on the page and noting that folder icon was
> 48folderopen.jpg
> 2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> Services\ReportManager\images
> 3) found that it was a 48x48 jpg image
> 4) produced a 48x48 jpg image of the corporate logo
> 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
> back)
> 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> 7) copied the logo into the image folder above and hit refresh
>
> This worked for me. Hope it helps.
>
> Still haven't figured out how to fancy up the Site Name yet.
>
> John
>
> "Terry" wrote:
>
> > Hi All,
> > There is a posting in this forum already about this...but it doesnt really
> > tell me how to modify the home page. Like the previous user who posted a
> > message I am wanting to put our organisations logo on the home page. Any
> > suggestions would be much appreciated.
> >
> > Regards,
Hausbro,
Thanks - that solved part of my problem - upsizing and bolding the site name
text (used msrs-uppertitle) and un-bolding the page name (msrs-lowertitle).
Any hint on how to superscript a ® in the uppertitle? I'm not very good at
style sheets.
John
[quoted text, click to view] "Hausbro" wrote:
> If you view the source there is a file called 'ReportingServices.css' that
> should contain formatting for the page.
>
> The following classes effect the text 'Home':
>
> msrs-lowertitle
> msrs-banner
> msrs-selectedTab
> msrs-normal
>
> You can find more by simply viewing the source and finding out what class
> they are tied to.
>
> Hope that helps...
>
> "jsteensen" wrote:
>
> > Terry,
> >
> > I changed the folder icon to a corporate logo on the Report Manager Home
> > page by:
> >
> > 1) doing view source on the page and noting that folder icon was
> > 48folderopen.jpg
> > 2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > Services\ReportManager\images
> > 3) found that it was a 48x48 jpg image
> > 4) produced a 48x48 jpg image of the corporate logo
> > 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
> > back)
> > 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> > 7) copied the logo into the image folder above and hit refresh
> >
> > This worked for me. Hope it helps.
> >
> > Still haven't figured out how to fancy up the Site Name yet.
> >
> > John
> >
> > "Terry" wrote:
> >
> > > Hi All,
> > > There is a posting in this forum already about this...but it doesnt really
> > > tell me how to modify the home page. Like the previous user who posted a
> > > message I am wanting to put our organisations logo on the home page. Any
> > > suggestions would be much appreciated.
> > >
> > > Regards,
Does it work to just put an ® after the uppertitle in the html source code?
[quoted text, click to view] "jsteensen" wrote:
> Hausbro,
>
> Thanks - that solved part of my problem - upsizing and bolding the site name
> text (used msrs-uppertitle) and un-bolding the page name (msrs-lowertitle).
> Any hint on how to superscript a ® in the uppertitle? I'm not very good at
> style sheets.
>
> John
>
> "Hausbro" wrote:
>
> > If you view the source there is a file called 'ReportingServices.css' that
> > should contain formatting for the page.
> >
> > The following classes effect the text 'Home':
> >
> > msrs-lowertitle
> > msrs-banner
> > msrs-selectedTab
> > msrs-normal
> >
> > You can find more by simply viewing the source and finding out what class
> > they are tied to.
> >
> > Hope that helps...
> >
> > "jsteensen" wrote:
> >
> > > Terry,
> > >
> > > I changed the folder icon to a corporate logo on the Report Manager Home
> > > page by:
> > >
> > > 1) doing view source on the page and noting that folder icon was
> > > 48folderopen.jpg
> > > 2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > Services\ReportManager\images
> > > 3) found that it was a 48x48 jpg image
> > > 4) produced a 48x48 jpg image of the corporate logo
> > > 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
> > > back)
> > > 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> > > 7) copied the logo into the image folder above and hit refresh
> > >
> > > This worked for me. Hope it helps.
> > >
> > > Still haven't figured out how to fancy up the Site Name yet.
> > >
> > > John
> > >
> > > "Terry" wrote:
> > >
> > > > Hi All,
> > > > There is a posting in this forum already about this...but it doesnt really
> > > > tell me how to modify the home page. Like the previous user who posted a
> > > > message I am wanting to put our organisations logo on the home page. Any
> > > > suggestions would be much appreciated.
> > > >
> > > > Regards,
I can put the ® in - it's just that it is the same size as the other normal
uppertitle characters instead of superscripted (smaller and raised). Not
terrible but not perfect. I'll probabably just have to live with it.
Thanks for your help.
[quoted text, click to view] "Hausbro" wrote:
> Does it work to just put an ® after the uppertitle in the html source code?
>
> "jsteensen" wrote:
>
> > Hausbro,
> >
> > Thanks - that solved part of my problem - upsizing and bolding the site name
> > text (used msrs-uppertitle) and un-bolding the page name (msrs-lowertitle).
> > Any hint on how to superscript a ® in the uppertitle? I'm not very good at
> > style sheets.
> >
> > John
> >
> > "Hausbro" wrote:
> >
> > > If you view the source there is a file called 'ReportingServices.css' that
> > > should contain formatting for the page.
> > >
> > > The following classes effect the text 'Home':
> > >
> > > msrs-lowertitle
> > > msrs-banner
> > > msrs-selectedTab
> > > msrs-normal
> > >
> > > You can find more by simply viewing the source and finding out what class
> > > they are tied to.
> > >
> > > Hope that helps...
> > >
> > > "jsteensen" wrote:
> > >
> > > > Terry,
> > > >
> > > > I changed the folder icon to a corporate logo on the Report Manager Home
> > > > page by:
> > > >
> > > > 1) doing view source on the page and noting that folder icon was
> > > > 48folderopen.jpg
> > > > 2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > > Services\ReportManager\images
> > > > 3) found that it was a 48x48 jpg image
> > > > 4) produced a 48x48 jpg image of the corporate logo
> > > > 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
> > > > back)
> > > > 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> > > > 7) copied the logo into the image folder above and hit refresh
> > > >
> > > > This worked for me. Hope it helps.
> > > >
> > > > Still haven't figured out how to fancy up the Site Name yet.
> > > >
> > > > John
> > > >
> > > > "Terry" wrote:
> > > >
> > > > > Hi All,
> > > > > There is a posting in this forum already about this...but it doesnt really
> > > > > tell me how to modify the home page. Like the previous user who posted a
> > > > > message I am wanting to put our organisations logo on the home page. Any
> > > > > suggestions would be much appreciated.
> > > > >
> > > > > Regards,
I see.
You could try surrounding the ;® with "<font size=-1> </font> to see if
that doesn anything.
[quoted text, click to view] "jsteensen" wrote:
> I can put the ® in - it's just that it is the same size as the other normal
> uppertitle characters instead of superscripted (smaller and raised). Not
> terrible but not perfect. I'll probabably just have to live with it.
>
> Thanks for your help.
>
> "Hausbro" wrote:
>
> > Does it work to just put an ® after the uppertitle in the html source code?
> >
> > "jsteensen" wrote:
> >
> > > Hausbro,
> > >
> > > Thanks - that solved part of my problem - upsizing and bolding the site name
> > > text (used msrs-uppertitle) and un-bolding the page name (msrs-lowertitle).
> > > Any hint on how to superscript a ® in the uppertitle? I'm not very good at
> > > style sheets.
> > >
> > > John
> > >
> > > "Hausbro" wrote:
> > >
> > > > If you view the source there is a file called 'ReportingServices.css' that
> > > > should contain formatting for the page.
> > > >
> > > > The following classes effect the text 'Home':
> > > >
> > > > msrs-lowertitle
> > > > msrs-banner
> > > > msrs-selectedTab
> > > > msrs-normal
> > > >
> > > > You can find more by simply viewing the source and finding out what class
> > > > they are tied to.
> > > >
> > > > Hope that helps...
> > > >
> > > > "jsteensen" wrote:
> > > >
> > > > > Terry,
> > > > >
> > > > > I changed the folder icon to a corporate logo on the Report Manager Home
> > > > > page by:
> > > > >
> > > > > 1) doing view source on the page and noting that folder icon was
> > > > > 48folderopen.jpg
> > > > > 2) found that icon in C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
> > > > > Services\ReportManager\images
> > > > > 3) found that it was a 48x48 jpg image
> > > > > 4) produced a 48x48 jpg image of the corporate logo
> > > > > 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I wanted to go
> > > > > back)
> > > > > 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> > > > > 7) copied the logo into the image folder above and hit refresh
> > > > >
> > > > > This worked for me. Hope it helps.
> > > > >
> > > > > Still haven't figured out how to fancy up the Site Name yet.
> > > > >
> > > > > John
> > > > >
> > > > > "Terry" wrote:
> > > > >
> > > > > > Hi All,
> > > > > > There is a posting in this forum already about this...but it doesnt really
> > > > > > tell me how to modify the home page. Like the previous user who posted a
> > > > > > message I am wanting to put our organisations logo on the home page. Any
> > > > > > suggestions would be much appreciated.
> > > > > >
> > > > > > Regards,
Hi, I wanted to put my company name instead of "Home" in the reporting
services manager. I tried to search the whole reporting services folder for
the text "Home" and not able to figureout how to change it. Looks like we
cannot change the text?
Any ideas?
Thanks
[quoted text, click to view] "Hausbro" <Hausbro@discussions.microsoft.com> wrote in message
news:B79622C2-29E0-4A66-8F8D-E838A4B65CE7@microsoft.com...
> Does it work to just put an ® after the uppertitle in the html source
code?
>
> "jsteensen" wrote:
>
> > Hausbro,
> >
> > Thanks - that solved part of my problem - upsizing and bolding the site
name
> > text (used msrs-uppertitle) and un-bolding the page name
(msrs-lowertitle).
> > Any hint on how to superscript a ® in the uppertitle? I'm not very good
at
> > style sheets.
> >
> > John
> >
> > "Hausbro" wrote:
> >
> > > If you view the source there is a file called 'ReportingServices.css'
that
> > > should contain formatting for the page.
> > >
> > > The following classes effect the text 'Home':
> > >
> > > msrs-lowertitle
> > > msrs-banner
> > > msrs-selectedTab
> > > msrs-normal
> > >
> > > You can find more by simply viewing the source and finding out what
class
> > > they are tied to.
> > >
> > > Hope that helps...
> > >
> > > "jsteensen" wrote:
> > >
> > > > Terry,
> > > >
> > > > I changed the folder icon to a corporate logo on the Report Manager
Home
> > > > page by:
> > > >
> > > > 1) doing view source on the page and noting that folder icon was
> > > > 48folderopen.jpg
> > > > 2) found that icon in C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting
> > > > Services\ReportManager\images
> > > > 3) found that it was a 48x48 jpg image
> > > > 4) produced a 48x48 jpg image of the corporate logo
> > > > 5) renamed 48folderopen.jpg to 48folderopen_orig.jpg (in case I
wanted to go
> > > > back)
> > > > 6) renamed the 48x48 corp logo to 48folderopen.jpg and finally
> > > > 7) copied the logo into the image folder above and hit refresh
> > > >
> > > > This worked for me. Hope it helps.
> > > >
> > > > Still haven't figured out how to fancy up the Site Name yet.
> > > >
> > > > John
> > > >
> > > > "Terry" wrote:
> > > >
> > > > > Hi All,
> > > > > There is a posting in this forum already about this...but it
doesnt really
> > > > > tell me how to modify the home page. Like the previous user who
posted a
> > > > > message I am wanting to put our organisations logo on the home
page. Any
> > > > > suggestions would be much appreciated.
> > > > >
> > > > > Regards,
> > > > > Terry
Don't see what you're looking for? Try a search.