Jump to content

amitamberker

Members
  • Posts

    599
  • Joined

  • Last visited

Everything posted by amitamberker

  1. Thank you dsonesuk! Thanks a Lot! Now the Updated CODE looks like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled 1</title> <style type="text/css"> .style1 { font-family: Verdana; font-size: 10pt; text-align:justify; } .style2 { cursor:pointer; } </style> </head> <body> <div style="width:243px"> <div><span class="style1">W3Schools is a popular web site for learning web technologies online.[2] Content includes tutorials and references relating to...</span> <br /> <br /> <p style="margin:10px 0 0 115px;font:9pt Verdana; color:#4A7FC9; text-decoration:underline;"><a onclick="myFunction()"><strong class="style2">Click to Read More</strong></a></p></div> <div style="margin:30px 0 0 0;display:none;height:100%" id="myDIV" class="style1">W3Schools is a popular web site for learning web technologies online.[2] Content includes tutorials and references relating to HTML, CSS, JavaScript, PHP, AngularJS, SQL, Bootstrap, and jQuery. It receives more than 10 million unique visitors monthly.[1] Created in 1998, its name is derived from the World Wide Web, but is not affiliated with the W3C (World Wide Web Consortium).[3] It is run by Refsnes Data in Norway.[1] W3Schools presents thousands of code examples. By using an online editor, readers can edit examples and execute the code in a sandbox.<br/> <br/> W3Schools is a popular web site for learning web technologies online.[2] Content includes tutorials and references relating to HTML, CSS, JavaScript, PHP, AngularJS, SQL, Bootstrap, and jQuery. It receives more than 10 million unique visitors monthly.[1] Created in 1998, its name is derived from the World Wide Web, but is not affiliated with the W3C (World Wide Web Consortium).[3] It is run by Refsnes Data in Norway.[1] W3Schools presents thousands of code examples. By using an online editor, readers can edit examples and execute the code in a sandbox.<br/> <br/> W3Schools is a popular web site for learning web technologies online.[2] Content includes tutorials and references relating to HTML, CSS, JavaScript, PHP, AngularJS, SQL, Bootstrap, and jQuery. It receives more than 10 million unique visitors monthly.[1] Created in 1998, its name is derived from the World Wide Web, but is not affiliated with the W3C (World Wide Web Consortium).[3] It is run by Refsnes Data in Norway.[1] W3Schools presents thousands of code examples. By using an online editor, readers can edit examples and execute the code in a sandbox.<br/> <br/> W3Schools is a popular web site for learning web technologies online.[2] Content includes tutorials and references relating to HTML, CSS, JavaScript, PHP, AngularJS, SQL, Bootstrap, and jQuery. It receives more than 10 million unique visitors monthly.[1] Created in 1998, its name is derived from the World Wide Web, but is not affiliated with the W3C (World Wide Web Consortium).[3] It is run by Refsnes Data in Norway.[1] W3Schools presents thousands of code examples. By using an online editor, readers can edit examples and execute the code in a sandbox.<br/> </div> </div> <script> function myFunction() { var x = document.getElementById('myDIV'); if (x.style.display === 'none') { x.style.display = 'block'; } else { x.style.display = 'none'; } } </script> </body> </html>
  2. Can you please Explain once again in a Different and More Easier way? Feeling little bit Difficult to Understand.
  3. Thanks for your Response Ingolme. In that Case, I will Check with Domain and Server hosting Vendor. Hopefully they Should be able to Help Me. If I may ask you, can you please provide your Email ID? I would like to Send you an Email. I tried Sending you Message from here. It's not happening.
  4. Thanks for your Response Ingolme. Which Software do I Need in Server? Please let me know.
  5. Dear Friends - So, is this the Right Way? Please let me know. dsonesuk said > "Using href="#" will have side effects compared to button in that it will reload the page, taking you to top of page with address bar url having '#' at end." I have used cursor:pointer; in CSS but I not Seeing the Hand Cursor on "Click to Read More". Please help. Look forward to Hearing from you.
  6. Upon filling the Email ID in "Enter E-mail here" field and then Clicking SEND, a Specific Sign-Up Page should Open and the filled Email ID should Appear. Please Help. <body> <table style="width:239px"> <tr> <td width="239" background="images/a13_bgr.jpg" style="background-repeat:repeat-x; width:239px; height:83px"> <table width="239" border="0" cellpadding="0" cellspacing="0"> <tr><td height="31"><img src="images/a15_news.jpg" width="129" height="11" style="margin:17px 0 0 30px"></td></tr> <tr><td height="24"> <form><table height="24" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="159"><input type="text" value="Enter E-mail here" onClick="this.value=''" style="width:123px; height:18px; padding:1px 0 1px 4px; font-size:10px; margin:3px 0 0 30px"></td> <td width="80"><input type="image" src="images/a14_send.jpg" height="24" width="55" style="cursor: hand; cursor: pointer;"></td> </tr></table></form></td></tr> <tr><td height="28"><p style="margin-left:34px"><a href="#" class="newsletl">Cancel subscription</a></p></td></tr></table> </td></tr></table> </body>
  7. Can you please Show Me an Example? By the way, I don't need anything at the End and I Don't want the Page to ReLoad. Okie. Yup. I mean UserName. To which Moderator should I Request?
  8. Ok. Got it. But however, like I asked you is it Ok to add href="#" in <a> element? Or you would Recommend to Set the Cursor style by using CSS cursor:pointer? Which option is better? Means? I mean, my w3schools Profile Name (aka) Display Name.
  9. JMRKER - I am still Discussing with dsonesuk and Following his Instructions. Thank you.
  10. Please see the attached HTML File. Why am I not able to See the "Hand Icon" upon taking the Cursor on "Click to Read More"? Should I add href="#" after onclick="myFunction()" ? Please let me know. By the way, I have another Query. I want to Change my Display Name. What should I Do? ReadMore_Click_And_DropDown.html
  11. OK... I will try and Revert Back to you. Thank you My Friend!
  12. Yesterday Night I Tried that. In that CODE, first the DIV Displays and then upon Clicking the Tab, it Hides. I want the Other Way around. I mean, first it should Hide and then upon Clicking it should Display.
  13. I want to Hide the following DIV which is Located just above the </body> <div style="margin:30px 0 0 0">Blah... Blah... Blah...</div>
  14. Hello Dear Friends!!!... :-) Can you please Help me? Look forward to hearing from you. Thank you!
  15. Hi davej, Thanks for your Response. I had went to Manufacture's Websites (BROTHER, HP, Canon, Epson, Samsung) and Searched there. But Alas, I could not Find as per my Requirement. Even I tried with few Vendors but they said, they don't have Laser Printer with BlueTooth Option with them. If possible, could you please to Find something for me on Google? I tried on Google but could not find it.
  16. Hello Everyone, Can you tell me which A4 Size Laser Printer has BlueTooth Option? I Googled as "bluetooth a4 laser printer" but could not Find it.
  17. Microsoft Office SharePoint Designer 2007. I hope You received my Email.
  18. Yup! A Gap. I will Email you the HTML File for your Reference.Okie Dokee. Gotch you. Thanks for the Info. I think I am Aware about that. But still, thank you.
  19. Hi talbotracer, Can you please Show Us your Website's HTML Code? I know how to Make your Mp3 Play when a Visitor Arrives to your Home Page but I have NO IDEA about how to Instruct the CODE Not To Play Again for Same Visitor. But however, I will Try my Best to Help You. Please Post your CODE. Let's try to Learn Together. And also please send the Name of your Mp3 File.
  20. Yup! There is a Gap underneath Text and Purple Background. What should I do to Get-Rid of it?
  21. You mean, above the Footer? But that 30px and #b8f378 is Needed. Yup! It's an Empty DIV but 30px and #b8f378 is Part of Design. Hence, I had to Make it that Way.
  22. Nope. Not like this. Please check those 4 Boxes (Image and Content) in Master PNG
  23. Hi thescientist, Thanks for your Reply. I am asking if I have Done the entire CODE Properly OR Not. Please Save the FILE into test.html File and Publish it on your Browser. Oh! By the way, there is a Additional Grab at the Bottom. Could you please tell me How should I Remove it? Please check the CODE from your Browser.
  24. Hello,Am I Doing it Correct OR am I Doing Something Wrong? <style type="text/css">#ContainerOf4Boxes {width: 470px;}.Testing01 {background-image: url('images/XXX.png');width: 116px;height: 83px;background-repeat: no-repeat;padding-right: 2px;width:116px;float:left; }.Testing02 {background-image: url('images/XXX.png');width: 116px;height: 83px;background-repeat: no-repeat;padding-right: 2px;width:116px;float:left;}.Testing03 {background-image: url('images/XXX.png');width: 116px;height: 83px;background-repeat: no-repeat;padding-right: 2px;width:116px;float:left;}.Testing04 {background-image: url('images/XXX.png');width: 116px;height: 83px;background-repeat: no-repeat;width:116px;float:right; }.TextFor4Boxes {width: 116px;height: 33px;float: left;background-color: #4e1152;font-family: Arial;font-size: 11px;text-align: center;color: #FFFFFF;text-decoration: none;margin-right: 2px;padding-top: 4px;}.TextFor4Boxes02 {/* Update = float: right and Removed margin */width: 116px;height: 33px;float: right;background-color: #4e1152;font-family: Arial;font-size: 11px;text-align: center;color: #FFFFFF;text-decoration: none;padding-top: 4px;}</style></head><body><div id="ContainerOf4Boxes"><div class="Testing01"></div><div class="Testing02"></div><div class="Testing03"></div><div class="Testing04"></div><div class="TextFor4Boxes">w3schools</div><div class="TextFor4Boxes">w3schools<br />...w3schools...</div><div class="TextFor4Boxes">w3schools<br />AB w3schools CD</div><div class="TextFor4Boxes02">w3schools</div><b>How do I Delete (Remove) this Additional SPACE?</b></div></body></html>
×
×
  • Create New...