Search results

  1. S

    How to convert .flv videos?

    i'm using free dvd studio you can download software from here:dvdvideosoft.com/free-dvd-video-software.htm.....install on your computer and find tool for converting flv ....
  2. S

    which is the best word to HTML cleaner?

    you have online free opensource "html cleaner"....
  3. S

    which is the best word to HTML cleaner?

    what you mean with "html cleaner"?
  4. S

    little html question! please help me! ten pt!?

    try to copy links from browsers navigation bar....
  5. S

    Adding a text box automatically? HTML?

    try this code: < H T M L > < H E A D > < T I T L E > T e s t I n p u t < / T I T L E > < S C R I P T L A N G U A G E = " J a v a S c r i p t " > f u n c t i o n t e s t R e s u l t s ( f o r m ) { v a r T e s t V a r = f o r m . i n p u t b o x . v a l u e ; a l e r t ( " Y o u t y p e d : " + T...
  6. S

    How to take button name as a variable in JSP/HTML webpages?

    think this will help you:<FORM> <INPUT TYPE="BUTTON" VALUE="CLICK ME" ONCLICK="window.location.href='www .mysite.com'"> </FORM>
  7. S

    How to save html file in windows 7!?

    make new file in text editor click to "save as..." and type "my page.html" and push save....
  8. S

    I need the solution for Html and Xhtml 5th edition Tutorial 5 Case Problem #1?

    can you post source html code,to see if can help you....
  9. S

    Anyone knows if Nero Video, in Nero 11, accepts .flv videos?

    nothing wrong with your computer,you must convert .flv files into .avi or mpg files before creating dvd.you can download best free software for converting(i'm using too) on site:www.dvdsoft.com....and find download free studio,after that install on your computer run app and put .flv files to...
  10. S

    Tables in HTML won't wrap?

    are you try with <br> tag: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="header.css" rel="stylesheet" type="text/css" /> </head> <body topmargin="0" leftmargin="0" rightmargin="0"> <center> <table width="100%"...
  11. S

    Help with my HTML + CSS?

    <body background:url(some_images.gif) repeat> i think this will work with your page
  12. S

    How to make the <div> inline? Need help fixing a html design?

    i check your code and try this,if you need more help let me know: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Playing...
  13. S

    where to find free downloadable ebooks f0o pocket pc wm5?

    you can find cheap ebooks on site: http://ebook-store.zxq.net.....it's easy and secure for download,you can even pay with mobile....
  14. S

    Can i upgrade my I-mate Device from WM5 to 6 or 6.5? or get Iphone theme?

    you can find answers on xda.developers.com forum
  15. S

    how can i upgrade my htc touch pro 2 to wm6.5?

    try to go on site xda.developers.com and find answers...
  16. S

    The games on mu cp run on internet explore i want them to run on Google Chrome how do i do this?

    make chrome your default internet browser,you can change in internet option....
  17. S

    Learning HTML - how to re-open the text file or change source code?

    try right click on file,then find"open with",choose notepad and that's it...
  18. S

    HTML help?!?!!??!!?!?!?

    this is table with different cells,you can change size changing number,adding <a href="example.html">example</a>tag you can put your pages.....< t a b l e b o r d e r = " 1 " c e l l p a d d i n g = " 5 " c e l l s p a c i n g = " 5 " w i d t h = " 1 0 0 % " > < t r > < t h r o w s p a n = " 2 "...
  19. S

    How to add a background image to an html document? help?

    try to delete white,like this:<body background: url(asd.jpg) repeat>
  20. S

    html image help needed?

    try to copy images in same folder where is html file...
Back
Top