Skip to main content
kieferm9641142
Participant
June 8, 2017
Answered

Table lowering image into none existent row

  • June 8, 2017
  • 1 reply
  • 700 views

I create a 3 x 3 table in Dreamweaver and in design/html preview it looks fine but when I upload it to our site one of my images drops below the table. Anyone have guesses to why this is happening?

(the image below is supposed to all be parallel horizontally )

Code for reference

<table width="1159" height="577" border="0" align="center" cellpadding="0" cellspacing="0">

  <tbody>

    <tr>

      <td width="662" height="577" rowspan="3"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_01.jpg" width="662" height="577" alt=""/></td>

      <td width="15" height="577" rowspan="3"> </td>

      <td width="497" height="275"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_02.jpg" width="497" height="275" alt=""/></td>

    </tr>

    <tr>

      <td width="497" height="27"></td>

    </tr>

    <tr>

      <td width="497" height="275"><img src="file:///P|/- MILLERS MARKETING & DIGITAL/CONTENT PLAN/Week 50 FY17/HOMEPAGES/BTF/NO PADDING/images/jackets-homepage-banner_03_02-03.jpg" width="497" height="275" alt=""/></td>

    </tr>

  </tbody>

</table>

This topic has been closed for replies.
Correct answer osgood_

You have some kind of conflict going on with css. If you comment out the below css file the problem goes away. So its something in that file that is conflicting with the coding of your table holding the 3 images.

<!--<link rel="stylesheet" type="text/css" media="all" href="http://www.millersfashion.co.nz/combined.css?id=f8f41bf915c843a" />-->

Good luck with finding it amongst that lot.

