Boynak, Dana Rose wrote:
> I added the code in <extra-css>
this is a good place to start and experiment.
But you have to be sure that your css is correct or else everything
that comes after your coding error is ignored.
> and the code is the
> following:
> img.floatleft {
> float: left
> margin: 10px 10px 0 0 ;
> }
Which seems to be the problem here. The missing semicolon after
'float: left' is probably the culprit as far as I can tell.
> Does anyone have any idea what to do or where to add the code? Thanks
> so much. Dana
;
--
Ferdinand Soethe