Jump to content


Cell Splitting Problem


10 replies to this topic

#1 [mez]

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Brisbane, Australia

Posted 01 April 2005 - 11:26 AM

Well i've designed my site and now started coding/dreamweaver'ing it <_<

Now here's the problem: I'm filling cells and all looks perfect in Dreamweaver:

See here: http://www.imageheav...s/mez/dream.jpg

When I preview it in Internet Explorer: http://www.imageheav...iles/mez/IE.jpg

And when I preview it in FireFox: http://www.imageheav...mez/firefox.jpg

What's the problem? :yoda:

;)

Thanks in advance.

#2 Xanderdude

    Jedi In Training

  • Members
  • PipPip
  • 453 posts
  • Location:The Netherlands
  • Interests:Radio controlled flying and Digital art,Web<br />And a little gaming if im bored

Posted 01 April 2005 - 12:14 PM

Insert border="0" in the <table> tag hope it works

#3 maansson

    Young Padawan

  • Members
  • Pip
  • 132 posts
  • Gender:Male
  • Location:Lund, Sweden
  • Interests:Hmm, not much for Photoshop. Havn't taking time to learn it yet. Use Fireworks to the graphical area. More into coding and stuff. PHP, CSS, Java and of course HTML.

Posted 01 April 2005 - 02:13 PM

If you're using the img-tag in IE, I think you'll need to put a <br> after the tag. Don't know why, but it works for me?

#4 [mez]

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Brisbane, Australia

Posted 01 April 2005 - 07:55 PM

Xanderdude: There are already Border=0 codes in place.

maansson: Which IMG tag? The

MG SRC=

?

#5 InFnit

    P2L Jedi

  • Members
  • PipPipPip
  • 822 posts
  • Interests:My interests are my:&lt;br&gt;&lt;br&gt;iidsite - http://iid.outer-heaven.net&lt;br&gt;iidblog - http://iid.outer-heaven.net/blog/&lt;br&gt;iidcommunity - http://iid.outer-heaven.net/forums/&lt;br&gt;P2L - http://www.pixel2life.com

Posted 01 April 2005 - 10:03 PM

Don't split cells. By doing this the cells will increase with the content box which you don't want. Use this:

Try using a new table for every box. Like Content has its one table, so does Navigation etc.
Make a table 3® 1©

In the 1st and 3rd ®s add a table 1® 3© Then work from there :D
And split the middle ® into 3 ©

How do I mine and how I make sure it can strech either way.

#6 [mez]

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Brisbane, Australia

Posted 04 April 2005 - 10:38 PM

What do you mean here:

[/quote]Make a table 3® 1©

In the 1st and 3rd ®s add a table 1® 3© Then work from there wink.gif
And split the middle ® into 3 ©[/quote]

?

#7 InFnit

    P2L Jedi

  • Members
  • PipPipPip
  • 822 posts
  • Interests:My interests are my:&lt;br&gt;&lt;br&gt;iidsite - http://iid.outer-heaven.net&lt;br&gt;iidblog - http://iid.outer-heaven.net/blog/&lt;br&gt;iidcommunity - http://iid.outer-heaven.net/forums/&lt;br&gt;P2L - http://www.pixel2life.com

Posted 05 April 2005 - 01:30 AM

<table>
  <tr>
    <td colspan="3"><table>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="3"><table>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>


#8 [mez]

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Brisbane, Australia

Posted 05 April 2005 - 06:10 AM

Ok, thanks.

#9 maansson

    Young Padawan

  • Members
  • Pip
  • 132 posts
  • Gender:Male
  • Location:Lund, Sweden
  • Interests:Hmm, not much for Photoshop. Havn't taking time to learn it yet. Use Fireworks to the graphical area. More into coding and stuff. PHP, CSS, Java and of course HTML.

Posted 05 April 2005 - 07:52 AM

[mez said:

,Apr 2 2005, 02:55 AM] maansson: Which IMG tag? The
IMG SRC=
?
There's only one <img>-tag. And often (always) you have a src=" " after.
<img alt="Picture" src="picture.png" /><br />
I ment the <br /> after the picture. But after I posted the reply I checked it up. I got the same thin white line, about 1-2 px high. Don't know how to remove it. Anyone?

#10 [mez]

    Young Padawan

  • Members
  • Pip
  • 96 posts
  • Location:Brisbane, Australia

Posted 06 April 2005 - 04:59 AM

My problem ended up being caused by cellpadding.

Just make sure you use Standard view.

#11 maansson

    Young Padawan

  • Members
  • Pip
  • 132 posts
  • Gender:Male
  • Location:Lund, Sweden
  • Interests:Hmm, not much for Photoshop. Havn't taking time to learn it yet. Use Fireworks to the graphical area. More into coding and stuff. PHP, CSS, Java and of course HTML.

Posted 06 April 2005 - 02:03 PM

LoL, something as easy as a cellpadding. Unfortunally that is often the case... :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users