How much would it cost to have someone install CMS for one of my new sites? How many hours does it take? And what price/hour do you think it would be fair to charge?
thanks, D.P.
wheel
4:05 pm on Sep 8, 2008 (gmt 0)
For Drupal, I'd be surprised if you couldn't find a web hosting company that has drupal already installed as part of their services.
Failing that, you should be able to muddle through installing drupal yourself. It's not a difficult process.
dailypress
9:09 pm on Sep 9, 2008 (gmt 0)
I have in installed. However the screen I see using Internet Explorer is totally messed up. The main context comes below the menu bar, meaning users have to scroll down to see the content. Has anyone experienced the same issue?
BradleyT
5:59 pm on Sep 10, 2008 (gmt 0)
You'll want to look at page.tpl.php inside of the theme you're using and look for
<?php print $content; ?>
You'll probably want to move that around to get it working.