I have been trying to do this for 3 days now, though i do not know how to word it.
My page currently looks like this http://www.sketchedneo.com//shields.php
Though i want the Shields to show in a row like this
Shield Shield Shield
css code css code css code
html code html code html code
direct url direct url direct url
instead of
Sheild
css code
html code
direct url
Sheild
css code
html code
direct url
An example of what I mean compared to my url is http://www.sunnyneo.com/shields.php
My current code is.
[php] $num = mysql_num_rows(mysql_query(“SELECT id FROM acshields WHERE checked = 1”));
if ($num <= 0)
{
echo "
There are no acshields at this time :(";
}$sort = mysql_query(“SELECT * FROM acshields WHERE checked = 1 ORDER BY id”);
while($sort2 = mysql_fetch_array($sort))
{
if($sort2[id]){
echo("
#userinfo .contentModuleContent {
|
|
$sort2[name] || Made by: $sort2[madeby] |
"); }
}[/php]
Can some please help me with the code i need so it will show my shields in a html table row of 3