A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I'm working on creating a content template for a "Student Story," the css/html for which looks as following: http://pastebin.com/f4be0530
Since the CSS is already added to my main style.css file, I go into the admin panel and simply create a new content template and paste the HTML source and then switch back to the "design" view and everything looks correct: http://bit.ly/cUTuAg
However, if I were to go back to the source view and then back to the design view, the quote images are gone: http://bit.ly/cho2wl
I couldn't understand what happened, so I went back to check the source and found out that the quote spans were missing:
<span class="open_quote"></span>
<span class="close_quote"></span>
Any ideas as to why this is happening?
I have just discovered that the spans are left intact if there is something in then, like a space for instance. This solves the problem.