Search results

  1. S

    Html / css code question - background color?

    you need to change value of color,if you need silver color input code....<body bgcolor="silver"> or you need red color add code to your example:<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#ff0000">.....
  2. S

    html move table to the top of an image?

    try with <p> tags that will put your link in begin.
  3. S

    How do I save this Notepad file to .html?

    forgot one tip: use "notepad++" for editing html files,it's easy way,find on google for download sortware
  4. S

    How do I save this Notepad file to .html?

    you don't need choose ,just type in box name of file like this:"title.html"
  5. S

    download Steve Jobs biography

    here you can download Steve Jobs Biography: zaradi na netu: Biography Steve Jobs this is "must have" e-book....
  6. S

    What shoul i type to give image background in html?

    you can try this code: < b o d y b a c k g r o u n d = " D:\Sarah Nizomi Documents \tumblr\Photoscape\beautifulife.jpg" >
  7. S

    Problems with adobe flash player?

    are you run install file when finish download?
  8. S

    my computer won't run downloaded .swf files?

    try to install right codecs on computer...
  9. S

    Gallerygen - Image Gallery HTML Code Generator?

    you can find here: HTML5 - GalleryGen - Image Gallery HTML Code Generator | CodeCanyon
  10. S

    What is the "X-XRDS-Location" attribute used with the meta tag in HTML?

    XRDS (eXtensible Resource Descriptor Sequence) is an XML format for discovery of metadata about a resource – in particular discovery of services associated with the resource, a process known as service discovery. For example, a website offering OpenID login can resolve a user's OpenID identifier...
  11. S

    No idea why this simple rollover script isn't working!! HTML?

    you must change images extension you have this code:"images/Apps.psd",it must be:"images/Apps.jpg" or "images/Apps.gif",make image in .jpg format and then try...
  12. S

    How Do I Change The Border Style of My Table In HTML?

    here is all values you can change in border-style:none; hidden; dotted; dashed...
  13. S

    PHP & HTML [BASIC FORM]?

    here is your php form,you must apply your html and your user details: <?php if(isset($_POST['email'])) { // EDIT THE 2 LINES BELOW AS REQUIRED $email_to = "[email protected]"; $email_subject = "Your email subject line"; function died($error) { // your...
  14. S

    I need some HTML help! easy help?

    try with this example to put in your page: <html> <head> <style type="text/css"> body { background-image:url('your banner.gif'); background-repeat:no-repeat; background-attachment:fixed; } </style> </head> <body> <p>The background-image is fixed. Try to scroll down the page.</p> <p>The...
  15. S

    How to add html code to Facebook?

    think you can't do that,don't have acess from facebook ....
  16. S

    How do I convert a HTML file to pdf, exe, or app?

    try to find online html to pdf converter on google....
  17. S

    what is HTML Web browser?

    html browser is any kind of browser like chrome,firefox,internet explorer,opera etc....so if cell phone don't have browser it's mean that you can't go to browse internet winth cell phone and you choose better cellphone....
  18. S

    quick HTML question :)?

    on your browser can see source code of any web page,go to options and find view source ,and there you can see all html code....
  19. S

    Problem opening .swf files?

    try to install macromedia from adobe site...
Back
Top