Adding HTML into Header
-
Hey all. I recently uploaded the newest version of WP into a folder on my site with the plan of integrating a custom header. In the past there was no problem in doing this, I used to simply edit the Kubrick/Default theme to my liking, placing the HTML Table into the header.php file.
With the new version of WP I seem to be having a slew of errors. Mainly, no matter where I place the code there are issues. In the past I would paste the code between the <head> and <body <?php body_class(); ?>> tags and this worked properly. Here is how the header on it’s own should appear: justavisual.net/2013/wp-content/themes/twentytwelve/head.html and here is how it appears justavisual.net/2013/
I can’t tell if there is something in the Stylesheet proving cellpadding, or spacing on the <td> tags, if there is an position tag, or what. Maybe it’s just that the Theme itself doesn’t work well with this adaptation?
And before you criticize the use of a table in this day and age, I understand that it’s a bit outdated, but it’s within my skill set and I wouldn’t know how to achieve this look using only php and stylesheets.
Any info or help would be much appreciated.
- The topic ‘Adding HTML into Header’ is closed to new replies.