Site review

hollywould hollywould is offline Offline Jul 13th, 2004, 3:49 pm |
0
Did I ever ask for a site review yet? Pretty plain site. Kind of unhappy with our logo. I would also like to include some content regarding computers, internet, safe surfing, etc., etc., . Looking forward to your feedback
www.floridakeysnews.info

Thanks in advance,
Holly
Quick reply to this message  
0
cscgal cscgal is online now Online | Jul 15th, 2004
I like the color scheme - especially the logo. The same way I have a dark blue/light blue combo on DaniWeb, you have a siilar dark green/light green combo So I like that style. Personally I would go with an Arial or Verdana sans-serif font family, as opposed to Times New Roman. At the very least, use a sans-serif font for the navigation bar and for article titles, and Times New Roman in a small font for body content. That would look a lot more professional. I also suggest adding some padding around the articles. The way they are, flush with the table that holds them, doesn't look too nice.
Quick reply to this message  
0
DaveSW DaveSW is offline Offline | Jul 15th, 2004
Oddly enough exactly the same two points occurred to me...
Anyway, this is your current CSS code:
<style type="text/css">
hr { background:#427510 ; border:none ; color:#427510 ; height:1px }
</style>

If you replace that with:
<style type="text/css">
body {
font-family: arial, sans-serif;
}
hr {
background: #427510 ;
border: none ;
color: #427510;
height: 1px }
td {
padding: 1em;
}
</style>
then that should look better - easier to read etc. You may prefer to add a class to your table cells with text in them in order to allow other cells to go closer to the edge.
Quick reply to this message  
0
cscgal cscgal is online now Online | Jul 16th, 2004
Thanks for providing that Dave.
Quick reply to this message  
0
DaveSW DaveSW is offline Offline | Jul 17th, 2004
Did I tell you I speak CSS in my sleep?
Quick reply to this message  
0
cscgal cscgal is online now Online | Jul 17th, 2004
As do I As do I
Quick reply to this message  
 

Message:


Similar Threads
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC