Im using php to display data from mysql. Here are my css statements:
echo ""; echo "IDhashtag"; while($row = mysql_fetch_row($result)) { echo "$row[0] $row[1]\n"; } echo ""; ?>