Page 1 of 1
First CMSMS site!
Posted: Thu Feb 01, 2007 7:46 pm
by weareun
Found out about this incredible software recently...so here is my first go at it.
I can't wait to contribute back to this community!
any feedback would be appreciated! Thanks!
http://milltownchurch.org/
Re: First CMSMS site!
Posted: Fri Feb 02, 2007 1:51 am
by Darwin Web Design
I REALLY like it!! it's modern, colours are great and easy to navigate. Well done!
Re: First CMSMS site!
Posted: Fri Feb 02, 2007 6:18 pm
by weareun
Thank you!
Re: First CMSMS site!
Posted: Fri Feb 02, 2007 9:47 pm
by Dr.CSS
Yes very Nice!...
Just thought I'd let you know, CSS/websites load faster the less white space you have, some of your CSS calls have extreme amounts of white space...
body {
text-align: left;
font-family: Verdana, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 1.3em;
color: #232323;
background-image: url(uploads/do_not_delete/global_bnd.jpg);
background-color: #FFFFFF;
background-repeat: repeat-x;
margin: 0;
padding: 0;
}
img {
border: 0;
}
* {
margin:0;
padding:0;
}
Re: First CMSMS site!
Posted: Fri Feb 02, 2007 11:25 pm
by weareun
Wow, I actually didn't know that. Thanks for the tip!