(require 'column-marker)
(add-hook 'c-mode-hook
(lambda ()
(column-marker-1 73)
(column-marker-2 81)))
(add-hook 'html-mode-hook