Accessing the HEAD tag: Using internal style sheets with wordpress editor
-
Hello, I’m trying to apply unique CSS code to one of my wordpress pages. Although I can do this on a global scale using style.css or in-line for each html elements, I would like to add the <style> tag to one of my wordpress pages before the <body> sections.
Problem is, when using the wordpress text-editor, it doesn’t show the full script (e.g., <!DOCTYPE html> <html> <head>), just the code that would go in the <body></body> tags.
I could download/upload the file via FTP and change it manually, but I will need to edit this page regularly. I have a feeling if I edit the page through the wordpress editor, it will overwrite my manual changes.
Any way I can get around having to use external style sheets or in-line styling?
The topic ‘Accessing the HEAD tag: Using internal style sheets with wordpress editor’ is closed to new replies.