1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Architecture Template

Discussion in 'Web Design' started by hund, Nov 18, 2009.

  1. hund

    hund New Member

    Hello Everyone,

    I am no stranger to this site but it has been months since I have worked with any templates. A friend asked me to make him one and I have been trying my best, but the div tag system puzzles me.

    [​IMG]

    I took out the original picture in the template but the space is still there and I cannot get rid of it. It says 301px padding when I scroll over but I cannot find it in the code at all.

    If someone could please help me I would appreciate it.
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    You need to adjust style.css in two places.
    Code:
    #header {
      position: absolute;
      top: 0;
      left: 243px;
      width: 535px;
      height: 179px;  [COLOR="Red"]<------ change[/COLOR]
      background: url(images/header_2.jpg) no-repeat;
    }
    
    
    
    #right {
      float: right;
      width: 490px;
      padding-right: 9px;
      padding-top: 201px;   [COLOR="#ff0000"]<--------- change[/COLOR]
    }
     

    Attached Files:

    • arc2.jpg
      arc2.jpg
      File size:
      19.7 KB
      Views:
      685