Bug Log - 26/01/09

Bug Log
---------------------------


26/01/09
-----------

Problem:
* 'align' would not be accepted by w3c validator.


Solution:
* Added 'float: right;' to external CSS for #content img tag.


- - - - - - - - - - - -


26/01/09
-----------

Problem:
* Image gallery broken by floating the img tag right.


Solution:
* Added CSS in the head 'float: none;' just for that page.

- - - - - - - - - - - -


26/01/09
-----------

Problem:
* '/>' not accepted by the validator for HTML 4.0 strict.


Solution:
* Used find and replace to change '/>' just to '>'.