PDA

View Full Version : Where the heck do i put the HTML tokens?



druchen
October 29th, 2005, 12:36 AM
tyring to use @fileNoExt@ so the ext won't come up on my webpage - but where do i put this? where do i put any of the tokens?!?

Gatorboy
October 29th, 2005, 03:29 PM
You place it into the .html template file(s) you are generating from. If you know how to write basic HTML, you should not have much of a problem finding the location to put that token.

druchen
October 31st, 2005, 07:40 AM
apparently i don't know much HTML which is why i'm asking AND why i bought breezebrowser in the first place...

can you give me an example? - i'm using the "order" template - there's 4 HTML files - index, index2, thumbnail, and fullsize. i can open/edit in dreamweaver but i'm not sure where to put that @fileNoExt@ token to not show the ext after the filenames...

thanx for any help...

Nill Toulme
October 31st, 2005, 04:27 PM
Just search each of those template files for @file@ and substitute @fileNoExt@ as appropriate.

It's a good idea to work on copies and save the originals, of course.

Nill
~~
www.toulme.net

druchen
October 31st, 2005, 07:42 PM
Thanx Nill!!!