Hi,

I've created a view for my custom content type, i want that view to appear in style of my website, i.e, i need to add my own HTML design to the view, but, i am unable to do so.

I followed following url:

http://drupal.org/node/394994

and tried creating view template files in my theme directory.
But nothing changes in view display.

Here is the view information:
Row style: Node
Filter: Node: Type = Gas Grill

Theme information for view:
* Display output: views-view.tpl.php, views-view--testtestView.tpl.php, views-view--.tpl.php, views-view--default.tpl.php, views-view--testView--default.tpl.php
* Style output: views-view-unformatted.tpl.php, views-view-unformatted--testView.tpl.php, views-view-unformatted--.tpl.php, views-view-unformatted--default.tpl.php, views-view-unformatted--testView--default.tpl.php
* Row style output: views-view-row-node.tpl.php, views-view-row-node--testView.tpl.php, views-view-row-node--.tpl.php, views-view-row-node--default.tpl.php, views-view-row-node--testView--default.tpl.php

Please suggest me a way to add my html in view.

Regards,
Kul.

Comments

nevets’s picture

Did you click 'rescan template files' after putting you template file in place?

kuldeepkaundal’s picture

Yes, i did, but nothing seems to work!