We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to swap META info? | Forum

David
David Nov 30 '14

How to raise up this:

meta http-equiv=Content-type content=text/html; charset=UTF-8

meta http-equiv=Content-language content=language


right after the <head> on photo view pages: photo/view ?


Please help.

Daisy Team
Daisy Dec 10 '14
David, this is the standard HTML document structure - to have the meta info inside the <head> tag after the <title> tag. Could you please describe why you need to move this info up?
David
David Dec 10 '14

Daisy, just take a look at what I mean:

view-source:http://www.bigpro.pics/photo/view/1785/latest


We get:

meta property=og:...

right after TITLE...


And thus we have:

meta http-equiv=Content-type content=text/html; charset=UTF-8

meta http-equiv=Content-language content=language

even lower...


But in result it must be:

title.../title

meta http-equiv=Content-type content=text/html; charset=UTF-8

meta http-equiv=Content-language content=language


And my question is:

How to raise up this:

meta http-equiv=Content-type content=text/html; charset=UTF-8

meta http-equiv=Content-language content=language


right after the <head> on photo view pages: photo/view ?


Please help.

The Forum post is edited by David Dec 10 '14