Please look here
http://altadorcup.sketchedneo.com/tester4.php
As you can see all shield images, and shield textarea is being shown horizontally.
How do I make this show 3 shields with its textarea box below (like I have) and then begin a new line of 3 Shields and their textarea boxes?
Example using smileys:
Now: >:( >:( >:( >:( >:( >:( >:( >:( >:( >:(
How I want:
>:( >:(
>:( >:(
>:( >:(
[php]
<?php include ($_SERVER['DOCUMENT_ROOT'].'/dblink.php'); $sort = mysql_query("SELECT * FROM acshields WHERE checked = 1 ORDER BY id"); while($sort2 = mysql_fetch_array($sort)) { $graphic_image .= "#userinfo .contentModuleContent { background-image: url(\"$sort2[url]\"); background-repeat: no-repeat; background-position: top right; } #userinfo .medText img { visibility: hidden; } #userinfo .medText table table img { visibility: visible; }
HTML Code:
URL:
$sort2[url]
|
[/php]