Website Optimization of Web Site

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
josephbl
New Member
New Member
Posts: 5
Joined: Mon Oct 30, 2006 3:36 pm

Website Optimization of Web Site

Post by josephbl »

Hi Everyone,
I'm a newbie (4 weeks) but learning fast www.paconsulting.net.au I find doing a se spider simulation that it begins with my menu then news items before going to contents of page. I am running CMS Made Simple 1.0.2 "Maui" .How do I change Template or is it stylesheet to have spider read the first 2 last? This would help SE Ranking, majorly I think.
I would also like to add articles to pages, any suggestions. I would like to have a better directory set-up and I would like to know if there is a template out there that will cater for a bookshop that can take orders via PayPal checkout. I hope the "I would" doesn't bother you too much but I would like to thank you for listening! :)

Joseph
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Website Optimization of Web Site

Post by Dr.CSS »

You could try and take the Sidebar part and put it under Main above where it says not End Content Area...

Then you need to change the Mains CSS...

div#main {
  float:right;
  width:70%;
  margin-left: 0px;
/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
  margin-right: 2%; /* and some air on the right */
}

As seen here http://multiintech.com/cmsms4/
josephbl
New Member
New Member
Posts: 5
Joined: Mon Oct 30, 2006 3:36 pm

Re: Website Optimization of Web Site

Post by josephbl »

but from your example that leaves a white strip beside content?
Any help on other issues?

Thank you
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Website Optimization of Web Site

Post by Dr.CSS »

Sorry I forgot to check it in IE...
works now?...
Post Reply

Return to “CMSMS Core”