[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 /> <div id="MyDiv"><br /> {%body%}<br /> </div><br /> <br /> would this be the right way to apply CSS to a page within my CMS?<br /> <br /> <br /> <br /> <br /> <br /> <?<br /> <br /> <br /> <br /> <br /> $_skin = '<html><br /> <head><br /> <title>{%title%}</title><br /> <meta type="description" content="{%description%}"><br /> <meta type="keywords" content="{%keywords%}"><br /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br /> <link type="text/css" rel="stylesheet"
;
href="styles.php"><br /> <br /> <br /> <style type="text/css"><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 /> </style><br /> <br /> <br /> </head><br /> <body {%background%}{%onload%}"><br /> <script type="text/javascript" src="wz_dragdrop.js"></script><br /> <div align="center"><br /> <table width="774" border="0" cellspacing="0" cellpadding="2" style="border:#000000 1px solid;"><tr><td><br /> <table width="774" border="0" cellspacing="0" cellpadding="0" style="border:#000000 1
px
solid;"><br /> <tr><br /> <td colspan="2" class="header" id="header_bg">{%logo%}</td><br /> </tr><br /> <tr><br /> <td colspan="2" class="navbar" id="navbar">{%navbar%}&nbsp</td><br /> </tr><br /> <br /> <br /> <tr valign="top"><br /> <br /> <br /> <td id="pagebg"{%pagepref%}><br /> <div class="heading">{%pagetitle%}</div><br /> <div style="padding:6px;">{%body%}</div></td><br /> </div><br /> </tr><br /> </table><br /> </td></tr></table><br /> </div><br /> <br /> <div align="right" style="width:774px;">{%adminbox%}</div><br /> <div align="center"
id="footer">{%footer%}</div><br /> <br /> </div><br /> <br /> </body><br /> </html>';<br /> <br /> $_blockwrapper = '<br /> <div align="center">{%block%}</div><br /> <br /> ';<br /> ?></font>
More information about the CMS-Forum
mailing list