<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Движок сайтов S2 — Вставка специальных символов в контент через CSS]]></title>
	<link rel="self" href="https://s2cms.ru/forum/feed/atom/topic/33/"/>
	<updated>2011-08-20T07:53:52Z</updated>
	<generator>PunBB</generator>
	<id>https://s2cms.ru/forum/topic/33/</id>
		<entry>
			<title type="html"><![CDATA[Re: Вставка специальных символов в контент через CSS]]></title>
			<link rel="alternate" href="https://s2cms.ru/forum/post/197/#p197"/>
			<content type="html"><![CDATA[<p>Тихо тут :)</p>]]></content>
			<author>
				<name><![CDATA[Ty4ka]]></name>
				<uri>https://s2cms.ru/forum/user/17/</uri>
			</author>
			<updated>2011-08-20T07:53:52Z</updated>
			<id>https://s2cms.ru/forum/post/197/#p197</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Вставка специальных символов в контент через CSS]]></title>
			<link rel="alternate" href="https://s2cms.ru/forum/post/168/#p168"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>Roman пишет:</cite><blockquote><div class="codebox"><pre><code>content: &#039;\ab&#039;;</code></pre></div></blockquote></div><p>Помогло. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[tataRen]]></name>
				<uri>https://s2cms.ru/forum/user/16/</uri>
			</author>
			<updated>2011-08-13T21:25:22Z</updated>
			<id>https://s2cms.ru/forum/post/168/#p168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Вставка специальных символов в контент через CSS]]></title>
			<link rel="alternate" href="https://s2cms.ru/forum/post/167/#p167"/>
			<content type="html"><![CDATA[<p>Я думаю, что проблема в неправильной кодировке. Попробуйте либо сохранить css-файл в кодировке UTF-8, либо вставить шестнадцатеричный код символа. Например, для кавычки будет так:</p><div class="codebox"><pre><code>content: &#039;\ab&#039;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Роман]]></name>
				<uri>https://s2cms.ru/forum/user/2/</uri>
			</author>
			<updated>2011-08-13T20:47:05Z</updated>
			<id>https://s2cms.ru/forum/post/167/#p167</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Вставка специальных символов в контент через CSS]]></title>
			<link rel="alternate" href="https://s2cms.ru/forum/post/166/#p166"/>
			<content type="html"><![CDATA[<p>Использую такой код в css:</p><div class="codebox"><pre><code>blockquote:before { 
  content: &#039;«&#039;;
  display: block;
  position: absolute;
  left: -0.7em;
}</code></pre></div><p>Вместо кавычки знак вопроса в рамке. Проблема именно с условными символами.</p><p>Что нужно сделать, чтобы правильно отображалось?</p>]]></content>
			<author>
				<name><![CDATA[tataRen]]></name>
				<uri>https://s2cms.ru/forum/user/16/</uri>
			</author>
			<updated>2011-08-12T20:29:06Z</updated>
			<id>https://s2cms.ru/forum/post/166/#p166</id>
		</entry>
</feed>
