vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to correct this logo issue ? (https://vborg.vbsupport.ru/showthread.php?t=174290)

ivanstanchev 03-27-2008 04:01 AM

How to correct this logo issue ?
 
have a look of my forum - http://soccer-union.com
There is some small line (i cant say the exact color,it is too small) at the top of the logo.This line is only at the right side.I mean ,my logo has 2 parts.The first one ,where is my url is ok,the second one,that contains only background has this line on its top.Could you please have a look.I am total noob.

--------------- Added [DATE]1206617077[/DATE] at [TIME]1206617077[/TIME] ---------------

Anyone ?

Opserty 03-27-2008 10:36 AM

Find:
Code:

<!-- logo -->
<a name="top"></a>
<center>
<table style="background-image: url(images/misc/headbg.gif);" align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>

<td align="left" valign="top"><a href="http://soccer-union.com/"><img src="images/misc/head_left.gif" alt="" border="0"></a></td>
<td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt=""></td>
</tr>
</tbody></table>
</center>

<!-- /logo -->

In your header template.

Change valign="bottom" to valign="top"

snakes1100 03-27-2008 11:10 AM

Actually the filler image does have a gray line across the top of it.

I'd also remove the table bg image and the td align right and just make a css call to the background filler image instead.

ivanstanchev 03-27-2008 12:59 PM

Quote:

Originally Posted by snakes1100 (Post 1475776)
Actually the filler image does have a gray line across the top of it.

I'd also remove the table bg image and the td align right and just make a css call to the background filler image instead.

How do you do this ?

snakes1100 03-27-2008 02:20 PM

1. fix your filler image and remove the gray line at the top of it.

2. Use something like this in the template.
Code:

<!-- logo -->
<a name="top"></a>
<table class="header" width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
        <td align="$stylevar[left]"> <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a> </td>
</tr>
</table>
<!-- /logo -->

3. Do something like this for the css bg call instead of using a call in the table or with another td, put in as another added css call in the style manager.
Code:

.header {
background:url(/forums/images/logo/bg.jpg)
top repeat-x;
}


ivanstanchev 03-28-2008 06:22 PM

The line is still there :( .Is there anyway to remove it.It scares members.Since it has appeared i have only 4 registration in 2 days,since i had 6 per day on average.

snakes1100 03-28-2008 06:50 PM

You didn't remove this part from the header template, its not needed, thats why i said use the css call instead

Code:

<td align="right" valign="bottom"><img src="images/misc/head_right.gif" alt="" /></td>


All times are GMT. The time now is 08:15 AM.

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.03923 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
  • (4)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