Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2013-10-11 16:42:56
- dewyatt
- New Member
- Registered: 2013-08-20
- Posts: 7
[textile] Using @media in articles
I would like to be able to use media queries in articles.
Like so:
<style scoped>
@media screen {
/* ... */
}
</style>
But I have not found a way of escaping the AT symbol, it always ends up wrapped in code tags.
Is there any way around this?
I’m using textpattern 4.5.5.
Last edited by dewyatt (2013-10-11 16:45:10)
Offline
Offline
#3 2013-10-11 17:21:06
- dewyatt
- New Member
- Registered: 2013-08-20
- Posts: 7
Re: [textile] Using @media in articles
D’oh!
Thanks!
I actually tried notextile but I did it inside the style which of course did not work. I didn’t realize a notextile before the style tag would affect the whole block.
Offline