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
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 ?
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....
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
Arg. Why my profession is filled with crapola code <center> tags are deprecated. align="anything" is deprecated. This isn't 1996 anymore. Something called CSS exists now.
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; }