Jump to content

quick advice


activeforce

Recommended Posts

ps: running on a trial version 15days, till now whmcs is great but seems intergration isnt and may take me lot of time to fix? or someone can point me in the right direction?

 

all i want is make the middle part the same as header and footer, eg: white background and same width as header and footer.

Link to comment
Share on other sites

The template is basically broken down into 3 sections

HEADER

CONTENT

FOOTER

 

You are using a separate table for the header, content, and the footer. The header and footer you have defined as 750px wide and for you content section you have defined 90%

 

An easy fix is to make 2 small changes

1) In your header.tpl in between these lines

<body bgcolor="#CCCCCC">

<TABLE WIDTH=750 BORDER=0 div align="center" CELLPADDING=0 CELLSPACING=0>

this code
<div style="width:750px;">
Then open footer.tpl and insert just above
</body>
this line
</div>

That should sort your problem.

Link to comment
Share on other sites

Sparky thanks for your advice, iam one step closer to finishing heehe

 

http://secure.theserverexperts.com/order

 

managed to make the middle part same width as header and footer...

 

now iam search and looking on how to center it (make the header and footer apear in the middle of the brower, currently its to the left. (it was centered but the div tag rearange it?)

 

also looking on how to make the middle part background white so that it matches my header and footer...

 

once again sparky thanks so much your advice was very useful

Edited by activeforce
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