Page 1 of 1

Image won't center

Posted: Tue Oct 14, 2008 1:53 pm
by boondox
ok the full scrip works perfectly except for this small snippet..

is "center" the right tag I should use?

Code: Select all

print "<font size=2 face=Arial>";
        if ($alliance[flag] && $alliance[url]) {
        print "<center><a href=\"$alliance[url]\" target=_blank>
                       <img src=\"$alliance[flag]\" border=0></a></center>
                       <br>
                \n";

Re: Image won't center

Posted: Tue Oct 14, 2008 2:27 pm
by boondox
oh well figured it out myself... had to use a div align tag to get it centered