Click to See Complete Forum and Search --> : Dev Dreams - www.devdreams.com


Python2
05-15-2004, 03:28 PM
hey guys,

plase could you do me a favour and review www.devdreams.com and the forum design which is at www.devdreams.com/forum.php

if you like feel free to sign up.

thanks!

Sam
05-15-2004, 04:32 PM
Tables for layout
Invalid (http://validator.w3.org/check?verbose=1&uri=http%3A//www.devdreams.com/)
Otherwise, its looks alright

Jona
05-15-2004, 04:41 PM
Originally posted by samij586
Tables for layout
Invalid (http://validator.w3.org/check?verbose=1&uri=http%3A//www.devdreams.com/)
Otherwise, its looks alright

I agree completely. If designed in CSS with valid HTML, it would be a pretty good site. :)

PeOfEo
05-15-2004, 08:37 PM
<br> is used for positioning between elements, that is a terrible way to do it. <br> is not intended for that, and using a css margin would give you more control.