bournerude
Joined: 28 Oct 2010 Posts: 3
|
Posted: Thu Oct 28, 2010 12:38 pm Post subject: templating: css code gets messed up |
|
|
hello, i dont know if this is some kind of bug but i've been trying to design a new template for amm, the problem is that some of my css code gets ruined whenever amm renders it both in preview and html export.
an example would be..
original:
| Code: | | <body style="background: url(img/concrete.jpg); text-align: center;"> |
after html export it becomes:
| Code: | | <body style="img/ center;"> |
is there any way to get around this? |
|