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

Question

Question

Is there a way to change the alignment of links on Weblinks home page?

asked on December 2, 2016

Is there a way to change the alignment of the links in Weblink to be aligned to the left as opposed to aligned center.

0 0

Replies

replied on December 2, 2016 Show version history

Hi Cristobal,

I assume you mean the bookmarks on the front page (which you configure to link to external sites, folders, documents, and/or custom searches)?

In that case, all you need to do is change 2 lines in Welcome.aspx.  Go to the directory that WebLink is installed in (usually C:\Program Files\Laserfiche\WebLink), then the "Web Files" directory, and open Welcome.aspx in a text editor like Notepad.

Find the part of the page that displays  the bookmarks.  It begins with a comment and should look something like this:

<!-- Bookmarks: Move these up if you want them before search results -->
<div style="padding: 10px 50px 40px;"> 
    <center>
        <weblink:Bookmarks BookmarkFile="bookmarks.xml" XslFile="xsl\bookmarks.xsl" ID="Bookmarks" runat="server" />
     </center>
</div>

Just remove the line that says <center> and the line that says </center>.

###

Before:

 

After:

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

Sign in to reply to this post.