|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Positioning
At: URL how can I arrange the "Email' Images to display horizontially?
When I try to do it the flashing border is disrupted. Thanks Jack |
|
#2
|
|||
|
|||
|
Create a table for the three images:
<table width=100%> <tr> <td width=33%> <img src="yourimagepath"> </td> <td width=33%> <img src="yourimagepath"> </td> <td width=33%> <img src="yourimagepath"> </td> </tr> </table> Then it will display it in one line. Regards, Amit Mathur www.vyomworld.com Last edited by amitmathur : December 11th, 2003 at 03:31 AM. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Positioning |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|