Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add a logo to the default template
06-12-2011, 12:12 AM
Post: #1
How to add a logo to the default template
This is my website

http://porntube.usa.cc

How to add a logo with images to this tmplate
Find all posts by this user
Quote this message in a reply
06-12-2011, 01:35 AM
Post: #2
RE: How to add a logo to the default template
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.

Custom HTML/CSS/PHP
http://theorderofindividualacceptance.co...p.php?id=1
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: