View Single Post
Old 12-04-2008, 11:21 PM   #5 (permalink)
almac007
The Wanderer
 
Join Date: Dec 2008
Posts: 9
Thanks: 0
almac007 is on a distinguished road
Default Solved!!!

I just fixed it...

Ended up that i needed to add margin-top:0px;

to the box text and it fixed it.

.box_text{
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#213F57;
margin-top:0px;

}

Wildhoney thanks for your advice and help with this.

Cheers,

Almac007
almac007 is offline  
Reply With Quote