I wan't to add a side wide banner via custom html. But when I attach my code for banner "after header" and edit a page, then i miss the last two rows inside the editor. I can't even see the arrow on the right hand side to scroll down.
How can I add a banner without screwing up the editor?
This is the HTML I'm using right now inside Documentation Theme:
<table width="100%" border="0" cellspacing="0" style="background:#F79618;"> <tr> <td width="28%"><img src="/images/kp_banner1.gif">
</td>
<td width="72%"><img src="/images/kp_banner2.gif" align="right"></td>
</tr>
</table>
Any suggestions?
Regards Oliver
Possibly a bug in confluence 4.0? Ie the css fails to take into account the size of banner when drawing the editor and footer etc. Sorry for being so vague but I've had similar problems before.
It might help to get rid of the Tip in the footer to make footer smaller. But I also don't know how to remove the tip.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For screenshot I was using IE 8 but it's the same with Firefox 5 and 6. It also the same on different machines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know how to attach here, so I uploaded to a hoster
http://www.pic-upload.de/view-11499346/editor.jpg.html
http://www.pic-upload.de/view-11499366/editor_banner.jpg.html
It's crazy, with Confluence 3.5 it was working perfectly, now with 4.0 it is messed up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which browser and version of the browser are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you attach a screenshot? This might help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello David,
thanks for this one. But same problem without tables.
I probaly have to edit the main template and not injecting the code afterwards? But I'm not sure where and how. I'm totally newbie in customizing themes/templates.
Thanks
Oliver
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't use tables unless you're adding tabular data.
Try something more like this (untested) instead:
<div style="background:#F79618;"> <img src="/images/kp_banner2.gif" style="float:right;"> <img src="/images/kp_banner1.gif"> </div>
For extra points, externalise the styles.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.