Search results

  1. S

    When opening a .swf file I cant locate adobe flash player to open it?

    try to reinstall flash from adobe site,or try to install macromedia...
  2. S

    What program do I use for a .swf file?

    try to install macromedia,that work...
  3. S

    [HTML] Basic form [HELP!]?

    think you need something like this: <html> <body> <h3>Send e-mail to [email protected]:</h3> <form action="MAILTO:[email protected]" method="post" enctype="text/plain"> Name:<br /> <input type="text" name="name" value="your name" /><br /> E-mail:<br /> <input type="text" name="mail"...
  4. S

    HTML help! Please answer!?

    here is your code: <html> <body> <form name="input" action="html_form_action.asp" method="get"> <input type="checkbox" name="vehicle" value="Bike" /> I have a bike<br /> <input type="checkbox" name="vehicle" value="Car" /> I have a car <br /><br /> <input type="submit" value="Submit" />...
  5. S

    im trying to put an ad on my youtube but i dont know where to enter the HTML code. can i have some help?

    Here on YouTube you do NOT paste HTML code in your videos. Period. You go to your video and "Enable Revenue Sharing" and YouTube does the rest. All you do with AdSense is link it to YouTube. There are NO steps in AdSense, NONE.
  6. S

    MacOSx to windows html/asp codes?

    this is one of editor you need for download:jEdit - Programmer's Text Editor - overview
  7. S

    How to upload an html code to a website?

    you can use t35.com webhosting,you can easy upload your files with ftp,and they have support....
  8. S

    I know Html and Css what do i learn now?

    learn javascript and php....
  9. S

    side by side scroll region in html?

    try to change align=right...like this:<div style="height:100%; width:80%; overflow:auto;" valign="right">
  10. S

    side banner html code? PLEASE ANSWER?

    are you try with div tags...if you need more help post your html code of page.,.
  11. S

    Help with Html Codes?

    can you post your problem?
  12. S

    swf to video convert?

    try to convert swf to avi then make subtitles on avi file finally convert that avi file to swf,try that if you don't find any software....
  13. S

    how do i update flash player to view facebook videos?

    go to adobe flash player site and download latest player and install...
  14. S

    HTML color code help... How html color code can be used to see the result from deep color to light color?

    that what you see is header image,you can make with photoshop or any other editor,and you put in the site with html or css code....
  15. S

    conversion PSD to HTML with a netbook- possible?

    yes you can,try to find on google psd to html converter online...
  16. S

    Website only showing html, no layout, borders, colors, etc?

    check if you upload your css file or any other file what missing,images or else....
  17. S

    Is there any privacy problem when the job of conversion PSD to HTML CSS being done by others?

    you can do this but you must teke right men for that job ,secured,specialy if you have password on site
  18. S

    HTML/CSS Rollover State?

    you need javascript to do this,here is your code..... <!-- place the following code within the <BODY> of your document --> <script language="javascript" type="text/javascript"> normal_image = new Image(); normal_image.src = "path/img.gif"; mouseover_image = new Image(); mouseover_image.src =...
  19. S

    can html have both javascript and css?

    here you can have css and javascript....<html> <head> <style type="text/css"> body { background-color:#d0e4fe; } h1 { color:orange; text-align:center; } p { font-family:"Times New Roman"; font-size:20px; } </style>< s c r i p t t y p e = " t e x t / j a v a s c r i p t " > f u n c t i o n d i s...
  20. S

    HTML key pattern to popup alert window?

    think you need somethig like this....< b o d y > < s c r i p t t y p e = " t e x t / j a v a s c r i p t " > w i n d o w . a l e r t ( " Hello World!!! " ) < / s c r i p t > < / b o d y >
Back
Top