Search results

  1. J

    Nokia E65 please help?

    Okay i did use that code to format the phone, but the problem is my vibration does not work at all, not long ago it worked but not when charging now it does not work at all, is there anything that i can do ?
  2. J

    HTML codeing problem?

    okay because u used <dd> <dd> means definition description if you use that you may probably use <dl> and <dt> (definition list and term) so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list) <ol type="1"> <li> potatoes </li> <li> radishes </li> <li>...
  3. J

    HTML codeing problem?

    okay because u used <dd> <dd> means definition description if you use that you may probably use <dl> and <dt> (definition list and term) so just get rid all definition tags instead use <ul> or <ol> (unordered or ordered list) <ol type="1"> <li> potatoes </li> <li> radishes </li> <li>...
  4. J

    i want to develop a html page where i want two option button for red and green when

    You need to also use JavaScript with HTML but I can even tell how to write exclusively with HTML if you want now open the notepad and take down these codes then save as index.html Index.html ------------------- <html> <frameset rows="10%,*"> <frame name="menu" src="menu.html" /> <frame...
  5. J

    i want to develop a html page where i want two option button for red and green when

    You need to also use JavaScript with HTML but I can even tell how to write exclusively with HTML if you want now open the notepad and take down these codes then save as index.html Index.html ------------------- <html> <frameset rows="10%,*"> <frame name="menu" src="menu.html" /> <frame...
  6. J

    i want to develop a html page where i want two option button for red and green when

    You need to also use JavaScript with HTML but I can even tell how to write exclusively with HTML if you want now open the notepad and take down these codes then save as index.html Index.html ------------------- <html> <frameset rows="10%,*"> <frame name="menu" src="menu.html" /> <frame...
Back
Top