| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||||
|
|||||
|
I have run into yet another problem that I could use some help with. I solved this once before by just using a table but I really don't like using tables unless I really have to (I think they're evil
). What I am trying to do is query a database table that contains information on video clips. That's no problem.I would then like to display an image with a link to the clip centered directly beneath the image for each video clip that is returned by the query. I want 5 rows of images with 4 images per row. My php file currently sends the following to the browser for each video clip: HTML Code:
The problem is that I don't get 4 rows of images like I would like, only one big column. I can do it without the links but as soon as I try to center the links beneath the image I only get one long column instead of rows. Any suggestions? |
|
#2
|
||||
|
||||
|
Sounds like a perfect use of a table to me. It is after all tabular data.
Tables are not evil, but they can be used for great evil. |
|
#3
|
||||
|
||||
|
I was wrong. Nver mind
Last edited by grdnwesl : October 17th, 2005 at 02:43 PM. Reason: I was incorrect. |
|
#4
|
||||
|
||||
|
<div> should not go inside of <span>! Bad, bad, bad!
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > DIV problem-Want rows of images with links directly below each image |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|