Auto-Nav, HTML

Permalink
I am currently building my website with this beautiful CMS. I'd like to know is it possible to make the pages in the navigation display horizontally instead of vertically? If so, please tell me how.

Also, how do i add HTML to my page? I have already tried a few times via the 'add block' option when i click on the box where i want to put it, but i have been unable to actually add the code itself. Any advice would be greatly appreciated.

 
Adreco replied on at Permalink Reply
Adreco
once your autonav block is saved, you can click on it again and choose "custom template" instead of edit. There should be an option there.
HTML for formatting etc. can be added to your content block by selecting the html selection from the editors toolbar. Other HTML is simply added by pasting it into the HTML block and saving
yuusha replied on at Permalink Reply
try to create a directory folder in [root folder]\blocks\autonav\templates\

and copy concrete5.x.x.x\concrete\blocks\autonav\view.php to the directory you just created. rename it and edit its content like adding html tag, id, classes.

hope this helps