npeeters wrote: |
This should be no problem whatsoever.
|
|
Well, it was (and continues to be). As I mentioned I restrict
everything to display in a horizontally and vertically centered 700x300
viewport. This is done using a tableless design presently and DNN
simply chokes. By this I mean, I can see my skin's 700x300 viewport
floating above the Admin control bar and a bunch of "error loading
module" messages.
npeeters wrote: |
Only thing to take into account
is the fact that DNN adds some table tags around modules you put on
pages. So you should more or less stick with a 'rectangular' design
without 'floating' modules around other ones.
|
|
Well, I've got a tableless design presently using CSS for the centering
and whatnot. Perhaps that's why DNN chokes. Is there a procedure for
using tableless skins with DNN?. Has someone got a modified DNN that
doesn't assume that tables are used for layout in the skins?
On a related note, I've written an ASP.NET menu server control that I'd
like to use instead of TreeViewMenu and SolPartMenu. What do I need to
do to get it playing nicely with DNN?