Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6610007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:47:09+00:00 2026-05-25T19:47:09+00:00

In WordPress I am using this code in my functions echo <script type=\text/javascript\> which

  • 0

In WordPress I am using this code in my functions echo "<script type=\"text/javascript\"> which causes this XHTML validator error:
“an attribute value must be a literal unless it contains only name characters”

I need this to be in my functions in WordPress, but also to be XHTML valid. I don’t know much about any kind of coding, I’m a CSS and HTML junkie. Any help/

EDIT: REST OF THIS SECTION OF CODE:

if ($toggle == "no"){
echo '<link rel="stylesheet" href="'.get_template_directory_uri().'/tagmap.css" type="text/css" media="screen" />';
echo "\n\n";
echo "<script type=\"text/javascript\">
jQuery(document).ready(function() { 
  jQuery('ul.links li.hideli').hide();
  jQuery('ul.links li.morelink').show();
  jQuery('a.more').click(function() {
    jQuery(this).parent().siblings('li.hideli').slideToggle('fast');
     jQuery(this).parent('li.morelink').remove();
  });
});
</script>\n\n";
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:47:09+00:00Added an answer on May 25, 2026 at 7:47 pm

    You are trying to validate <script type=\"text/javascript\">, which is invalid… the validation service highlights the slash character for you at column 14. You cannot have a slash character before the open quote starts in type=.

    Update

    Check the HTML source of your page which is what the validator is actually checking… line 21 Column 14 is where your Google Analytics code starts, not the jQuery code.

    Line 20: <!-- Google Analytics -->
    Line 21: <script type=\"text/javascript\">
    

    You need to remove the slashes here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code in my HTML form: <form action=cart.php method=post> <input type=hidden value=1
I've created several helper functions which I use when creating templates for Wordpress. An
http://lakers.sonikastudios.com/gallery/sample-gallery-post-1/ That post has several pages using the quicktag of Wordpress. This post is
I am using wordpress and use custom permalink structure: /%category%/%postname%/ My problem is that
I run my blog using Wordpress and all too recently became a big believer
I have a WordPress site (2.6.2) in which I have set the Home page
I'd like to place a directive in my theme's functions.php file which appends a
I'm using PHP to display the most recent tweet from a user. This is
I am using wordpress as a CMS and trying to allow user fields to
I'm using Ajax file upload function with its javascript / jQuery library . When

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.