PDA

View Full Version : How do i make a logo?


kermitAA
08-08-2006, 01:22 AM
How DO i make a logo? Pleae explain this in simple form. Thanks

kermitAA
08-08-2006, 02:36 AM
I ment install my bad.

Mastar
08-08-2006, 03:55 AM
<a href="www.yoursitehere.com" <img src=" www.yoursitehere.com/images/Logo.jpg " border="0" alt="" /></a>

The highlighted is where you would put the link to your image.

kermitAA
08-10-2006, 01:32 AM
I typed that link into browser, HTP not found. I am confused, call me stupid but I am confused lol.

Freesteyelz
08-10-2006, 01:44 AM
The correct code should be:


<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>


Change the values to point to your site and to your image; add title. Then in Main CSS "Additional CSS Definitions" (at the bottom) add:


img {
border:0;
}

kermitAA
08-10-2006, 02:53 AM
The correct code should be:


<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>


Change the values to point to your site and to your image; add title. Then in Main CSS "Additional CSS Definitions" (at the bottom) add:


img {
border:0;
}



<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>

Do I add that in Additional CSS Definitions?

Freesteyelz
08-10-2006, 07:51 AM
Only this code will go in the Additional CSS Definitions:


img {
border:0;
}


This code you'll add in your header template:


<a href="yoursite.com" title="your_site_title_here"><img src="your_image_url_here.gif" alt="" /></a>


Edited: An alternative method is just to replace the vB logo with your custom one. To do that go to StyleVars and the first "Image Path" is for your title image. Just replace your logo with:


your_site_domain/forum/images/misc/vbulletin3_logo_white.gif