hi Mike,
thanks for the reply... i'll check into those bugs... thanks for the links.
NOTE: I haven't finished this page so no need to pick me up on the layout and lack of anything backend.
What about certain technical issues like the use of pseudo-XHTML in a HTML document (that even uses a HTML document type), or the overuse of pixel dimensions in the style sheet?
Yeah you know that kind of feedback is always welcome. I'm trying to get all these things right.
The fix for the former, by the way, is to write HTML and omit pseudo-XHTML silliness like the slash in empty-element start-tags and so on.
Just to be clear I'm understanding, what you're saying is I don't need to use:
HTML Code:
<input type="text" id="city"/><br/>
I could just write:
HTML Code:
<input type="text" id="city"><br>
Is that right?
Regarding
the overuse of pixel dimensions in the style sheet?
A few months ago I read something about not needing to use "px" anymore and dropped them entirely and then came across a few problems that got solved by putting the "px" back in. I'm unclear on where they are and aren't needed. Or are you talking about the fact that I'm using pixles for font-sizes?
dog
Bookmarks