I'm importing hundreds of files from a static site into Drupal and information contained within some of my divs is being stripped out, presumably by the theme.

For example, when my code reads

the resulting page appears with just a plain
and I lose the centering and width attributes. How do I get the theme to retain those? I presume it's somewhere in the css but have no idea where to look. I'm the merest rookie when it comes to css. Thanks.

Comments

teschek’s picture

It stripped my code example out of my question above. When my code includes style="text-align:center;width:442px" within a div the resulting pages appears with just a plain div

ajross’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Issue is not related to the theme.