Here's the deal.. built my own template in photoshop, and now I have it in dreamweaver and am using it for my site... Only issue is when i type in the "content area" of my page, using any sort of header tag, or if i space down (enter) to the next line to type, and preview the page, it has all my images and everything no longer aligned... anybody have any idea what could be causing this? I'm dyin here!
Or you using a simple columnar CSS and not tables for layout? That may be the reason why adding anything in the content area screws up the whole layout.
im not entirely sure... i created the layout in PS, then sliced the images, brought it to DW... then i replaced all the images with the div tags containing the original images as the background... so?
Go from using <div> <p></p> </div> to using <div> <br><br> </div> I'm assuming this is just regular old html and not anything like strict xhtml. If so, write your images into a fixed <table><tr><td><div></div></td></tr></table> configuration and align default, left, center, or right. This should help with your image alignment issue. (dreamweaver) You may also write your content into a fixed <table> configuration too so as to not possibly disrupting your images <table> placement. If the psd used background images in the template, you might try using the slices as table backgrounds in the appropriate places, being sure that your cellpadding/spacing is set to 0.
still having issues with this... the above hasnt helped me.. maybe im understanding it wrong... maybe its just not the solution... i am BEGGING for help!