Jump to content

thibo1025

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by thibo1025

  1. and how do you set the target of the link?
  2. you can also put animage on a button <button onclick="window.location='your_url'"><img scr="url" height="*" width="*"></button>
  3. isn't it part of the body attributes?
  4. thats what's great about programming!
  5. I feal it more clean to put the ul tag, it's my idea of the thing
  6. thanks now I got the trick I tryed this method before thow and it wouldn't work but as I tryed on the editor It should work
  7. actually I cheked and was wrongMimika had the right idea of the way to do it but the wrong structure for the list the wright code is this <div align="center"><ul><li>1</li><li>2</li></ul></div>
  8. thibo1025

    Web address

    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.
  9. 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>
  10. dosen't li have an align feature? should we put something like this? <ul align="center"><li>1</li><li>2</li></ul> I might be compleatly rong thow
  11. really? it seamed as thought when I look at a page wich explained to me the method.If there is another way to do this could you explain to me how I should do this.
  12. maybe you should avoid thease kind of topics. they aren't that of a use but if you found the answer to your problem then good.
  13. all right I see I might look to my codes to see if I could try out the new school.
  14. 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?
  15. I would be interested in the newschool method. I am using the oldschool but the CSS method sounds more efficcent. could you explain the codes in use?
  16. thibo1025

    Frames

    do you mean in a framset? or inside the frame directly?
  17. thank you I understood your solution and can solve my problem
  18. 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
  19. I know that and what I want is to know how to do this in a new window, I allready have a small js code to resise this page but I want to remoove the bar tell me how
  20. 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
  21. And how could I remove the navigator bars(ine IE)
  22. Right. But what could be the javascript code I would want to use to do this?
  23. 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?
  24. Thank you for your help RahXephon. I was sort of stuck with my site.
×
×
  • Create New...