CSS PROBLEMS

Hello
again i am having problems with CSS
i have php code like

HTML CODE HTML CODE php echo "[b]HTML CODE HTML CODE HTML CODE[/b]-- here everything is working HTML CODE HTML CODE-- CSS is not working "'; php

Wierd part is that is not working in none of my web browsers i tried Microsoft Edge, Internet Explorer, Google Chrome
but when i joined to my website from my phone css was working for my code
WHAT THE OMITTED

CODE
[php]
echo"

“.$row[‘title’].”



<img style=‘background-color: fff;width:200px;height:300px;’ src=’".$row[‘img’]."’>
					</div>
					<div class='info-side'>
						<div class='info-text'>".$row['text']."</div>
					</div>
					<div class='info-download'>
!!!!!!!!!!!!!HERE IS NOT WORKING ANYMORE!!!!!!!  <table cellspacing='0' cellpadding='0' style='margin:auto;font-family: 'Tahoma';font-size:12px;'>
							<tr style='height: 30px;'>
								<th style='width:100px;padding-left: 10px;' class='th'>Kategorija</th>
								<th style='width:450px;padding-left: 10px;' align='left' class='th'>Nosaukums</th>
								<th style='width:auto;padding-left: 10px;padding-right: 10px' class='th'>Komentari</th>
								<th style='width:auto;padding-left: 10px;padding-right: 10px' class='th'>Skatijumi</th>
								<th style='width:auto;padding-left: 10px;padding-right: 10px' class='th'>Lejuplades</th>
								<th style='width:100px;' class='th'>Izmers</th>
								<th style='width:auto;padding-left: 30px;padding-right: 30px;border-bottom: 1px solid #999;' >Ievietoja</th>
							</tr>
								<tr style='font-family: 'Tahoma';font-size:13px;height: 50px;' class='torrent'>
						<td class='table-center-text td'><img style='padding-top:5px;padding-bottom:5px;' src='$cat'></td>
						<td class='td' style='padding-left:10px;'><b><a href='download.php?id=".$row['id']."'>".$row['title']."</a></b><br><i>".$row['date']."<i></td>
						<td class='table-center-text td'>0</td>
						<td class='table-center-text td'>".$row['views']."</td>
						<td class='table-center-text td'>".$row['downloads']."</td>
						<td class='table-center-text td' class='td'>".$row['size']."</td>
						<td class='table-center-text' style='border-bottom: 1px solid #999;'><b>".$row['pid']."</b></td>
							</tr>
						</table>
					<br>
						<a href='".$row['link1']."' class='download-button'>Lejupladet</a>
						<a href='".$row['link2']."' class='download-torrent-button'>Lejupladet Torrentu</a>
</div>"

[/php]

Try changing to this

<table cellspacing='0' cellpadding='0' style='margin:auto;font-family: "Tahoma";font-size:12px;'>
Sponsor our Newsletter | Privacy Policy | Terms of Service