Jump to content

HTTPS Crossed Out While Using Custom Integration from WHMCS


wyredwing

Recommended Posts

It is from your style.css file

body {

background:#19283a url(http://www.<<the site>>/images/tail-top.gif) 0 0 repeat-x;

font-family:Arial, Helvetica, sans-serif;

font-size:100%;

line-height:1em;

color:#000000;

}

That is just one example... you are using the full url to the image links.

Change them to be relative links to your document root

eg..

body {

background:#19283a url(/images/tail-top.gif) 0 0 repeat-x;

font-family:Arial, Helvetica, sans-serif;

font-size:100%;

line-height:1em;

color:#000000;

}

Link to comment
Share on other sites

@Bear - could you please remove his url from my post

Reporting is faster, but done. ;)

Was just lucky to find it... did a google search from your first post and put 2 & 2 together.

I'd seen the site, but was hoping to teach how to find instead of giving it away. :P

Done is good too.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated