|
How do I make the pictures/graphics apear together? |
Category:
Graphics
Posted:
06/25/2007 |
 |
I am trying to get two graphics to stand next to each other. I know how to break them apart, but I can get them stay together. I have tried widening the general interests section, but he code didn't work. Help, Please? |
| Comments: |
MyspaceWrench Wrote:
Hi,
You can try this:
<span style="white-space: nowrap;">
<img src="URL-HERE"><img src="URL-HERE">
</span>
The two "<img src="URL-HERE">" tags should be in the same line, just like above. It should work for you. If the 2nd image just goes under the first, get the total number of both the image widths and try this:
<span style="white-space: nowrap; width:###;">
<img src="URL-HERE"><img src="URL-HERE">
</span>
Replace the ### with the total of both image widths.
Let us know if you need any other help.
Thanks for using Myspace Wrench! |
|
Please Login or Signup to post comments. |
|
|
|