What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help


beedyb220

Active Member
Messages
26
Likes
0
I'm trying to put together a site for my wedding and ran into a snag. I made three slices in Image Ready 1 for the banner 2 for the NavBar and 3 for my Text, Links and Pics. The problem is that the third slice is a .gif file and I was wondering how to go about making this HTML.
 
When you slice this in Imageready export with images and html code.
This tag:
<img src="images/spacer.gif" width="640" height="680" alt=""></td>
seems to be the one you have as the "white space". This is where you will add your html code for the page.

Something like:
<td width="640" height="680" rowspan="10">
<img src="images/spacer.gif" width="640" height="680" alt=""></td>

would be:
<td width="640">
<table width="100%" cellspacing="0" cellpadding="5" border="0">
<tr>
<td>add your text here</td></tr></table></td>
 
Great advice Linda. beedyb220 just my 2cnts, I would use layer based slices, this way you want miss a pixel.


Ammar
3[
 

Back
Top