HTML/Photoshop slices help?

  • Thread starter Thread starter Imapiranah
  • Start date Start date
I

Imapiranah

Guest
I am making a wepbage using photoshop slices (for class) and html as well. Is there anyway to mix the two? The first pages are supposed to be photoshop slices only and the next pages are html only. I have already made the rest of the pages using photoshop and slices but I am not sure how to add the text that I need on it over the background in html? Any ideas? please and thank you
 
When you use photoshop slices, you pretty much cut your images into parts, using HTML's <table>. If you were to open and edit the .html file photoshop creates, you'll see a table and a bunch of <tr>'s, <td>'s, and <img's. Using html, you can edit the .html file and add whatever text you want.

*You'll need some understanding of HTML to edit the contents.
 
Back
Top