New Row of Divs

liunx

Guest
Could someone please look at the following page and tell me how I can get a new row of links after every 5?

<!-- m --><a class="postlink" href="http://www.smilescanning.com/travel_pix/travel_pix.asp">http://www.smilescanning.com/travel_pix/travel_pix.asp</a><!-- m -->

As new users are added to this site I want the links to their portals to be uniform in height and width. I assume this will be done on the server side so I put it here as opposed to in the css or html forum. Please feel free to move it as necessary.

Thanks~I fixed the problem. I tried to delete the post but did not see that capability.

Thanks~for i = 0 to ubound(ary)
if i mod 5 = 0 then
write table row.
end if
Next

and yes. Its an admin feature.
 
Back
Top