quote:
> If you have a moment - please take a look at www.PennyLane Auction.com. An
y
> suggestions - criticisms are welcome.
Page lay-out looks good with a window of 800x600 (FB).
However there is a white area below the red line. This is coused by the
last table with a spacer image.
You have also 5 same style sheets, Why?
Convert the style attributes of the tables into the style sheet. With
other words make more use of the style sheet.
I also noticed you have links to a style sheet which aren't
precent/available.
IMHO make use of an external javascript file and put a link between the
<head> in the html file like <link rel="javascript" href="xxx.js"
type="text/javascript">
Don't use fixed font sizes, let the visitors deceid with kind of font
size they like best to read with there browser settings. So use
percentage or "em" for font size instead of e.g. "2" (2 what?).
Use tables only for tabular data like calendar. So try to convert your
page with block element like div's in combination with style sheet.
When finished validate the pages with a valirdator.
- html validator http://validator.w3.org/ or http://www.htmlhelp.com/tools/
- css validator http://www.w3.org/Jigsaw/ or
http://www.htmlhelp.com/tools/csscheck/
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction
<r1chx@opt-nospam-online.net> wrote in message
news:_AiMb.136671$Cs3.27186416@news4.srv.hcvlny.cv.net...
quote:
> If you have a moment - please take a look at www.PennyLane Auction.com.
Didn't you like the answers you got over in alt.www.webmaster yesterday?
quote:
> Any
> suggestions - criticisms are welcome.
Don't put a space in your URL.
Choose a better subject line. My newsreader lumped your post into a thread
that died a week ago.
Looks, well, cluttered.
HTML. Well, deprecated stuff all over the place, especially <font>.
Tables for layout.
Not a bit of CSS anywhere.
A transitional doctype. Strict should be used for new designs. The doctype
is missing a url, putting some browsers into quirks mode.
The clincher: <META content="MSHTML 6.00 ...
Learn some HTML and CSS and ditch the WYSINWOPS. That is where all the bad
code is coming from.
Cheers
Richard.
rf wrote:
[QUOTE]
> "picayunish" <e_vdvaart@yahoo.co.uk> wrote in message
> news:rWjMb.740$tK2.1779@amstwist00...
>
>
>
> Which breaks apart when I make my font larger :-)
>
> I was beginning to wonder what you were looking at in that other post picky.[/QUOT
E]
Which, where other post :-?
--
Edwin van der Vaart
http://www.semi-conductor.nl/ Links to Semiconductors sites
http://www.evandervaart.nl/ Under construction