Replace the table code you have now with the table code below, that should get you to where you want to be. (you will probably have to relink the images as you have some 'funny' coding '&#9;' in the links that the forum doesnt like plus get rid of the ' ' around the 2 instances of the non-breaking-space in the table code '$nbsp;' - the forum also doesnt like the posting of non-breaking-spaces. All in all for a web forum its kind of deficient when it comes to pasting code which is ironic really, laughable.

<table width="1159" border="0" align="center" clellpadding="0" cellspacing="0">

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/jackets-homepage-banner-03-01.jpg/     /medias/jackets-homepage-banner-03-01.jpg?context=bWFzdGVyfHJvb3R8MjA4MDcwfGltYWdlL2pwZWd8c3lzLW1hc3Rlci9yb290L2hhYy9oODUvODkyNTUwNjg5NTkwMi9qYWNrZXRzLWhvbWVwYWdlLWJhbm5lcl8wM18wMS5qcGd8ZjEwODI3NjM5NTI2MDllMmJlNmJjY2U1NDVkNTkwMzNjOTU5ODgyYTQxYTNkZWE5MWFjYmNkNTM0YTJhMmY4Zg" width="651" height="577" alt="" />

</td>

<td width="20">

'$nbsp;'

</td>

<td style="vertical-align: top;">

<!-- nest table -->

<table border="0" align="center" clellpadding="0" cellspacing="0">

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/     /medias/jackets-homepage-banner-03-02.jpg?context=bWFzdGVyfHJvb3R8NjY3OTZ8aW1hZ2UvanBlZ3xzeXMtbWFzdGVyL3Jvb3QvaGEwL2hlMy84OTI1NTMxODY1MTE4L2phY2tldHMtaG9tZXBhZ2UtYmFubmVyXzAzXzAyLmpwZ3w3YjI5ZjA4NzlmN2ZjMWNhNjI3MGRmZTYwNTUyYjRiMDY0NmNmOTVjY2VjMzUwNWFlMTI0OTBkZTBkYjVhZGNl" width="487" height="275" alt="" /></td>

</tr>

<tr>

<td height="20">'$nbsp;' </td>

</tr>

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/     /medias/jackets-homepage-banner-03-02-03.jpg?context=bWFzdGVyfHJvb3R8Mjg3NDN8aW1hZ2UvanBlZ3xzeXMtbWFzdGVyL3Jvb3QvaDJkL2hmMS84OTI1NTI4NjIxMDg2L2phY2tldHMtaG9tZXBhZ2UtYmFubmVyXzAzXzAyLTAzLmpwZ3wzMDE0MjVlZWM1NjI0ZDc4Mjk0MTRmOTQxZDk3OTBkMzAwZDhiOTU2YmIxODg5ZGQxZmU5NjI1NDMwNzRlYzkz" width="487" height="275" alt="" /></td>

</tr>

</table>

<!-- end nest table -->

</td>

</tr>

</table>

1 reply

BenPleysier
Community Expert
Community Expert
June 8, 2017

Please supply a link to the site.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
kieferm9641142
Participant
June 8, 2017

Sorry Wrong link. Its on the New Zealnad site

http://www.millersfashion.co.nz/weekly-offers

osgood_Correct answer
Legend
June 8, 2017

You have some kind of conflict going on with css. If you comment out the below css file the problem goes away. So its something in that file that is conflicting with the coding of your table holding the 3 images.

<!--<link rel="stylesheet" type="text/css" media="all" href="http://www.millersfashion.co.nz/combined.css?id=f8f41bf915c843a" />-->

Good luck with finding it amongst that lot.

Replace the table code you have now with the table code below, that should get you to where you want to be. (you will probably have to relink the images as you have some 'funny' coding '&#9;' in the links that the forum doesnt like plus get rid of the ' ' around the 2 instances of the non-breaking-space in the table code '$nbsp;' - the forum also doesnt like the posting of non-breaking-spaces. All in all for a web forum its kind of deficient when it comes to pasting code which is ironic really, laughable.

<table width="1159" border="0" align="center" clellpadding="0" cellspacing="0">

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/jackets-homepage-banner-03-01.jpg/     /medias/jackets-homepage-banner-03-01.jpg?context=bWFzdGVyfHJvb3R8MjA4MDcwfGltYWdlL2pwZWd8c3lzLW1hc3Rlci9yb290L2hhYy9oODUvODkyNTUwNjg5NTkwMi9qYWNrZXRzLWhvbWVwYWdlLWJhbm5lcl8wM18wMS5qcGd8ZjEwODI3NjM5NTI2MDllMmJlNmJjY2U1NDVkNTkwMzNjOTU5ODgyYTQxYTNkZWE5MWFjYmNkNTM0YTJhMmY4Zg" width="651" height="577" alt="" />

</td>

<td width="20">

'$nbsp;'

</td>

<td style="vertical-align: top;">

<!-- nest table -->

<table border="0" align="center" clellpadding="0" cellspacing="0">

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/     /medias/jackets-homepage-banner-03-02.jpg?context=bWFzdGVyfHJvb3R8NjY3OTZ8aW1hZ2UvanBlZ3xzeXMtbWFzdGVyL3Jvb3QvaGEwL2hlMy84OTI1NTMxODY1MTE4L2phY2tldHMtaG9tZXBhZ2UtYmFubmVyXzAzXzAyLmpwZ3w3YjI5ZjA4NzlmN2ZjMWNhNjI3MGRmZTYwNTUyYjRiMDY0NmNmOTVjY2VjMzUwNWFlMTI0OTBkZTBkYjVhZGNl" width="487" height="275" alt="" /></td>

</tr>

<tr>

<td height="20">'$nbsp;' </td>

</tr>

<tr>

<td><img src="http://www.millersfashion.co.nz/medias/     /medias/jackets-homepage-banner-03-02-03.jpg?context=bWFzdGVyfHJvb3R8Mjg3NDN8aW1hZ2UvanBlZ3xzeXMtbWFzdGVyL3Jvb3QvaDJkL2hmMS84OTI1NTI4NjIxMDg2L2phY2tldHMtaG9tZXBhZ2UtYmFubmVyXzAzXzAyLTAzLmpwZ3wzMDE0MjVlZWM1NjI0ZDc4Mjk0MTRmOTQxZDk3OTBkMzAwZDhiOTU2YmIxODg5ZGQxZmU5NjI1NDMwNzRlYzkz" width="487" height="275" alt="" /></td>

</tr>

</table>

<!-- end nest table -->

</td>

</tr>

</table>