Please anyone help with this

Discussion in 'HTML & Website Design' started by masterc19, Jul 2, 2009.

Thread Status:
Not open for further replies.
  1. #1
    i am use webeasy7 for my site but i can not figure out how to center it can anyone help me with this Thanks :confused: the site is www. ineedtoknowitall.com
     
    masterc19, Jul 2, 2009 IP
  2. markupdude

    markupdude Peon

    Messages:
    215
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Webeasy7 seems like a website builder/editor. It's difficult for us to guide you make it work with that software.

    Try doing this:

    [1] Delete everything that is there in your 'index_p.css' (keep a backup of original file if u wish) and copy-paste the below block of code in there.

    body#page { background:#fff; text-align:center; }
    
    #e2 { width:350px; margin:0 auto; }
    
    #e3 { padding:15px 0; }
    
    #e4 { background:url(album4001001.jpg) no-repeat top left; display:block; margin:0 auto 10px; width:300px; height:318px; }
    
    #e5 { padding:15px 0 0; }
    
    .cc01 { font:bold 10pt 'Times New Roman', Book, Georgia, serif; color:#000; }
    
    .cc02 { font:bold 18pt 'Arial', Helvetica, sans-serif; color:#000; }
    
    .cc03 { font:bold 16pt 'Arial', Helvetica, sans-serif; text-decoration:underline; color: #000000; }
    
    Code (markup):
    [2] Open index.html find the line :

    <div class="cc02" id="e3">What You Need To Know When You Need To Know It</div> 
    
    Code (markup):
    move (cut-paste) it below the line that starts with <div id="e2">

    Hope that will apply some changes. If there is something more ask here.

    It would be much easier if you can code it in a simple text editor, i would recommend Notepad++ . That way i and others can help you with much detailed instructions :)
     
    markupdude, Jul 2, 2009 IP
  3. masterc19

    masterc19 Member

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    Thanks for the good info :D
     
    masterc19, Jul 3, 2009 IP
Thread Status:
Not open for further replies.