Division Posted July 12, 2009 Share Posted July 12, 2009 Hi, How would I centre the header and footer image? http://hosting.cybernet-online.org Thanks 0 Quote Link to comment Share on other sites More sharing options...
boifromoz Posted July 12, 2009 Share Posted July 12, 2009 in your header.tpl and your footer.tpl put <center> your image code </center> 0 Quote Link to comment Share on other sites More sharing options...
mojowill Posted July 12, 2009 Share Posted July 12, 2009 The <center> was depreciated in HTML 4.0 and shouldn't be used. WHMCS uses a xhtml 1.0 doc type and as such the <center> tags won't work anyway. For XHTML 1.0 Transitional you can still use the below: <div align="center">headercode</div> For XHTML 1.0 Strict You need to set margin auto in your CSS 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.