Free Adult Tube-Video Script Forum
How to add a logo to the default template - Printable Version

+- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum)
+-- Forum: My Category (/forumdisplay.php?fid=1)
+--- Forum: Template Sharing (/forumdisplay.php?fid=7)
+--- Thread: How to add a logo to the default template (/showthread.php?tid=1807)



How to add a logo to the default template - pansel - 06-12-2011 12:12 AM

This is my website

http://porntube.usa.cc

How to add a logo with images to this tmplate


RE: How to add a logo to the default template - Punktured - 06-12-2011 01:35 AM

you can use the free html areas that are in the admin area, then you use a image code like this
Code:
<img src="PATH_TO_IMAGE">

if needed you can also add width and height restrictions like this:
Code:
<img src="PATH_TO_IMAGE" width="400" height="150">

hope this helps, and if it doesnt, just let us know.