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/
First CMSMS site!
- Darwin Web Design
- Forum Members
- Posts: 212
- Joined: Tue May 30, 2006 3:12 am
Re: First CMSMS site!
I REALLY like it!! it's modern, colours are great and easy to navigate. Well done!
Re: First CMSMS site!
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;
}
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;
}