PDA

View Full Version : CMS: How to align article title next to preview image


Bram H
12-10-2010, 09:20 AM
Hi,

Technical question for you guys that i can't seem to solve myself.

For our CMS i would like to make a change on the article preview. Currently in the stock vb the image of an article is displayed on top of an article.

However i wish to align it to the right of the preview image. Similar to sites like http://n4g.com/ which looks a lot cleaner imo

Any clue how to change it?

Bram H
12-11-2010, 11:58 AM
Anybody?

Or do you know which template to change to create this?

Lynne
12-11-2010, 02:40 PM
I think you need to modify the template.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

Bram H
12-13-2010, 10:59 AM
When i do this i find a hint to a template "article preview" but where ever i search, i can't find that template in the stylemanager :(

Lynne
12-13-2010, 01:57 PM
It should actually say more than that:
<!-- BEGIN TEMPLATE: vbcms_content_article_preview -->
So, do a Search in Templates for vbcms_content_article_preview

Bram H
12-16-2010, 10:54 PM
We got it working, thanks again for your help Lynne :up::up: