The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
But this throws up warnings, and is bad HTML. Using the Firefox Tidy thingy I've managed to get my new pocketmonkey site down to 0 errors, but 2 warnings - one for each I've got on the page. Putting the within the clears the errors, and it displays fine in Firefox, but I get the bloody forced line breaks in IE, which ruins the design!!! I want it to diplay the same in both, and I'll be going for IE and keep the errors in the long run, but I don't want to.
Anyone know how to stop the line breaks and keep good HTML?
[URL]http://www.threecircles.co.uk/pocketmonkey/[/URL]
> Ah, it'll validate if after the ? Cool, I'll try that.
Just checked an old site I did using that fix and it doesn't validate.
Best option would be CSS using;
td.form {
padding: 0;
}
form {
margin:0;
padding:0;
display: inline;
}
Obviously you'll have to change the HTML to
> Try applying display:inline to the form, dunno if it'll validate
> though.
It'll validate.
Other fixes I've used before include;
If only a single form just encase the whole page in the form tags;
Or:
Another option if to use the whitespace declaration in CSS.
But this throws up warnings, and is bad HTML. Using the Firefox Tidy thingy I've managed to get my new pocketmonkey site down to 0 errors, but 2 warnings - one for each I've got on the page. Putting the within the
Anyone know how to stop the line breaks and keep good HTML?
[URL]http://www.threecircles.co.uk/pocketmonkey/[/URL]