|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Homepage HTML problem
Hi our logo on www.thegamesarcade.com is misaligned and I still can't fix the problem. Please can you Experts tell me what I'm doing wrong.
__________________
Download mobile java games and have some fun on your mobile phone. Featured Games Conflict Vietnam and Midtown Madness 3 Last edited by SEO_AM : January 16th, 2005 at 05:18 AM. Reason: Removed live link. |
|
#2
|
||||
|
||||
|
i assume you want it to align all the way right? from looking at your source code you have the width set to 233 in the <td> that the image resides... try taking the width attribute out of the <td> tage
take this... <td width="233" align="right"><img src="images/common/thegamesarcade_logo_small.gif" alt="The Games Arcade - Java games for your phone" width="233" height="60" border="0"></td> and change to this... <td align="right"><img src="images/common/thegamesarcade_logo_small.gif" alt="The Games Arcade - Java games for your phone" width="233" height="60" border="0"></td> |
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > Homepage HTML problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|