target4fun How do I make module id 762 one of the tabs? Is that possible? It is formatted correctly and displayed in the footer. If there is a alternative better way to do this and keep my formatting I am all ears.
You may review the module assigned as tab titled demo after logging in, which has been set for "registered" access level in which I had selected "Content:" as "tab10" which is duplicate of module id 762 which appears fine with html formatting intact. Ref: Screenshot
The same has been done as per steps outlined in documentation excerpt :
If you are using modules as a Tabs – you have to select for them module positions from tab1, tab2, tab3….tab10 and of course publish them.
Problem is simply put when I paste any content into HTML content box all my format code gets stripped or messed up in some way and result is what you see in the "new" tab on my site.
Regarding the above relative issue being quoted, There seems to be css selectors conflicting which have been used for tab module elements as you have also used ordered lists html also for html content being added due to which several css declaration from tab module are getting appending henceforth causing formatting issues
As workaround, Try change the html content instead and remove <ol>..</ol> tags and you may instead give spacing with <p>..</p> tags