|
Peppergal -> RE: Please review site am I on right track? (9/11/2004 9:19:20)
|
Front Page automatically inserts style="border-collapse: collapse" into it's tables. Try eliminating that out of your tables. Unfortunately, every time you mess with the table properties in normal view, FP re-inserts that bit of CSS, for heaven only knows what reason. We have had discussions on border-collapse: collapse here in the past. I noticed one issue in your coding, which I believe is wrong: you have "padding: 4px" but it should be cellpadding="4px" unless you're using CSS to style the cell, then it would be simply style="padding: 4px;" I would suggest using some CSS for all of your tables and cells: <table style="border: 1px solid grey; width: 100%; background-color: white; padding: 2px;"> <td style="border: 0; width: whatever%; background-color: #whatever; padding: 2px; vertical-align: top;"> Etc. As to the colors, you can still be creative with them - I think the worst thing is having that dark gray background on the page along with those ugly table/cell borders showing up. I would go for white background, and use the gray for any borders , and keep the blue in the side and top and use the blue for heading titles and the like - you still have the same color scheme but presented in a more appealing way. I would not be inclined to become a customer - simply because it looks like they're stuck in a time warp according to their web page. If their web page looks like it's ten years old, then how can I expect them to be "on top" of other things business wise? Check out this page in Citi's website. While I dislike their cheezy gradient at the top, I think it's an effective use of the blue/white/gray colors: Citi I doubt that your letter head is solid dark gray - at least I hope it isn't. :-)
|
|
|
|