Page 1 of 1

PLEASE HELP !!! [code][/code]

Posted: Mon Aug 21, 2006 7:55 pm
by subtilty
Is there anyway on CMSMS for there to be a code tag like

Code: Select all

this one
so I can list codes on my site without them mucking up and without using a forum to list them??

Thanks Guys!

Re: PLEASE HELP !!! [code][/code]

Posted: Mon Aug 21, 2006 8:19 pm
by tsw
copy paste from forum

Code: Select all

<div class="codeheader">Code:</div><div class="code">this one</div>
for html and

Code: Select all

.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: 0.9em;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}
for the css ;)