PDA

View Full Version : Random Game Formatting...


Jaxel
08-26-2008, 10:00 PM
On the arcade home, there is a section that has a Random Game... there is an extra <br /> between the image of the game, and the name of the game, and I want to remove it. I have been searching throughout the files and its the one bit of formatting I cant figure out. Does anyone know where I would find this?

I have tried the randomgame function file... but I dont think it does anything.

Jaxel
08-29-2008, 03:45 AM
I'm sure you're wondering... "Why?"

Well I'm OCD and these little things that dont balance out really frustrate me. If you check out how my arcade looks, you will see that the left column is a little bit shorter than the right column. If I remove that <br /> tag, then both columns will line up fine...

http://www.8wayrun.com/arcade.php

gmatrix
09-02-2008, 04:22 PM
Head for the main script arcade.php and do a search for:

// static display

the code to display the image, the two <br> tags and the game title are immediately below this.