Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

image splitting

Status
Not open for further replies.

monkeymeister

Programmer
Mar 17, 2005
58
GB
I have an image I need to split into 2 and then put back together on my webpage. But whenever I do this, there is always a gap between the 2 images. How do I prevent this from happening? Here is my current webpage which shows the problem :


Any help would be really appreciated.


Cheers,

Mike
 
Take a closer looks at your images. I suspect they're lining up fine, but the images themselves are the problem. They have the white border built into them.

Just look at what you get when you put them on a black background:
Code:
<HTML>
<BODY bgcolor=black>
<img src="[URL unfurl="true"]http://www.lovelyjubbly.info/gameplan/image10.png"[/URL] width="257" height="133" />    
<br />
<br />
<img src="[URL unfurl="true"]http://www.lovelyjubbly.info/gameplan/image12.png"[/URL] width="497" height="110" />
</BODY>
</HTML>

'hope this helps.

--Dave

--Dave

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top