Template screwing up when i use different <h> tags...

Discussion in 'HTML & Website Design' started by FlyinTurdNugget, Oct 16, 2009.

  1. #1
    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!
     
    FlyinTurdNugget, Oct 16, 2009 IP
  2. Traffic-Bug

    Traffic-Bug Active Member

    Messages:
    1,866
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #2
    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.
     
    Traffic-Bug, Oct 16, 2009 IP
  3. FlyinTurdNugget

    FlyinTurdNugget Active Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    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?
     
    FlyinTurdNugget, Oct 17, 2009 IP
  4. WebshoppeSolutions

    WebshoppeSolutions Peon

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    Last edited: Oct 17, 2009
    WebshoppeSolutions, Oct 17, 2009 IP
  5. FlyinTurdNugget

    FlyinTurdNugget Active Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #5
    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!
     
    FlyinTurdNugget, Oct 22, 2009 IP
  6. FlyinTurdNugget

    FlyinTurdNugget Active Member

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #6
    come on.. someone HAS to know the answer to this... i'm dying here... PLEASE help me out..
     
    FlyinTurdNugget, Oct 23, 2009 IP