Thanks for the reply. I've tried removing the apostrophes, but it still isn't showing up. I've also tried using a relative path and even changing it to an image hosted on a different website entirely.
I'm having problems making an image repeat horizontally. Ironically, the CSS was working fine, but we've recently migrated from a windows server to a linux one and I'm wondering if that might...
I'd like to turn an image saved on my server into a button using PhP. I know it's easier to use HTML, but it's part of a Drupal module someone else wrote that I'm tinkering with and I'm no expert so...
I'm trying to make a page with 2 columns (using divs). the one on the left is 171px wide because I want it to hold the dimensions of an image. The one on the right, I would like to be the...
I am trying to use javaScript to get some links and titles from a blog on my site, and post them to a table on another page. I've used HTTP GET and then parsed out the links I want and post...
I am trying to import some text from one page on my website to be used in another. I have tried to use getElementsById / getElementsByTagName and I am ending up with empty variables.
I have a series of strings that I retrieve via an XPath. For each string that the xPath returns, I need to check that it does not match one of 12 specific string patterns. I currently have a very...
I'm trying to create a For loop that will run once for each item I have in my XPath result. I've tried to use .length, but it doesn't work. Is there an equivalent that I can use?
I am trying to split a string to remove the space between the two words.
The result of debugging the string "Principal Author:" is "Principal Author:", rather than noMoreSpaces[0] = "Principal" and...
I am trying to scrape some information from a webpage using 2 XPaths and then put that information into an object which will be used in a later function.