You are viewing limited content. For full access, please sign in.

Question

Question

Customising Browsing page to have a logo in weblink

asked on November 4, 2015

Hi, 

I need to add a logo in the Browser Page, the logo should not appear in the Welcome Page. I had a look at the WebLinkStyles.css file, but not sure. 

 

The logo should be here as below. As you can see i have made the top bar size a bit bigger and also i have removed the border. 

Thanks

Gert

0 0

Replies

replied on November 6, 2015 Show version history

Gert,

 You will need to open up "Browse.aspx", look for <!-- Logo image --> (around line 17),  and modify the following the HTML image "src" attribute:

<img style="Z-INDEX: 102;" alt="Laserfiche WebLink" title="<%= m_strings.GetString("STR_HOME") %>" src="<%= GetImagePath(Page.ResolveUrl("~/" & MainLogoPath))%>" />

Example:

<img style="Z-INDEX: 102;" alt="Laserfiche WebLink" title="<%= m_strings.GetString("STR_HOME") %>" src="http://localhost/WebLink/images/BrowsePageLog.gif" />

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.