I m having problem puting logo at center. IE and Opera shows Logo in centre pos But in Fire Fox itgoes to left ... im using this <table align=center><img src=".../logo.jpeg" width="750" height="100"></table> Code (markup): Why fire fox is not showing it in center? Something Im doing Wrong? here is the site? www.tiny.dxdonline.com Code (markup):
That's pretty crude code, I'd recommend learning about CSS styling... Anyways, this should work: <table width=100%><tr><td align=center><img src=".../logo.jpeg" width="750" height="100"></table> HTML:
thanks for your help now im using <table width=100%><tr><td align=center><img src=".../logo.jpeg" width="750" height="100"></td></tr></table> PHP: it solved my problem..