Hi.
The width of the panels is setted in the CSS of the skin. For example, with
the default skin:
#rightPanels {
float: right;
margin: 0 0 0 -220px;
width: 220px;
}
#leftPanels {
float: left;
margin: 0 0 0 -100%;
width: 220px;
}
So you have to edit the skin or create a new one:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins
Regards,
Louis-Marie
2013/10/4 Hamster <[email protected]>
> The minute I posted my question, the idea to use an iframe hit me :-)
>
> {{velocity}}
> #panelheader('My Header')
> {{html}}
> <div>
> <iframe
> src=".../default.aspx"
> height="800">
> </iframe>
> </div>
> {{/html}}
> #panelfooter()
> {{/velocity}}
>
> Now I want to change the WIDTH of my panel(s). How/where can I change the
> width of a panel?
>
>
>
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/Show-HTML-ASPX-in-panel-tp7587400p7587401.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users