Page 1 of 1

Website Optimization of Web Site

Posted: Sun Dec 10, 2006 2:22 pm
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

Re: Website Optimization of Web Site

Posted: Sun Dec 10, 2006 10:34 pm
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/

Re: Website Optimization of Web Site

Posted: Sun Dec 10, 2006 11:44 pm
by josephbl
but from your example that leaves a white strip beside content?
Any help on other issues?

Thank you

Re: Website Optimization of Web Site

Posted: Mon Dec 11, 2006 2:45 am
by Dr.CSS
Sorry I forgot to check it in IE...
works now?...