Recent content by Rounder

  1. R

    2013 Solar Storms - What can be done to the power grid to protect them from...

    ...being damaged during the storms? I understand the US has recently passed legislation to strengthen their power grid, but what exactly will they do? This information is from Nasa http://blogs.telegraph.co.uk/culture/tomchivers/100008500/nasas-2013-solar-flare-warning-how-much-do-we-need-to-worry/
  2. R

    Why doesn't my Vista Ultimate recognize my Attache 4gb Flash Drive?

    is the usb port you are plugging it into a 2.0 port? - try one of the other usb ports
  3. R

    Trust Fund millionaires enjoy all the benefits of society - roads, schools, police,...

    you obviously do not know the tax code laws additional: qncyguy21, thank you for making my point
  4. R

    What is a swing state today?

    all of them
  5. R

    how to extend the image background while composing a html page?

    in your css script use the following: body { width:100%; height:100%; background-image:url(" /images/backgrnd.jpg") repeat-x; } just replace the source location and file name for the background image with the image your want to use...
  6. R

    Looking for a good HTML editor - not wysiwyg?

    http://sourceforge.net/projects/notepad-plus/ -- notepad++
  7. R

    The HTML Datascr tag doesent' work.?

    you should be using 'datasrc' <html> <body> <table datasrc="#dataSrc"> <tr> <td> <input type=textbox size=10 value="textbox 1" datafld="tb1"></td> </tr> <tr> <td> <input type=textbox size=10 value="textbox 2" datafld="tb2">...
  8. R

    Changing html header everytime the site is entered?

    setup a variant set of images triggered by a cookie that you store on with the visitor
  9. R

    Changing html header everytime the site is entered?

    setup a variant set of images triggered by a cookie that you store on with the visitor
  10. R

    empty space between frames, html?

    you should be using divs instead check out this link for a simple explanation of how to implement the basics of using css and divs for your site layout then go from there... http://programming.top54u.com/post/Div-3-Columns-Layout-using-CSS-Styles-Div-layout-1.aspx
  11. R

    php image protect that only one can see it.?

    if it is on your site it is available to the public
  12. R

    write a simple while-loop html program?

    i really hope this is not verbatim from your homework since an html file is not a program and while-loops are not created in html
  13. R

    What are some alternatives to inline frames in HTML?

    the most common alternatives are either using css or php, just google iframe alternative and choose aa link to match your preferred variation...
  14. R

    What are some alternatives to inline frames in HTML?

    the most common alternatives are either using css or php, just google iframe alternative and choose aa link to match your preferred variation...
  15. R

    Help with HTML Background code?

    check out this link, it goes through all the basics of setting up the various aspects of using a background... http://www.w3.org/TR/CSS2/colors.html
Back
Top