Quote:
Originally Posted by yotsume
If there a way to use this BB code to show powerpoint slides in the post?
Also, the visit site button I need the target to be a new tab or new window. How do I alter the BB Code for that?
Thanks!
|
I'm not familar with powerpoint slides, so I'm can't help you out. However I can help you with having this open in a new tab or window.
Replace the code for the Visit Site from this:
Code:
<input type="button" value="Visit Site" onClick="newDoc()" />
to this:
Code:
<input type="button" value="Visit Site" onClick="window.open('{param}')" />
Specifically you are changing the onClick coding.