Quote:
Originally Posted by scgf
I have no idea what the difference is between <span style> and <font=>
|
There's no practical difference. Using a "span" is just a more modern way of doing it.
Quote:
I did see <pre> before the main body text and </pre> afterwards, not sure what they do either.
|
It means "preformatted". It tells the browser not to wrap lines, etc. You probably want to remove those tags.