Why-Not
01-12-2005, 09:30 PM
Ok so what i have a image that i have made useing photoshop i want to know is ther a way to cut up this image into sections and save each 1 as a different file?
|
View Full Version : images for site Why-Not 01-12-2005, 09:30 PM Ok so what i have a image that i have made useing photoshop i want to know is ther a way to cut up this image into sections and save each 1 as a different file? Sephira 01-12-2005, 10:54 PM compliments of good-tutorials (http://www.good-tutorials.com/track/4555) Why-Not 01-13-2005, 04:13 PM ty Pink4eva 01-13-2005, 08:28 PM Have you tried cropping the IMG? Then copy and pasting it so you have what you want? Work for me all the time. Why-Not 01-13-2005, 08:38 PM yeah i did that but i need something with more accuracey*spell* bcoz it matter to have ever edge together Why-Not 01-13-2005, 08:46 PM i dont want to spam the forum so i will ask this question here...if you go to netstormowns.00freehost.com/index.htm (http://netstormowns.00freehost.com/index.htm) is ther a way to get that top image right to the top with no space between the top of the site and the image? Pink4eva 01-14-2005, 12:43 PM i dont want to spam the forum so i will ask this question here...if you go to netstormowns.00freehost.com/index.htm (http://netstormowns.00freehost.com/index.htm) is ther a way to get that top image right to the top with no space between the top of the site and the image? You mean the white spikey image? Why-Not 01-14-2005, 05:49 PM No.. thats another problem but i have solved that i just need to upload it i mean the top banner thing... it isent all the way at the top if it cant be done i aint to botherd just wodnering MaGiCSuN 01-14-2005, 06:07 PM add topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 to the <body> tag. Also you have your <img> (wich isn't working btw) between the <html> and <body> tag. Your setup should be: <html> <head> style tags here </head> <body> all content here </body> </html> Love, Mirna |