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

General project discussion. NOT for help questions.
Post Reply
subtilty

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

Post 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!
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

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

Post 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 ;)
Post Reply

Return to “General Discussion”