I thought i understood this but im not sure anymore. Say my template is products and when i browse to that i see a list of items (just a small picture, small description, price), and when someone browses to products/1 I want them to be able to see an enlarged view of the 1st entry in whatever weblog im using to hold them at. Or do i need to create a 2nd template to do that. Thanks.
*edit, what im trying to say is if there is any way to do a form of an IF statement, like if requesting a certain entry (“products/1”) then i can run a different section of the html code, or if not (“products”) then it will just display the whole template and list of items. Thanks!