Jump to content


Photo

having probs with tables HTML


  • Please log in to reply
5 replies to this topic

#1 Xanderdude

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 19 February 2005 - 07:56 AM

Posted Image
the problem is i cant get the center right and the image repeats himself (click on the image for better look)
i have this for the center
<tr>
    <td background="middelcontent.gif" >&nbsp; </td>
  </tr>

hope someone can help me out!

#2 .iCY7.

.iCY7.

    Simplicity With A Twist

  • Members
  • PipPipPipPip
  • 1,045 posts
  • Gender:Male
  • Location:England

Posted 19 February 2005 - 08:17 AM

all i can say is do all ur layout at once in photoshop then slice it all and save it as html

#3 maansson

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 19 February 2005 - 09:43 AM

Try solve it with CSS.Here's the code:
.spacer { 
  background: url("spacer.png");
  background-repeat: none;
  background-position: center;
}
And here's the HTML:
<tr><td class="spacer">
Your text here...
</td></tr>
Why use Photoshop, when you can do all the coding yourself, in a more efficient way?

#4 .iCY7.

.iCY7.

    Simplicity With A Twist

  • Members
  • PipPipPipPip
  • 1,045 posts
  • Gender:Male
  • Location:England

Posted 19 February 2005 - 09:52 AM

im used 2 photoshop and i find it quicker

#5 Jaymz

Jaymz

    Retired P2L Staff

  • Members
  • PipPipPipPip
  • 4,104 posts

Posted 19 February 2005 - 05:45 PM

im used 2 photoshop and i find it quicker

Photoshop also codes inefficiently <_< It codes literally meaning it thinks you're not going to do anything to it after, and it really screws up tables sometimes. I always redo the structure after slicing so that its done efficiently ^_^

#6 .iCY7.

.iCY7.

    Simplicity With A Twist

  • Members
  • PipPipPipPip
  • 1,045 posts
  • Gender:Male
  • Location:England

Posted 19 February 2005 - 05:58 PM

im used 2 photoshop and i find it quicker

Photoshop also codes inefficiently <_< It codes literally meaning it thinks you're not going to do anything to it after, and it really screws up tables sometimes. I always redo the structure after slicing so that its done efficiently ^_^

yea my tables always mess up maybe i should use dreamweaver more ;)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users