Reply
Save slices as backgrounds
Old 10-01-2004, 05:47 PM Save slices as backgrounds
Novice Talker

Posts: 6
I sliced my website template up and saved it. It worked, but the images are just there, they aren't in the background of the form. So when your mouse goes over them the little save toolbox pops up. How do i get it to save the slices as backgrounds in the forms instead of just in the forms? I could fix this in frontpage but it would take like 5 minutes... So is there a way to save the images as background images?

Last edited by schrags11 : 10-01-2004 at 05:51 PM.
schrags11 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 10-01-2004, 05:56 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
have a url we could take a look at?
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-01-2004, 06:01 PM
Novice Talker

Posts: 6
http://12.220.85.189/napoleon.html
schrags11 is offline
Reply With Quote
View Public Profile
 
Old 10-01-2004, 06:19 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
instead of having the <img>'s between your <td></td>, just set it like this:

<td height=# width=# background=image.gif>

</td>

keep in mind I don't think 'height' is a "true" <td> attribute .. altho it works.
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-01-2004, 06:31 PM
Novice Talker

Posts: 6
Yeah I could do that, but is there a way that image ready will do it for me when creating the html file?
schrags11 is offline
Reply With Quote
View Public Profile
 
Old 10-01-2004, 06:35 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
did it for you

Here:


Code:
<table id="Table_01" width="750" height="618" border="0" cellpadding="0" cellspacing="0">
    <tr height="74">
        <td width="56" background="http://12.220.85.189/images/napoleon_01.gif">
            &nbsp;
        <td width="111" background="http://12.220.85.189/images/napoleon_02.gif">
            &nbsp;
        </td>
        <td width="207" background="http://12.220.85.189/images/napoleon_03.gif">
            &nbsp;
        </td>
        <td width="319" background="http://12.220.85.189/images/napoleon_04.gif">
            &nbsp;
        </td>
        <td width="57" background="http://12.220.85.189/images/napoleon_05.gif">
            &nbsp;
        </td>
    </tr>
    <tr height="42">
        <td width="56" background="http://12.220.85.189/images/napoleon_06.gif">
            &nbsp;
        </td>
        <td width="111" background="http://12.220.85.189/images/napoleon_07.gif">
            &nbsp;
        </td>
        <td width="207" background="http://12.220.85.189/images/napoleon_08.gif">
            &nbsp;
        </td>
        <td width="319" background="http://12.220.85.189/images/napoleon_09.gif">
            &nbsp;
        </td>
        <td width="57" background="http://12.220.85.189/images/napoleon_10.gif">
            &nbsp;
        </td>
    </tr>
    <tr height="435">
        <td width="56" background="http://12.220.85.189/images/napoleon_11.gif">
            &nbsp;
        </td>
        <td width="111" background="http://12.220.85.189/images/napoleon_12.gif">
            &nbsp;
        </td>
        <td width="207" background="http://12.220.85.189/images/napoleon_13.gif">
            &nbsp;
        </td>
        <td width="319" background="http://12.220.85.189/images/napoleon_14.gif">
            HEY!!!!!!!
        </td>
        <td width="57" background="http://12.220.85.189/images/napoleon_15.gif">
            &nbsp;
        </td>
    </tr>
    <tr height="67">
        <td width="56" background="http://12.220.85.189/images/napoleon_16.gif">
            &nbsp;
        </td>
        <td width="111" background="http://12.220.85.189/images/napoleon_17.gif">
            &nbsp;
        </td>
        <td width="207" background="http://12.220.85.189/images/napoleon_18.gif">
            &nbsp;
        </td>
        <td width="319" background="http://12.220.85.189/images/napoleon_19.gif">
            &nbsp;
        </td>
        <td width="57" background="http://12.220.85.189/images/napoleon_20.gif">
            &nbsp;
        </td>
    </tr>
</table>

of course just use a replace to get rid of the ip address if you don't want it. I just put it in to test it

Last edited by kisk : 10-01-2004 at 06:39 PM.
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-01-2004, 06:44 PM
kisk's Avatar
Extreme Talker

Posts: 161
Location: skynet
not sure if imageready can or not ... i'd think it would be you'd have to research how to
kisk is offline
Reply With Quote
View Public Profile Visit kisk's homepage!
 
Old 10-01-2004, 08:08 PM
Novice Talker

Posts: 6
Wow thanks, lol. Wasn't expecting that, thanks!
schrags11 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Save slices as backgrounds
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14888 seconds with 12 queries