|
XHTML 1.0 strict validation fails 6 Months, 2 Weeks ago
|
Karma: 0
|
|
Hi,
Validation fails because the plugin puts <style></style> in the body.
Is there a way to output this into the head?
|
|
|
|
|
|
|
Re: XHTML 1.0 strict validation fails 6 Months, 1 Week ago
|
Karma: 2
|
|
Great tip i will fix this. Sure it should be in the header instead.
|
|
|
|
Last Edit: 2010/02/28 20:47 By flowman.
|
|
|
Re: XHTML 1.0 strict validation fails 6 Months, 1 Week ago
|
Karma: 0
|
|
hi.
what do you mean with "create tip?" what do I need to do?
thanks for fixing this.
|
|
|
|
|
|
|
Re: XHTML 1.0 strict validation fails 6 Months, 1 Week ago
|
Karma: 2
|
|
I just spell like a cow today. Great tip.
Im just working on a new version and have already added you request in it.
|
|
|
|
|
|
|
Re: XHTML 1.0 strict validation fails 6 Months, 1 Week ago
|
Karma: 0
|
|
This is good news. Thank you.
I have one more suggestion.
pcDTR wraps the picture in <span> elements. This is problematic if you want to use pcDTR in a menu module.
Joomla wraps the text part of menu links in <span> too. If I use pcDTR on a menu, I get two nested <span>s, what makes CSS styling very complicated. Styles I add to the outer span apply to the inner too. So, I always need to undo styles for the inner pcdtr-span. You might consider using some other element like <b> that can be better addressed in CSS code.
I know, I can set this myself in pcdtr.php in the addSpan function, but if I do this I cannot update without fiddling in the plugin source.
Therefore I ask to change this in the package.
|
|
|
|
|
|
|