I’m creating my very first webpage, and I hope someone can help!
I’m trying to validate a page in Strict, but I’m told that these attributes aren’t valid:
align="left" hspace="10px"
Is there any way I can get the same results in a way that will validate?
Many thanks from an absolute beginner.
style="margin-left:10px"is probably what you’re after.However
hspace="10px"might not have been putting the extra space there at all as it should just behspace="10".