Hi,
My costumer want to change default title of website "Filevista" for the name of this company. I try to edit login.aspx and add the name between <title>Name of company</title> tags but this don't work, it's omitted.
It's possible to change?
Javier Peral
2/21/2012 4:41 AM
This one works for me...
<html><title>your name</title>
<head runat="server">
<title></title>
Andreas
2/21/2012 8:40 PM
Hi,
This works fine.
Thank you
Javier Peral
2/22/2012 12:37 AM
Hi,
This works fine but I still see "FileVista" on the left in the blue bar after the user logs in.
does anyone know how to change this?
Clemens.
Clemens
2/22/2012 5:25 AM
I think thats in the Default.aspx Look for
<span style="float: left;">File Vista</span> and replace File Vista
yeah i know... FileVista everywhere :)
Andreas
2/22/2012 5:37 AM
Hi,
This works fine.
Thank you
Clemens
2/22/2012 8:05 AM