NameSilo

Need help on image splitting

Spaceship Spaceship
Watch

sovereign6

New Member
Impact
0
I am a new kid on the block here.

I have split a jpeg for the web into 16 different smaller images.

Each image is numbered indiviually to make up the full orginal image.

I used an online image spliter
http://www.chami.com/html-kit/services/is/

Is there somebody that can tell me how do I put all these smaller images back together in order to place it onto a web page?
So that this puzzle will fit and be seen as a complete image?

Hope this all makes sense.

Thank you
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
You will have to make a 4x4 HTML table to piece this back together, like this:

<TABLE CELLSPACING="0" CELLPADDING="0">
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
</TABLE>

Now depending on the outcome you want this can differ. You ca insert the images in the TD tags like this: <TD><IMG SRC="image1.jpg"/></TD> for instance but this will allow people to save each part of the picture. So you can do this: <TD background="image1.jpg"></TD> (Note: if you are going to do it this way then you need to set the size of the table and the data cells or it will cause theimages to repeat.).

I hope this is of some help.
 
0
•••
Why dont you just Post the image you want Sliced here and ask if someone can do the Image Slicing for you. I can do it for you, but of course for a small fee. $7.00 USD. Others on NP might do it for free, but you never know.
 
0
•••
Well I gave him the correct code to piece it back together so I am sure he will manage to do it.
 
0
•••
yah... just post it and I can slice it up and put it into an html file for ya :)
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back