Forum Replies Created

Viewing 1 replies (of 1 total)
  • my first time helping, hope i get this right…

    looks cool. but the other guys are gonna get on you about validity … in Firefox, you seem to have some text overlapping your links lists. maybe it’s a table issue, i don’t know. if it is, the earth will blow up.

    i love wine. ..or maybe I just like to drink. Either way. nice stuff.

    to dispell that overlapping text issue, in your sidebar i would just follow the format of the #menu div for the list items (li) in the index.php.

    and in your wp-layout.css create a span tag like :

    .grape {
    color:whateverTHEhexadecimalFORpurpleIS;
    font-size:x-small;
    }'</code>
    so from within the index.php where you wanted the text to be grape, you'd wrap 'em in "span" tags.
    <code>
    <span class="grape">Traditional Winemaking, Contemporary Wines, Extraordinary Service.</span>
    '

    and instead of that table for the footer, I would create a div called #footer in your wp-layout.css and play with the margin and padding attributes until I got what I wanted.

    Hope that helps. Time to drink.

Viewing 1 replies (of 1 total)