Skip to main content
rsmayer
New Member
November 27, 2012
Question

SSL VPN Login Page: Any way to add graphics?

  • November 27, 2012
  • 2 replies
  • 2211 views
Regarding the SSL VPN Login Replacement Message. I can upload a grahpic (corporate logo) to the FGT and update the page' s html to display the graphics. It displays fine on the FGT GUI panel, but when I actually browse to the login page, the logo does not display. I' m using the %%IMAGE:logo_lgs%% keywork as follows: ... <center> <img src=%%IMAGE:logo_lgs%% /> </center> ... Does anyone have any suggestions?

    2 replies

    rwpatterson
    New Member
    November 27, 2012
    I placed an image on a separate web server (publicly reachable), and simply created a link on the SSL VPN login page to that image.
    JbairdGP
    New Member
    November 27, 2012
    Looks to me like you' re missing the quotes. It should be: <img src=" %%IMAGE:logo_lgs%%" >