Resources for the DotNetNuke Community
Support this site
This query is more programming oriented.
I am doing a text version of a site and my problem is that I want ot hide the left and right panes.... can you suggest how can I do it?
I tried setting the pane....
<span id="LeftPane" runat="server" visible=false></span>
...but still it shows at the client
Maybe you can help...
Evan Camilleri
http://holisticrd.com
http://mobilesalesforce.eu http://dnnstepbystep.com
I did something similar in a site but playing with the pane's styles. I cannot find it now, but it was something around setting the style for the pane to invisible or hidden:
style="visibility: none"
Hope this helps.