Pure CSS Skin - Duplicate Containers
Last Post 04/16/2007 10:11 AM by Miki. 2 Replies.
Author Messages
Miki
Nuke Newbie
Nuke Newbie
Posts:3


--
04/13/2007 10:58 AM  
Hello,

I am new to DNN. I will be attempting to create a pure CSS Skin (XHTML compliant), involving DIV elements as wrappers in the containers. However, I see that some modules require TABLE element wrappers.

Are there any suggestions on how to approach this (e.g. duplicate containers, depending on what the module requires)?

Any help is much appreciated.

Thanks,

Miki
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
04/16/2007 9:17 AM  
Hello,

Even though some of the modules use tables, you will still be able to create containers using divs and it will just be the module contents that use a table. Unfortunately the only way to remove the tables is to edit the core code of these modules.  You may also find that some of the modules are not XHTML compliant and this also means editing the core code of the module to fix this problem.

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Miki
Nuke Newbie
Nuke Newbie
Posts:3


--
04/16/2007 10:11 AM  
Thanks for the information.


---