PDA

View Full Version : How to put a space between rank images?


sinaluna
11-07-2005, 04:02 AM
Mu board uses multiple rank images which are displayed horizontally. However, the line of images does not wrap and throws my tables off.

How can I put a space between each rank image so the line will wrap?
I tried editing this line in the the ranks.php file:

$rankhtml .= "<img src=\"../$rank[rankimg]\" border=\"0\" alt=\"\" /> SPACE";

but this doesn't seem to work. Maybe this is the wrong place?

Any help is appreciated!

Never mind - I found it. I was in the wrong file. It was functions_ranks.php

:)