Link to home
Start Free TrialLog in
Avatar of Josh Baldwin
Josh Baldwin

asked on

adding straight up HTML to drupal 7

I keep trying to add in the code below using full html and no filters are turn on. It needs to stay this way and works on my test page outside of drupal:

<div data-is data-is-access-token="123454626.abc.156162"></div>

but it keeps changing it to do this which is wrong:

<div data-is="" data-is-access-token="123454626.abc.156162"></div>

Can i just turn off all html correction? I don't need it.
ASKER CERTIFIED SOLUTION
Avatar of oliverpolden
oliverpolden
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Josh Baldwin
Josh Baldwin

ASKER

Solid information. Once I knew the corrected HTML was also correct, i went looking elsewhere for the problem. Turns out one of my Javascript files was not named correctly. Working perfectly now. Thank you for the insight.