
October 30th, 2004
03:56 AM
Slicing Problem/Question
Ok I've been slicing my template and everything has been running smoothly until i've reached my content box slicing. Here's what's goin on:
My Content Boxes have:
1. a background
I want my content boxes to have:
1. the same background
2. text on top of the background, that I can edit in say notepad
Here's the problem-
1. the content boxes are just white, with my html on top, and no background for them.
How do I do this...
Here's what I have tried:
1. Slicing the box and naming it as an image, then re slicing it as an html box. But it only shows the HTML, not the background.
Can someone please help me? I'd really appreciate it!
P.S. i'm using image ready 7
___________________


October 30th, 2004
08:06 AM
An example of your template would help.

October 30th, 2004
08:52 AM

October 30th, 2004
09:31 AM
Normally IR should save your sliced layout as a table with images in it. The only thing you should need to change, would to put the image in a given cell into the cell's background, and replace the image with your text. What do you mean your cells are white? Did you put the image as the cell's background?

October 30th, 2004
09:37 AM
yea that's a little confusing for me. i'm more of a designer, not so much a coder. i don't know a whole lot of HTML. can u give me the code for that?
here's the code for the box underneath the links box.
<TD COLSPAN=4 ROWSPAN=2>
<IMG SRC="images/links_content.gif" WIDTH=184 HEIGHT=240 ALT=""></TD>
see if you can do something to that. then i'll try to follow suit with the rest of the boxes. thanks a lot!
___________________


October 31st, 2004
12:45 AM
loves kitties and cuddles
Status: Offline!
as nano said, the thing you need to do in order to put text in is to change images to background images.
for example, change
<td><img src="blah.gif"></td>
to
<td background="blah.gif" valign="top">Text here</td>
However, tables shouldn't be used for designing your layout. See http://www.hotdesign.com/seybold for the reasons why. If you want to know how to do it right (or at least, better than you are now), you should hand code the html/css yourself in a text editor instead of using autogenerated tables.
___________________
I've got a girlfriend! WOOT.