Tag Archives: Html Page
How to add a background image to a table created in xhtml?
How do I put an image I have downloaded from the net onto my back ground. I know the code (from w3 schools) but I don’t know how to save it correctly and then how to put in the URL so the computer can find it. Do I need to save any image I use … Continue reading
How would I write code in Java to read a html page from the internet and execute javascript within it?
I need to connect to a web site, download the home page, then search for a particular link within. I have achieved this, however the link I require is dynamically generated when the page loads using javascript, so my html parser in Java cannot see it. If anyone knows how to load a HTML file … Continue reading