PDA

View Full Version : Adding HR Tag in CMS Article


wr_rocks
07-05-2012, 01:03 AM
The last sentence in my articles are really spaced closely to the CMS tags on the bottom. Is there a way to add an <HR> tag in between there so that I don't have to do it manually every time?

kh99
07-05-2012, 12:26 PM
You can edit template vbcms_content_article_page (under the VBulletin CMS Templates group). If you search for categories you can see where they're inserted in the template. But there are a few other "<if>" tags above that (things that are only included in certain circumstances), and I'm not sure which of those you'd want above or below your <HR>.

wr_rocks
07-05-2012, 07:17 PM
To be honest with you, I'm not very good at coding. I just simply want to add the <hr> tag right above the tags and below the end of the content.