Active
Project:
Amor Azul
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2009 at 21:42 UTC
Updated:
23 Dec 2009 at 12:26 UTC
This is kind of strange. if you are using fckeditor the blue background jpg (body-bg.jpg) shows at the top of the edit box making it difficult to see anything in the first few lines of the textarea. Like if you are creating content or whatnot.
Otherwise it's a very cool theme !
| Comment | File | Size | Author |
|---|---|---|---|
| bg_fckeditor.jpg | 30.94 KB | ascii122 |
Comments
Comment #1
info@zrix.com commentedPlease add this class="<?php print $body_classes; ?>" in body tag of your page.tpl so that it looks like this:-
<body class="<?php print $body_classes; ?>" >And then please change the body class css appearing in the style.css from
It should be working fine now.