• …i finally got it to validate.. I am still missing something..
    maybe someone from this talented group can give me some ideas..
    have a look, here is the link.
    latinastyln
    thanks for your kindness in advance………
    m

Viewing 5 replies - 1 through 5 (of 5 total)
  • I like the header, it’s funny. ??
    Maybe bigger post titles ?

    I checked and yes, your site validates both in CSS and XHTML, but remember, that is not the only validation to worry about, if you are serious about having a serious website. There are several other validators that check for Accessibility standards, and the one that used to be HARDEST to pass was called Bobby but is now Webxact Watchfire which does a very thorough job of testing your site, but unfortunately now tries to get you to buy their products. Still their free service gives you some good tests and checks of a lot of problems. If you are serious about validation, check it out.

    There are a list of other validators in the Codex article:
    https://codex.www.ads-software.com/Validating_a_Website

    As for the rest of the site review…

    I love the header graphic, but it is frustrating to scroll down so far to get to the content, which is the purpose, right? Or showing off the wonderful artwork? You have to decide. But I do love it. Don’t lose it, just consider resizing it or incorporating it better with the text.

    You have chosen to change the font size of the links. The red is really distracting, but the size change is even more distracting and makes the content harder to read, unless the point is the links and not what you are saying. Readability still has to be there if the words are important.

    And I agree with zeraw07 that the titles need to be a little larger.

    The use of the bubble graphics is great.

    Overall, it is cute and cute and more cute. Good on you for working so hard on the validation. The rest is details that will evolve over time.

    Thread Starter latinastyln

    (@latinastyln)

    …oh thanks so much.. i can’t tell you what your time means to me..
    I am going to change the font size and the links. I do want it to be readable, so i will try highlighting the links with red on hover or something..
    It may not be done fast. See I am really brand new at this.. this is really my first go at it.. But I will get it done.. You know how somethings just turn out right by accident… : `) Well thats me and coding. I have never before used any kind of php or xhtml. Therefore things are a slow go at it.
    thanks again.

    Thread Starter latinastyln

    (@latinastyln)

    …ok wait something is fighting.. i can’t seem to change the size..
    i have tried several ways..
    oh know .. now more sleep to lose..
    m

    The links are styled in the section that begins with:

    #content div a , #content p a {
    color : #000;
    font-family : georgia, 'times new roman', serif;
    font-style : normal;
    font-size : 10px;
    }

    You have hovers below that which will also need fixing.

    The font-size is set in pixels. Honestly, you will do much better changing ALL of your fonts to a percentage of the base font, usually set in the BODY tag in your style sheet. Like 90% or 105%, for all of your font sizes. By setting it to pixels, you are forcing the font to stay only one size and that makes it very difficult for people with seeing problems as it can override their browser “large type” controls.

    Good luck. And glad to help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘new design’ is closed to new replies.