By Jane_ccw on
Hi,
I am a noob and am trying to create a home page that looks like the following:
http://www.polardata.ca/pdc/login.ccin
As you can see, the body is floating in the center of the webpage and I would like to do something like this. So how can I do it? I will appreciate any help.
Thanks a lot! =)
Comments
It's a combination of the
It's a combination of the HTML and CSS. It's a fixed width theme, if you look through the theme downloads you will find a number that are fixed width and center the content. Note all will have the space on top but that is easy to add using css.
Drupal Theming
For Drupal Theming Support refer Handbook Page on Theming Drupal 6.
You are talking about your entire site or Just a Home Page. To achieve what is provided in the link posted by you just create a Front Page and set the Front Page in Administer Settings to that particular Node.
Shyamala
http://www.unimitysolutions.com
Firstly add the div tag with
Firstly add the div tag with id as outer-wrapper around the Whole page below the body in the page.tpl.php
and add this css in your stylesheet to float the body in the center