I have a feeling this one is really simple. Im' trying to format the output of a PHP echo command using a style sheet but have'nt had much success. Cheers.
(my style sheet)
<link href="styles.css" rel="stylesheet" type="text/css">
<body class="type1">
(html using style sheet)
<p class="type4"><a href="nebula06.zip" class="type5">Nebula Class 3DS</a></p>
(This needs to use the style sheet)
<?
echo "<a href=\"nebula06.zip\">Nebula Class 3DS";
?>