Jump to content

HTML Editing Question


MelonBomb

Recommended Posts

Hi,

So basically, I have added my header of my website to my WHMCS template.

 

Lets say my website is demo.com and my whmcs is installed on /clients

 

So on my WHMCS intergration I'll have

 

<li><a href="http://www.demo.com/dedicated" style="width: 75px;">DEDICATED</a></li>

 

BUT instead of linking directly to http://www.demo.com/dedicated directly it links to http://www.demo.com/clients/dedicated.html

 

How can I fix this?

Link to comment
Share on other sites

  • 2 weeks later...

add your URLs inside WHMCS template in this format:

<a href="[color=#333333]/pagename.php[/color]"></a>
or
<a href="http://www.yourdomain.com[color=#333333]/pagename.php[/color]"></a>

 

instead of this:

<a href="[color=#333333]pagename.php[/color]"></a>

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