Mike Breiding - Morgantown WV wrote:

> HTML: http://epicroadtrips.us/ert2.htm

Would be a good idea to move the myriad of inline-styles to the
stylesheet, and get rid of the old HTML attributes that replicate CSS
styling. Will make it easier to tune the layout to appear as you want,
and maintain it.

The old HTML attributes are easy to spot by validating the page as Strict...

<http://validator.w3.org/check?uri=http%3A%2F%2Fepicroadtrips.us%2Fert2.htm&charset=%28detect+automatically%29&doctype=XHTML+1.0+Strict&group=0&user-agent=W3C_Validator%2F1.606>

...and the inline-styles are even easier to spot on their own. Having to
modify styles both in the stylesheet and in the page makes debugging too
time-consuming to bother with at my end, and you already have the
necessary IDs, classes and element-names in source-code and stylesheet
so you can see where to move those inline-styles.

BTW: margins don't fluctuate, but elements move when resized. Also not
sure if you want margins or paddings to create spaces with, since you
have a mix of both.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to