How do you tab an image?

Discussion in 'HTML & Website Design' started by Davey Crocket, Nov 1, 2006.

  1. #1
    How do you tab an image to go more towards the right?
    I'm working on my header for Iran Forum and I thought it was the " " but that doesn't work:rolleyes:
     
    Davey Crocket, Nov 1, 2006 IP
  2. fordP

    fordP Peon

    Messages:
    548
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <div align="center">
    	<div class="page" style="width:100%; text-align:left">
    		<div style="padding:0px 25px 0px 25px">
    Code (markup):
    take that code and move it up to before the start of your header image, it will move your header over properly.

    if you don't understand exactly what I am talking about or think that modifying it like that will take to long, just go to the header.tpl? and

    add

    <div align="center">
    	<div class="page" style="width:100%; text-align:left">
    		<div style="padding:0px 25px 0px 25px">
    
    Code (markup):
    before the table and

    </div></div></div>
    Code (markup):
    after the table




    yes, &nbsp; should have also worked
     
    fordP, Nov 1, 2006 IP