when ever i go to make an image a link in dreamweaver it shifts everything a little bit. it only shows up in IE chrome shows it perfectly.

here are some images to show u

[IMG]http://i3.photobucket.com/albums/y73/damagedbodies/normal.jpg[/IMG]

[IMG]http://i3.photobucket.com/albums/y73/damagedbodies/slices.jpg[/IMG]

also is there a code to make your website show up the same size no matter what resolution you view it in?

1. that is not a live view but design view in DW. But if it looks same in your browsers check CSS for common mistakes like borders or floats of your div tags
2. Percentages are a fluid width, they scale to the size of the window (therefore there is not enough space it will squeeze everything in, and if there's too much space it'll space everything out). Using EM for fonts and % for widths is the best method to use (it's the most accessible) however if you want to prevent your content being spread to wide or too thinly (as is what I guess is happening in your case - it's too wide in large windows) you can use min-width and max-width (same for height), in DW file>new>blank page> you can pick up your favourite layout

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.