Closed (fixed)
Project:
Drigg
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 19:58 UTC
Updated:
4 Jan 2008 at 14:26 UTC
Does anyone else agree that the h2 tag should be placed before the voting widget div for better Search Engine Optimization?
This could be accomplished with either absolute positioning, or wrapping all of the content (except the h2 tag) in its own div and apply a margin of 60px or so. Opinions?
Comments
Comment #1
chadchandler commentedI simply opened up the node-drigg.tpl file and moved the h2 out of and before the "offset" Div begins, actually before the voting call as well. I then put a padding of 60px on node-h2 via css. The last step I took was to position the voting widget relatively, with a negative top. Example: position: relative; top: -15px; Input welcomed.
Comment #2
mercmobily commentedHi,
We are just about to release a new version of Drigg with a brand new theme.
When we do that, I will _really_ need pieces of advice like this.
I am closing this issue not out of disrespect, but because it's not relevant anymore to the new "official" default theme of Drigg -- which you will see in the next day or two.
Once that's out, please test it and send me any patches/pieces of advice!
Bye,
Merc.
Comment #3
mercmobily commented