Dear all
Following the oft-repeated advice here and ciwas I have made my site
nearly 4.01 strict (working on it). There are some items on which I would
appreciate your advice:
1. Hidden fields
I am using FormMail from Matt's Script Archive. The W3C validator
objected to the hidden fields unless I put, say, P round them. That gave
me unwanted blank lines. So I put a DIV round them and styled them as
display: none but that seems too much like a kludge! What is the cleaner
way to handle hidden form fields?
2. Images do not flow
I had a whole lot of small images one after the other with no gaps. I was
aiming for a fluid design and I expected them to wrap. Instead they
formed one huge long horizontal line. So I put a space between each image
then they behaved as expected. However I would like to use border
properties instead of spaces. Is there a way to make them wrap without
inserting the space?
3. Free counter
Any page (e.g. the above cited)
The HTML fragment from the free webcounter does not validate. I can fix
the border and target attributes but what suggestions do you have for for
language="JavaS cript"? Apart from remove the javascript completely?
4. Any other comments or suggestion?
Apart from get rid of tables for layout and improve my alt tags. What
else should would be good to do?
Many thanks
Mark.
--
M&M Enterprises Http://www.mmenterprises.co.uk/
"You cannot change the past but you can shape the future"
Following the oft-repeated advice here and ciwas I have made my site
nearly 4.01 strict (working on it). There are some items on which I would
appreciate your advice:
1. Hidden fields
I am using FormMail from Matt's Script Archive. The W3C validator
objected to the hidden fields unless I put, say, P round them. That gave
me unwanted blank lines. So I put a DIV round them and styled them as
display: none but that seems too much like a kludge! What is the cleaner
way to handle hidden form fields?
2. Images do not flow
I had a whole lot of small images one after the other with no gaps. I was
aiming for a fluid design and I expected them to wrap. Instead they
formed one huge long horizontal line. So I put a space between each image
then they behaved as expected. However I would like to use border
properties instead of spaces. Is there a way to make them wrap without
inserting the space?
3. Free counter
Any page (e.g. the above cited)
The HTML fragment from the free webcounter does not validate. I can fix
the border and target attributes but what suggestions do you have for for
language="JavaS cript"? Apart from remove the javascript completely?
4. Any other comments or suggestion?
Apart from get rid of tables for layout and improve my alt tags. What
else should would be good to do?
Many thanks
Mark.
--
M&M Enterprises Http://www.mmenterprises.co.uk/
"You cannot change the past but you can shape the future"
Comment