Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-31-2012 13:40:57

tony
Member
Registered: 06-02-2011
Posts: 89
Website

Design question

This is just a design question for anyone that has a moment and can save us a little time so we can get on to products. I am trying to duplicate the footer of the message on this page

https://central.kryptronic.com/public/n … STALL.html

If anyone can give me any guidence on how to get the footer boxed and the body like on the Kryptronic instruction page above it would save us a load of time. Thanks again and Happy Friday!!

Offline

 

#2 08-31-2012 14:34:45

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

Re: Design question

This can be done through your css file. The first thing I would do is change the width to 900px; (suggested) and put a border round it:

#skin_wrapper {

     color: inherit;
     background-color: #FFFFFF;
     width: 900px;
     padding: 0;
     margin: auto;
     border: 1px solid #cccccc;

     }

You will then need to change the width of #skin_ct, #skin_ct_lcol and #skin_ct_rcol accordingly.

There will obviously be other changes to make but this should get you started.

Nigel

Offline

 

Board footer