Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2007 at 15:41 UTC
Updated:
16 Feb 2007 at 12:48 UTC
I'd love to be able to add the IE transition effects tag.
<META HTTP-EQUIV="Page-Enter" CONTENT="RevealTrans(duration=2, transition=15)">
It would be even nicer if there was a list box that had a description of the effect (e.g. "Wipe right").
I don't see a need to handle Page_exit because the Page-Enter of teh next page would override it.
Comments
Comment #1
nancydruSince I'm not using Abstract, how difficult would it be for me to replace that?
Comment #2
nancydruHellllllooooooooo....
Comment #3
Robrecht Jacques commentednodewords outputs
<meta name="..." content="..." />, never<meta http-equiv="..." content="..." />, so it would be difficult to add support for this using the current code base.I don't think it will be easy to use ABSTRACT for it. I'll need to think about this a bit more.
Comment #4
BioALIEN commentedI'm marking this as a duplicate of this node:
http://drupal.org/node/107302
This should concentrate the efforts to get custom contents into the [HEAD] of a site.