Site background image in Admin text editor. [Solved?] - Joomla! Forum - community, help and support
this strange issue. created new template using solarflare ii base. in template_css.css added
background: url(../images/sitebackground.jpg) fixed center no-repeat;
to body statement (not 1 @ top 1 towards middle) , seemed great until logged backend admin area , when go edit content in there main textbox control of editor has site background image loaded it.
the editor on main site seems fine restricted width , may seeing white part in middle of image.
has run issue or have ideas why editor loading background image main texbox control?
[edit] found solution or workaround issue set defualt template to rhuk_solarflare_ii , good.
background: url(../images/sitebackground.jpg) fixed center no-repeat;
to body statement (not 1 @ top 1 towards middle) , seemed great until logged backend admin area , when go edit content in there main textbox control of editor has site background image loaded it.
the editor on main site seems fine restricted width , may seeing white part in middle of image.
has run issue or have ideas why editor loading background image main texbox control?
[edit] found solution or workaround issue set defualt template to rhuk_solarflare_ii , good.
i having issue , assist on if @ possible. have modded solarflare liking , thing cannot figure out. add code background image in css:
but seems when users go submit news link or try add new article backend background showing in text input areas. please give me hand on this?
code: select all
body {
margin: 15px;
height: 100%;
padding: 0px;
font-family: arial, helvetica, sans serif;
line-height: 120%;
font-size: 11px;
color: #333333;
background: #000000 url(../images/body_bg.jpg) repeat-x;
}
but seems when users go submit news link or try add new article backend background showing in text input areas. please give me hand on this?
Comments
Post a Comment