Jump to content

Xtazy

Members
  • Posts

    140
  • Joined

  • Last visited

Everything posted by Xtazy

  1. Xtazy

    Structure

    If my navigation menu is in the left side of the page, how can I write the site near it, and not to begin the page from under the menu?
  2. Because I want to separate them somehow from the rest of the site...with a line or smth...and the tables do that...
  3. How can I make horizontal tables? In my navigation menu a have some links and I want to separate them from the rest of the site, adding them in a table.
  4. It worked for me... What errors do you have?
  5. I found this on google.It's a countdown generator but i don't think that it's gonna direct the user to a different location...See if you can modify smth...I don't know javascript...
  6. Xtazy

    Table Spacing

    Find you image and get it's code uploading it on www.imageshack.usthen add to the image <right> and </right>...i think...:-?
  7. Yeah , but to me is simple to <center> and </center> all i want to center instead of using that code once...Dunno why, but it looks more....more...i dunno, more something......and it's easier to remember...for me......
  8. First time when i read this...very true...Many problems would be resolved with just a search....there, on the main site , and here, on the forum too...lots of questions are asked more then 2 times...In some situations, the topics names aren't very suggestive, it's true...but....
  9. Too long...:)Primal, but you can center that image with <center> too...i did it...
  10. <div align="center"> and </div>
  11. Oh yeeeah, 10x a lot...I understand now...But, only for my general culture, how can that frameset document modifies after I created that mynavpage...I mean, doooh...?!?!
  12. I don't understand...How can i make this thing? (i use notepad, btw)
  13. This one? <html><frameset cols="33%,*"><frame src="mynavpage.html"><frame src="http://www.google.ro/" name="showframe"></frameset></html><html><body><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://www.w3schools.com/" target ="showframe">W3Schools</a></body></html> I've tried it but on the left panel says " The page cannot bla bla bla"
  14. Xtazy

    what is proxy

    A final example:If you have ban on a forum, you can use a proxy server (a different identity that modifies your IP) to go back on that forum and post. (that works only if the forum hasn't a protection, but mostly have).Roger that? Copy me? Understood?
  15. Yeah, I know...and what's the final code? Something like: <html><frameset cols="33%,*"><frame src="mynavpage.html"><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://www.w3schools.com/" target ="showframe">W3Schools</a><frame src="http://www.google.ro/" name="showframe"></frameset></html> ..or what?
  16. Yap, that worked...And how can i "link" them...i mean like this http://www.w3schools.com/html/tryit.asp?fi...rame_navigationTo have in the left side the navigation options and when you click on that, sends you to the sites corresponding to the frame?
  17. It worked but i see only google...how can i access the others?
  18. One more question, what code do I have to write to have something like this ( http://www.w3schools.com/html/tryit.asp?fi...rame_navigation ) and instead of frame a,b,c, to have google, yahoo and w3schools?this one didn't work: <html><frameset cols="120,*"><frame src="tryhtml_contents.htm"><a href ="http://www.google.ro/" target ="showframe">Google</a><br><a href ="http://www.yahoo.com/" target ="showframe">Yahoo</a><br><a href ="http://w3schools.com/" target ="showframe">W3Schools</a><br><frame src="http://www.google.ro/" name="showframe"></frameset></html>
  19. Ok, i think i understand now...
  20. The HTML Frames tutorial, says this: If I do that, the background color or image disappears once i don't include the frames into the <body> tag... What can I do or what did I understand wrong?10x,Xtazy
  21. I think that <strong> and <em> have other functions in some cases...So you better use simple <b> and <i> , it's safer than the others...
  22. Xtazy

    Basic Form!

    Gosh, what newbies are you talking about? So , Amit, what are you trying to do?On my opinion.... <html><body><form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"><h3>This form sends an e-mail to W3Schools.</h3>Name:<br><input type="text" name="name"value="yourname" size="20"><br>Mail:<br><input type="text" name="mail"value="yourmail" size="20"><br>Comment:<br><input type="text" name="comment"value="yourcomment" size="40"><br><br><input type="submit" value="Send"><input type="reset" value="Reset"></form></body></html> And it does this.
  23. Give us an example of what do you want to do...Later edit:BTW, in that example of mine, the source cod is: <a href ="frame_a.htm" target ="showframe">Frame a</a><br><a href ="frame_b.htm" target ="showframe">Frame b</a><br><a href ="frame_c.htm" target ="showframe">Frame c</a> If you put that code the way that it is it won't work...
  24. Xtazy

    what is proxy

    No!The proxy is another identity for YOUR computer...In your example, you are in USA and you CAN access that DIFFERENT SERVER with a proxy...this identity (proxy) is represented by IP's.Look: http://www.proxy4free.com/page1.html
  25. YepAnd if you refer at i think you refer to you'll need this: <html><frameset cols="120,*"><frame src="tryhtml_contents.htm"><frame src="frame_a.htm" name="showframe"></frameset></html> Look what is doing: http://www.w3schools.com/html/tryit.asp?fi...rame_navigation
×
×
  • Create New...