Hi,
I want two images to appear side-by-side, even if they are wider than the browser. Hence, I want it to force a horizontal scroll bar. But the images wrap underneath each other with the code I use.. How do I fix this? My code is as follows:
<tr><td nowrap><img src=......><img src=.....></td></tr>
I want two images to appear side-by-side, even if they are wider than the browser. Hence, I want it to force a horizontal scroll bar. But the images wrap underneath each other with the code I use.. How do I fix this? My code is as follows:
<tr><td nowrap><img src=......><img src=.....></td></tr>