I just noticed that my "Titles" are all different in size.
Could someone please help? What went wrong?
I just noticed that my "Titles" are all different in size.
Could someone please help? What went wrong?
1st - check validation - result: 28 errors and 4 warnings
2nd - look over validation errors - result: you would find </html> before sidebar and inserted a second set of <!DOCTYPE ETC> <html> <head> <metas> <scripts><body></body></html> on sidebar to footer.
3rd - correct the errors - see structure of an HTML document
I am waiving white flag of surrender- Almost!
How in world did those errors happen?
OK I see what you are talking about. Now, if you don't mind...how one goes about fixing such errors?
Validator refers to line 174, column 45....where and how do I find line 174, column 45?
Is there an easy way?
Any suggestion? Where are those errors coming from?
Any suggestion? Where are those errors coming from?
The errors are coming from your theme. If you change Design to default theme, you would see that all titles will be of the same size. Sometimes, people make errors converting HTML templates to WordPress themes. Google search results for conversions to WP.
Errors also in customizing the K2 theme by others.
I am using K2, Word press theme....and using Validator have detected most of the errors in sidebar. I also found out how I can copy and paste the code of different elements into validator but not how to fix them. For example, this one where < just before question mark is red. If I remove it, my error count goes to 46....How do I fix the errors?
Line 59, Column 42: character "<" is the first character of a delimiter but occurred as data.
…a http-equiv="Content-Type" content="<</strong>?php bloginfo('html_type'); ?>; charset
✉
This message may appear in several cases:
You tried to include the "<" character in your page: you should escape it as "<"
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Another possibility is that you forgot to close quotes in a previous tag.
PS: I honestly thought that I would not have to worry about such things with wordpress. And no one customized my theme....I uploaded it, activated couple of plugins, changed the header image and thats it.
Anyone,
Do you know how to get all titles to be the same size?
Theme used K2.
Website: http://bosancionline.com/
Thank you
add the below code anywhere in your theme style.css
.entry-title{font-size:2em !important}Chaoskaizer - you are genius. Thank you so much.
This topic has been closed to new replies.