[CMS-Forum] Adding CSS to a CMS skin

bshroyer@bigstring.com bshroyer at bigstring.com
Mon Mar 19 11:24:15 EST 2007


<font color="#000000" face="Verdana" size="2pt">I am trying to add css to a skin file of a custom CMS I am having alot of trouble with this. Is there any info on CSS and CMS out there ive already used google with no help. My skin is enclosed at the bottom <br /> <br /> would I put my pages that are used ie... {%body%} inside a div<br /> <br /> &lt;div id=&quot;MyDiv&quot;&gt;<br /> {%body%}<br /> &lt;/div&gt;<br /> <br /> would this be the right way to apply CSS to a page within my CMS?<br /> <br /> <br /> <br /> <br /> <br /> &lt;?<br /> <br /> <br /> <br /> <br /> $_skin = &#39;&lt;html&gt;<br /> &lt;head&gt;<br /> &lt;title&gt;{%title%}&lt;/title&gt;<br /> &lt;meta type=&quot;description&quot; content=&quot;{%description%}&quot;&gt;<br /> &lt;meta type=&quot;keywords&quot; content=&quot;{%keywords%}&quot;&gt;<br /> &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;<br /> &lt;link type=&quot;text/css&quot; rel=&quot;stylesheet&quot
 ;
href=&quot;styles.php&quot;&gt;<br /> <br /> <br /> &lt;style type=&quot;text/css&quot;&gt;<br /> <br /> .textButton{<br />         border-style:none;<br />         background-color:transparent;<br />         font-weight:bold;<br />         cursorpointer;<br />         }<br /> .heading{<br />         font-family: Arial, Helvetica, sans-serif;<br />         font-size: 10pt;<br />         font-weight:bold;<br />         }<br /> &lt;/style&gt;<br /> <br /> <br /> &lt;/head&gt;<br /> &lt;body {%background%}{%onload%}&quot;&gt;<br /> &lt;script type=&quot;text/javascript&quot; src=&quot;wz_dragdrop.js&quot;&gt;&lt;/script&gt;<br /> &lt;div align=&quot;center&quot;&gt;<br /> &lt;table width=&quot;774&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; style=&quot;border:#000000 1px solid;&quot;&gt;&lt;tr&gt;&lt;td&gt;<br /> &lt;table width=&quot;774&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; style=&quot;border:#000000 1
 px
solid;&quot;&gt;<br />         &lt;tr&gt;<br />                 &lt;td colspan=&quot;2&quot; class=&quot;header&quot; id=&quot;header_bg&quot;&gt;{%logo%}&lt;/td&gt;<br />         &lt;/tr&gt;<br />         &lt;tr&gt;<br />                 &lt;td colspan=&quot;2&quot; class=&quot;navbar&quot; id=&quot;navbar&quot;&gt;{%navbar%}&amp;nbsp&lt;/td&gt;<br />         &lt;/tr&gt;<br /> <br /> <br /> &lt;tr valign=&quot;top&quot;&gt;<br /> <br /> <br />                 &lt;td id=&quot;pagebg&quot;{%pagepref%}&gt;<br />                 &lt;div class=&quot;heading&quot;&gt;{%pagetitle%}&lt;/div&gt;<br />                 &lt;div style=&quot;padding:6px;&quot;&gt;{%body%}&lt;/div&gt;&lt;/td&gt;<br /> &lt;/div&gt;<br />         &lt;/tr&gt;<br /> &lt;/table&gt;<br /> &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br /> &lt;/div&gt;<br /> <br /> &lt;div align=&quot;right&quot; style=&quot;width:774px;&quot;&gt;{%adminbox%}&lt;/div&gt;<br /> &lt;div align=&quot;center&quot;
id=&quot;footer&quot;&gt;{%footer%}&lt;/div&gt;<br /> <br /> &lt;/div&gt;<br /> <br /> &lt;/body&gt;<br /> &lt;/html&gt;&#39;;<br /> <br /> $_blockwrapper = &#39;<br /> &lt;div align=&quot;center&quot;&gt;{%block%}&lt;/div&gt;<br /> <br /> &#39;;<br /> ?&gt;</font>



More information about the CMS-Forum mailing list