Hi Michael,
Thanks for the reply.
It looks like the script is replacing more than just the image tags.
Without the watermark plugin enabled, the website I am working on has all valid code according to validator.w3.org and the beginning of the source code of looks like this:
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" >
<head>
<base href="http://new.suzygalloway.com.au/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="suzy galloway, suzy, galloway, western australia, wa, original artwork, original art, logo, logos, art, personalised" />
<meta name="rights" content="All rights reserved." />
<meta name="author" content="Suzy Galloway" />
<meta name="description" content="Suzy Galloway original artwork made in Western Australia. Commissions available." />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Original Artwork</title>
<link rel="stylesheet" href="http://new.suzygalloway.com.au/modules/mod_djimageslider/assets/style.css" type="text/css" />
<link rel="stylesheet" href="/plugins/system/rokbox/themes/light/rokbox-style.css" type="text/css" />
<link rel="stylesheet" href="/libraries/gantry/css/grid-12.css" type="text/css" />
<link rel="stylesheet" href="/libraries/gantry/css/gantry.css" type="text/css" />
<link rel="stylesheet" href="/libraries/gantry/css/joomla.css" type="text/css" />
etc
When I enable the plugin (no other changes), validator.w3.org suddenly shows 31 errors and the above code changes to:
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb"><head><base href="http://new.suzygalloway.com.au/"><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="keywords" content="suzy galloway, suzy, galloway, western australia, wa, original artwork, original art, logo, logos, art, personalised"><meta name="rights" content="All rights reserved."><meta name="author" content="Suzy Galloway"><meta name="description" content="Suzy Galloway original artwork made in Western Australia. Commissions available."><meta name="generator" content="Joomla! - Open Source Content Management"><title>Original Artwork</title><link rel="stylesheet" href="http://new.suzygalloway.com.au/modules/mod_djimageslider/assets/style.css" type="text/css"><link rel="stylesheet" href="/plugins/system/rokbox/themes/light/rokbox-style.css" type="text/css"><link rel="stylesheet" href="/libraries/gantry/css/grid-12.css" type="text/css"><link rel="stylesheet" href="/libraries/gantry/css/gantry.css" type="text/css"><link rel="stylesheet" href="/libraries/gantry/css/joomla.css" type="text/css">
etc
It looks like more than just the image tags are affected.
I'd really appreciate it if you could help with this.
Thanks,
Neil.