I've build my first personal php site very quickly over the past week for Madden Fanatics. I would be intrested to hear any thoughts regarding the site.
Thanks for looking
Madden Europe
[Site Review] Madden Europe
Moderator: General Moderators
Re: [Site Review] Madden Europe
The CSS has a number of problems: http://jigsaw.w3.org/css-validator/validatormmc01ms wrote:I've build my first personal php site very quickly over the past week for Madden Fanatics. I would be intrested to hear any thoughts regarding the site.
Thanks for looking
Madden Europe
I'd like to see a bit of padding at the top and bottom. The color of the date for entries on the left is very hard to see on the background also. Increasing the text size just one size breaks the layout substantially, and thats not an uncommon thing for people to need to do.
The design is straightforward, so no complaints there.
Not bad overall, just could use a few improvements.
the css was ok when i validated it just a few warnings is that what you are on about?
Check CSS Valid
Thanks for the comments however i am unaware how to get the background image to enlarge with the text content so it wont break.
Also i have used black for the dates but im struggling to add any colour anywhere because of the style of layoutive gone for. What colours work best with grey shades?
Check CSS Valid
Thanks for the comments however i am unaware how to get the background image to enlarge with the text content so it wont break.
Also i have used black for the dates but im struggling to add any colour anywhere because of the style of layoutive gone for. What colours work best with grey shades?
Try checking the *page* css. Checking the css directly ignores the inline css - which is giving errors and warnings.mmc01ms wrote:the css was ok when i validated it just a few warnings is that what you are on about?
I'm talking about the table layout in the middle, pushing far to the right. There is no bg image there. Its a question of absolute positioning and layout versus liquid layout. Its a huge discussion topic, so google liquid layout, or even search these forums.mmc01ms wrote:Thanks for the comments however i am unaware how to get the background image to enlarge with the text content so it wont break.
The change to black is substantially better than the off-blue look you had originally. Much easier to read.mmc01ms wrote:Also i have used black for the dates but im struggling to add any colour anywhere because of the style of layoutive gone for. What colours work best with grey shades?
As to complimentary colors, oranges and reds do fairly well against a dull gray, as it has a high contrast.