Need a very Small help related to HTML Coding

Discussion in 'HTML & Website Design' started by dollar-guy, Oct 29, 2009.

  1. #1
    Hi all,

    I just need a very small Help regarding HTML Coding..

    I have made a HTML Page.. and I need to add a Paypal Buy Now button to it.. but when ever i add the Buy Now Code provided by Paypal, it is coming to the left corner of the Page. What should i do to put it at the Center..

    Hope You got my point :(

    PLs somebody help me
     
    dollar-guy, Oct 29, 2009 IP
  2. allenlinkmaster

    allenlinkmaster Peon

    Messages:
    147
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    put center tag, or adjust with padding !
     
    allenlinkmaster, Oct 29, 2009 IP
  3. dollar-guy

    dollar-guy Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Can you just giv an example.. I m nt gud at HTML.. i Tried with center Tag.. But it dint work..

    Can u say abt the Padding stuff ?
     
    dollar-guy, Oct 29, 2009 IP
  4. dollar-guy

    dollar-guy Peon

    Messages:
    56
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It Worked..

    Thanx :)
     
    dollar-guy, Oct 29, 2009 IP
  5. forextrendalerts

    forextrendalerts Guest

    Messages:
    132
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi, I wonder if there is a HTML code that dosn't show the real adress in the adress bar, like Dot.TK do. I want my visiters to use a forum that is hosted by these free phpbb services, but it's anoying that the adress changes... And I can't just use frames, this disables auto-login and as soon that they do login, the real adress apears....
     
    forextrendalerts, Oct 29, 2009 IP
  6. wren

    wren Guest

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    try using <div align="center"> Code here </div>

    as for the address bar, you will need a domain or .tk domain then you can put your website in a <frameset>
    this will hide all the inline frame content and addresses and only display the parent frame address
     
    wren, Oct 29, 2009 IP
  7. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Arg. Why my profession is filled with crapola code :mad:

    <center> tags are deprecated.

    align="anything" is deprecated.

    This isn't 1996 anymore. Something called CSS exists now.
     
    Stomme poes, Oct 29, 2009 IP
  8. stejas

    stejas Guest

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Agree with Stomme poes, using CSS stylesheets instead of align tags name the div as in <div id="id1"> and in the css file set a style
    .id1 {
    align:center;
    }
     
    stejas, Oct 30, 2009 IP
  9. Om ji Kesharwani

    Om ji Kesharwani Peon

    Messages:
    211
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    center tag is deprecated.
    You can also do it by using css auto property.
     
    Om ji Kesharwani, Oct 30, 2009 IP