| Re: random users block |
| by deka87 on 2009/12/18 16:48:56 Quote:
that's right, ghia. it works now. thanks! |
| Re: random users block |
| by ghia on 2009/12/18 16:35:57 if you look to the html source you see it is done with <ul><li>link, image, name </li> .. </ul> . Positioning is done with display:block; and float:left for the li tags. |
| Re: random users block |
| by deka87 on 2009/12/18 16:04:27 i want something like this (please take a look at the row of avatars at the top). |
| Re: random users block |
| by deka87 on 2009/12/18 16:01:39 yeah but how do i put a username under the avatar then? i tried <p> and they arranged in a column again. tried with tables with the same result. i missed something? |
| Re: random users block |
| by ghia on 2009/12/18 15:43:50 Don't use new lines <br /> in your html. |