Dreamweaver Dilemma

admin

Administrator
Staff member
I have this problem quite often, and I have no idea how to solve it. Maybe someone here can help me.<br />
<br />
I use dreamweaver to design webpages, I use fireworks to make the images. When I put together a bunch of cells, and add an image in the cell, or just draw a cell at the other side of the page. I will notice when I preview the page, that one of the cells has shifted about 5 pixels, and has broken my constructed images.<br />
<br />
When I go back to page design view all is fine. But when I look at the preview again, same thing.<br />
<br />
I hope you all understand what I am trying to say...any information on how I can avoid this will be a great help.<br />
<br />
Thanks.... :rocker:<!--content-->You'll need to post a URL or the code for one of the pages that's giving you a problem. It'll more likely than not be something in the html, but without seeing the code we will never know. :)<br />
<br />
Neil<!--content-->It would be easier if you could post an example for us to see. It could be just your computer/browser with a hiccup. I get them periodically with DW, too.<br />
<br />
I'm not sure what you mean by "cell". If you're using a table, you might want to double check your cell padding/cell spacing.<br />
<br />
If you're putting a sliced image on the page, maybe check that you don't have extra pixels in the slice. An extra image line or blank space, perhaps?<br />
<br />
I haven't done much with layers, but it could be that the positioning of that single layer is out a bit. Do you have the layers set for "no overlap"? Maybe set the layer for the opposite of what you've got now.<br />
<br />
Can you post an example for us? <br />
<br />
Peg<!--content-->This is the Layout in Dreamweaver...<br />
<br />
<!-- m --><a class="postlink" href="http://www.genitechcomp.netfirms.com/dreamweaver-layout.gif">http://www.genitechcomp.netfirms.com/dr ... layout.gif</a><!-- m --> <br />
<br />
<br />
<br />
This is what my Browser show's it as. I use IE 6.0 and Netscape 7, and they both show it the same way..:/<br />
<br />
<!-- m --><a class="postlink" href="http://www.genitechcomp.netfirms.com/browser-preview.gif">http://www.genitechcomp.netfirms.com/br ... review.gif</a><!-- m --><br />
<br />
<br />
Here is the code:<br />
Click Here For Code (<!-- m --><a class="postlink" href="http://www.genitechcomp.netfirms.com/code.txt">http://www.genitechcomp.netfirms.com/code.txt</a><!-- m -->)<br />
<br />
Thanks for the help fellas. I know this is alot and I appreciate your time and help... :)<!--content-->Well i have seen the code.<br />
Using Compress in Arachnophilia takes out the spaces, but no changes this time.<br />
No errors in the code (after adding a html and div tag)<br />
I think you have to put the menu in a table AND the images.<br />
Now there is one table, with nested tables it is easy to see where and what you are doing.<br />
<br />
<br />
:rocker: :rocker:<!--content-->Yeah I have this problem to, I find that by playing with the "no wrap" setting in the tables properties usually after a bit of playing (with the different surrounding tables) I can get it to look right again :)<!--content-->that's exactly how I fix it most of the times also, nuozek. Just this time it wants to be a real pest.<!--content-->make sure your cells are on the same line like this<br />
<br />
<td>stuff</td><br />
<br />
you cannot have this<br />
<br />
<td>stuf<br />
</td><br />
<br />
as that will creat a page break and your cells will look wrong. any time you use a table and if 1 image is bigger than the table thinks it is, it will spread the table.<!--content-->ohhhhh...<br />
<br />
thanks, and your right....<br />
<br />
it had created some extra page breaks in there.<br />
<br />
thanks for the help people...^_^<br />
<br />
:rocker:<!--content-->^ a pretty good point.<!--content-->Well there was one <br><br />
in the wrong place </tr><br><tr><br />
I have dld the link, but in my browser it showes up in a longer page as in the image you have posted.<br />
Has there to be an image at the left site of the bottem?<br />
There are a lot of rowspans and colspans used.<br />
Not easy to figure out what could be wrong.<br />
I have used border=1 to see the layout.<br />
Well i give up......<br />
See the attachment with borders on 1<!--content-->
 
Back
Top