Hi
I have a KB page where I paste samples codes.
In this forum the tags "code" are used to wrap around code and upon submission the code is neatly wrapped.
Can I have the code used behind the "code" tag that will make my sample code in a page look like this.
Code:
if ($cookiestatus <> 'loggedin')
{
$url = 'error.php';
header("Location: $url");
}
$name = $_COOKIE['name'];
I believe this is done using CSS.
Please help.