I am trying to build custom tables by hand in the text/html module
I'm using 4.4.1 - and IE7.
When building tables manually in the html module ... certain tags such as TD background that have a url atribute - url(xxxxxx) work OK with relative address (/xxx/xxx/xxx.jpg).
But inside a DIV the IMG tags that use the src attribute src="xxx" do not work with either relative or absolute and the module is showing as "unavailable" - the module also converts any absolute to relative.
The img tag which inserts from the gallery works OK outside of DIV
I read the threads from the previous versions that had a bug in relative vs absolute urls, but I thought all of these were fixed in 4.4.1.
Is there a rule I am msiing?