Jump to content

amitamberker

Members
  • Posts

    599
  • Joined

  • Last visited

1 Follower

About amitamberker

  • Birthday 12/20/1977

Previous Fields

  • Languages
    English

Profile Information

  • Interests
    HTML, CSS, SEO, Photography, Adobe Photoshop, Adobe Illustrator, CorelDRAW Graphics Suite, Corel PaintShop Photo Pro, Adobe Dreamweaver, Microsoft Office SharePoint Designer, 2D Gif Animation, JavaScript etc

Contact Methods

  • Skype
    creative201277

Recent Profile Visitors

7,811 profile views

amitamberker's Achievements

Invested Member

Invested Member (3/7)

57

Reputation

  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!
×
×
  • Create New...