Photoshop slice photo won't work in Wordpress...

3 replies
  • WEB DESIGN
  • |
I created a great photoshop pic with 3 links (created with slice tool). The preview works in IE, but when I put it on the blog page, all the slices separated and it was all messed up.

Any suggestions?

BTW, I uploaded all the images to the root folder of the server and pasted the html in the page (in case that helps...)

Thanks,

Brian
#photo #photoshop #slice #wordpress #work
  • Profile picture of the author Ross Dalangin
    Hi Brian,

    Check the HTML if uses colspan
    or if the width is larger than the wordpress table.

    My advice is just embed
    Code:
    <a href="link"><img src="filename-of-first-image.jpg" border="0"></a>
    <a href="link"><img src="filename-of-second-image.jpg" border="0"></a>
    <a href="link"><img src="filename-of-third-image.jpg" border="0"></a>
    or

    Code:
    <table width="total-width-of-all-images" callpadding="0" cellspacing="0" border="0">
    <tr><td widht="width-of-the-image"><a href="link"><img src="filename-of-first-image.jpg" border="0"></a></td>
    <td widht="width-of-the-image"><a href="link"><img src="filename-of-second-image.jpg" border="0"></a></td>
    <td widht="width-of-the-image"><a href="link"><img src="filename-of-third-image.jpg" border="0"></a></td></table>
    {{ DiscussionBoard.errors[2702429].message }}
    • Profile picture of the author BrianDowns
      Thanks,

      It is still doing the same thing... The top image (which is the total width of the table) is just wide enough to fit. Wordpress puts this big border around that image and won't allow it to fit snugly in its space unless I simply "add image." However, If I do that, the bottom 3 images that are supposed to come in underneath have a space on top. They won't but up against the top image.

      Any more ideas would be greatly appreciated
      {{ DiscussionBoard.errors[2703263].message }}
  • Profile picture of the author crescendo
    I think wordpress not sporting this feature, I was also face this problem few days back
    {{ DiscussionBoard.errors[2703462].message }}

Trending Topics