A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Slicing problem...

  1. #1
    Lalalala BlueSamurai's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Posts
    1,037

    Slicing problem...

    Ok heres whats up:

    I had a layout I am slicing and need it to slice the images with this kind of html properties: (Pay attention to te red highlights for an example of the differeances in the code)


    excerpt of html<table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td valign="top" width="100%" background="i/top1bg.jpg">
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td>
    <table width="100%" cellpadding="0" cellspacing="0" border="0">
    <tr>

    <td><a href="index.html"><img src="i/top1.jpg" border="0"></a></td>
    <td>
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td><img src="i/spacer.gif" width="400" height="43"></td>



    What should I do differently? I have attached a screen capture of what my output settings were for the second script up there^

    I know that my output settings are off, so if anyone could point me in the right direction I would appreciate it.


    And all I am getting is html like this:

    <TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD COLSPAN=6 ROWSPAN=4>
    <IMG SRC="images/top1.jpg" WIDTH=377 HEIGHT=119 ALT=""></TD>
    <TD COLSPAN=14>
    <IMG SRC="images/slice.jpg" WIDTH=411 HEIGHT=44 ALT=""></TD>
    <TD ROWSPAN=5>
    <IMG SRC="images/top1bg.jpg" WIDTH=12 HEIGHT=188 ALT=""></TD>
    <TD>
    <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=44 ALT=""></TD>
    </TR>
    <TR>
    <TD COLSPAN=5 ROWSPAN=2>
    <IMG SRC="images/slice-05.jpg" WIDTH=300 HEIGHT=20 ALT=""></TD>
    <TD ROWSPAN=2]>
    <IMG SRC="images/slice-06.jpg" WIDTH=32 HEIGHT=20 ALT=""></TD>
    <TD COLSPAN=3 ROWSPAN=2>
    <IMG SRC="images/slice-07.jpg" WIDTH=13 HEIGHT=20 ALT=""></TD>
    <TD COLSPAN=3>
    <IMG SRC="images/slice-08.jpg" WIDTH=41 HEIGHT=17 ALT=""></TD>
    <TD COLSPAN=2 ROWSPAN=4>
    <IMG SRC="images/slice-09.jpg" WIDTH=25 HEIGHT=144 ALT=""></TD>
    <TD>
    <IMG SRC="images/spacer.gif" WIDTH=1 HEIGHT=17 ALT=""></TD>
    </TR>
    <TR>
    <TD COLSPAN=3>
    <IMG SRC="images/slice-10.jpg" WIDTH=41 HEIGHT=3 ALT=""></TD>
    Attached Images Attached Images

  2. #2
    Lalalala BlueSamurai's Avatar
    Join Date
    Sep 2002
    Location
    USA
    Posts
    1,037
    here is a screen capture of what I think the output settings should be like. But they still aren't working. The final result I am looking for is the slices to be in thre own tables, so I can set the spacer gif on the far right to "100%" so it repeats. And it doesn't do that if all the slices are in one table...
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center