You might also ask the creators of the website you cited. I'd guess they'll help you out.
You might also ask the creators of the website you cited. I'd guess they'll help you out.
cheers for the help guys.
Ive got the code that i need to use. I have doe this with a paragraph within the main body by pasting this code:
<div class="dialog">
<div class="content">
<div class="t"></div>
<p>CONTENT</p>
</div>
<div class="b"><div></div></div>
</div>
into the index file of the langage file.
What I want though is this border to be on the whole webpage. Where would i paste this code? I already have the css n js needed for this to work just dont know where to put this code. Cheers
I tried pasting the above code into the tpl_index_default file but it didn't work. I have it working on a paragraph of text but not on the whole site. Any ideas?
Take a look at this thread and the site mentioned in the first post:
http://www.zen-cart.com/forum/showthread.php?t=102274
A similar thing as what you want to do - there might be some ideas there.