PDA

View Full Version : Slices in Photoshop...


kaos
2004-11-27, 05:27 PM
I've been playing around with slices in Photoshop, I madea test website but when I try to put text into a slice after changing it to background (from <img src="imgname"> to <td background="imgname". Then when I do that the image fucks up and its like..bleh lemme fukcin put a picture i can't explain it...

Ok heres the slice when it's HTML is <img src="image name here"...>
http://www.geocities.com/ramsfan4994/imgsrc.JPG

And here it is when I change its HTML to <td background="image name here"...>
http://www.geocities.com/ramsfan4994/bkground.JPG

Any ideas?

WetWired
2004-11-29, 07:13 AM
Hmm, use CSS?
<td style="background-color:black;background-image:url(image url here);color:white;">
The color descriptor is the font color, BTW.