Need urgent Help!

Discussion in 'HTML & Website Design' started by coolahmed, Nov 1, 2008.

Thread Status:
Not open for further replies.
  1. #1
    Hello!

    Guys i am new to HTML this is my site

    www.emonx.com/imgs

    i want to know how to bring the upload form in the center doesnt works with <center> code


    Thanks!
     
    coolahmed, Nov 1, 2008 IP
  2. belkocrnic

    belkocrnic Active Member

    Messages:
    107
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    put #divid{margin:0 auto;} in the css code and the div will be centered
     
    belkocrnic, Nov 1, 2008 IP
  3. coolahmed

    coolahmed Banned

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    not working but thanks !

    i would like to tell u that i got uploadform.html template file !

    this would help us
     
    coolahmed, Nov 1, 2008 IP
  4. coolahmed

    coolahmed Banned

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    please ? tell me
     
    coolahmed, Nov 1, 2008 IP
  5. oldsteel68

    oldsteel68 Peon

    Messages:
    364
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you have existing <div> tags, add the following:

    <div [B]align="center"[/B]>YOUR CODE</div>
    Code (markup):
     
    oldsteel68, Nov 1, 2008 IP
  6. JWRmedia

    JWRmedia Banned

    Messages:
    499
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I went to look at it for you, but the site seems to be down. :(
     
    JWRmedia, Nov 1, 2008 IP
  7. Xavier_3D

    Xavier_3D Well-Known Member

    Messages:
    1,299
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    140
    #7
    Site is down mate. However oldsteel's code should work fine.
     
    Xavier_3D, Nov 1, 2008 IP
  8. desertst0rm

    desertst0rm Peon

    Messages:
    330
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Don't use that thread title nextime. Imagine if all people asking for help will use that, Don't you think it's annoying?
     
    desertst0rm, Nov 1, 2008 IP
  9. foreststone

    foreststone Peon

    Messages:
    1,355
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    You can edit uploadform.html , use <div align="center">YOUR CODE</div>
     
    foreststone, Nov 1, 2008 IP
  10. coolahmed

    coolahmed Banned

    Messages:
    141
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    it has no div tags it has table tags
     
    coolahmed, Nov 2, 2008 IP
  11. desertst0rm

    desertst0rm Peon

    Messages:
    330
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Try using FCKEditor ,
     
    desertst0rm, Nov 2, 2008 IP
  12. oldsteel68

    oldsteel68 Peon

    Messages:
    364
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Ok, open the file with whatever exitor you have. If you have no editor, use notepad or whatever.

    Find the code for the form script. Put before it:
    <div align="center">
    Code (markup):
    After it:
    </div>
    Code (markup):
    So it should look like this when you are done:
    
    <div align="center">ALL YOUR FORM CODE</div>
    Code (markup):
     
    oldsteel68, Nov 2, 2008 IP
Thread Status:
Not open for further replies.