PDA

View Full Version : html module


mattselley
11-25-2006, 06:53 AM
is it possible to create a new module with the content being pure html with its own css file, using divs etc?

In other words, the module will sit along side all the other modules, but will actually be a web page in its own right (that i will create with dreamweaver)

If i can do this, am i right that i should create a BB code module and place the html inside that links to the css sheet?

Brian
11-25-2006, 10:31 AM
I would recommend adding it as a template module instead of BB code, but other than that it should work fine.

Our Sponsors
 

mattselley
11-25-2006, 12:34 PM
thank you for the reply.

I have created a module and it works great. however the only problem is that the page it is on is picking up the css file and changing all the link styles.

It has its own css file and i have made sure that no class or tag names are those of vb. Even if i move it to a different folder it still effects the whole page, but only the page it is on. All the other pages within the site are normal.

I can live with most of it, but its the navbar that stands out the worst.

Anyone have any ideas?

mattselley
11-25-2006, 12:40 PM
dont worry i worked it out

i had my link class as 'A', so i changed it to 'B' which sorted everything out