Jump to content

thibo1025

Members
  • Posts

    118
  • Joined

  • Last visited

Posts posted by thibo1025

  1. I think you want to use meta tags they are useless when you start html encoding. they contain all the information of the page if, for expample you want to be referanced by google.to leran about thease you sould look on the page of another site to know what kind of imformation you should put in there.if you want your page to appear at a certain adress you are wrong, it is not imformation part of the page it is just a question of hosting. depending on the place where it is hosted, it will have a differant adress.

  2. if you want to control the space in between your images you sould be carefull of the margin and cellspacing

    <table border="0" align="center" id="table2" cellspacing="*px" margin="*px"></table>

  3. in an HTML page, I have a problem I want to open a window with the window.open() tagthis is the code I an using to open my window

    <form><input type=button value="new window"onClick="myRef = window.open(''page.htm,'pagename','width=*,height=*,toolbar=1,resizable=0');myRef.focus()"></form>

    there is no other JS code in my page and the button dose not work. could someone explain me the problem?

  4. Ok I wasn't precise enough.in a new window, I have a video in a plugin, this window is resised and I would like to take away the bar. as the only thing that can be done on this page is viewing the video there is no use of the bars and they more annoying than anything else. I hope you see my point now and can help me technically

  5. My problem is this: I would like to take away the toolbar of the window I suppose I need to use javascript for this and I have no idea of the way to do this.If you could tell me how to do this I would be thankfull

  6. I want to make a window appear in a differant size automatically but I have two questions to ask:1 what is the tag able to do this2 should this tag go in the page which should appear in a differant window or in the link wich leads to this page?

×
×
  • Create New...