vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How do i make a logo? (https://vborg.vbsupport.ru/showthread.php?t=123349)

kermitAA 08-08-2006 01:22 AM

How do i make a logo?
 
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

Code:

<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:

Code:

<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:

Code:

img {
  border:0;
  }


kermitAA 08-10-2006 02:53 AM

Quote:

Originally Posted by Freesteyelz
The correct code should be:

Code:

<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:

Code:

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:

Code:

img {
  border:0;
  }

This code you'll add in your header template:

Code:

<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:

Code:

your_site_domain/forum/images/misc/vbulletin3_logo_white.gif


All times are GMT. The time now is 03:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01848 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete