vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   header problem (https://vborg.vbsupport.ru/showthread.php?t=85576)

squawell 12-07-2002 02:45 AM

header problem
 
1 Attachment(s)
see attach file..

how to take red part away??

this is my header code hope someone help me....
(sorry some part is chinese word.....)
PHP Code:

<!-- logo and buttons -->
<
center>
<
table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<
tr><td>
<
table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<
tr>
  <
div align="center"><a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/sfclogo.gif" border="0" alt="$bbtitle"></a></div></td>
<
td width="100%" background="{imagesfolder}/logopix1.gif">
<
p align="center">
<
a href="index.php?s=" alt="?׾?_?_?" title="?׾?_?_?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('index','','{imagesfolder}/home-2.gif',1)"><img name="index" border="0" src="{imagesfolder}/home.gif" width="53" height="14"></a>
<
a href="usercp.php?s=" alt="?????" title="?????" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('usercp','','{imagesfolder}/usercp-2.gif',1)"><img name="usercp" border="0" src="{imagesfolder}/usercp.gif" width="53" height="14"></a>
<
a href="memberlist.php?s=" alt="?|_??C??" title="?|_??C??" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mlist','','{imagesfolder}/member-2.gif',1)"><img name="mlist" border="0" src="{imagesfolder}/member.gif" width="53" height="14"></a>
<
a href="register.php?s=$session[sessionhash]&action=signup" alt="?K?O???U" title="?K?O???U" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('register','','{imagesfolder}/register-2.gif',1)"><img name="register" border="0" src="{imagesfolder}/register.gif" width="53" height="14"></a>
<
a href="calendar.php?s=" alt="?׾¤???" title="?׾¤???" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('calendar','','{imagesfolder}/calendar-2.gif',1)"><img name="calendar" border="0" src="{imagesfolder}/calendar.gif" width="53" height="14"></a>
<
a href="misc.php?s=$session[sessionhash]&action=faq" alt="?׾°??D?P?ѵ?" title="?׾°??D?P?ѵ?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('help','','{imagesfolder}/help-2.gif',1)"><img name="help" border="0" src="{imagesfolder}/help.gif" width="53" height="14"></a>
<
a href="search.php?s=" alt="?׾·j??" title="?׾·j??" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('search','','{imagesfolder}/search-2.gif',1)"><img name="search" border="0" src="{imagesfolder}/search.gif" width="53" height="14"></a>
<
a href="member.php?s=$session[sessionhash]&action=logout" alt="?n?X?׾?" title="?n?X?׾?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logout','','{imagesfolder}/logout-2.gif',1)"><img name="logout" border="0" src="{imagesfolder}/logout.gif" width="53" height="14"></a></td>
      &
nbsp;
   </
td>
</
tr>
</
table>
<!-- /
logo and buttons -->

<!-- 
content table -->
<
table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<
tr>
  <
td


Nairb 12-07-2002 05:21 AM

I think, it may be because you have the

<p align="center">

after

<td width="100%" background="{imagesfolder}/logopix1.gif">

because, if I'm correct, the <p> is a new paragraph

so, try taking that out

squawell 12-07-2002 06:05 AM

i try to take it away but still havent any change...

any idea???

Nairb 12-07-2002 06:10 AM

What is the "logopix1.gif"?

Nairb 12-07-2002 06:20 AM

or, you could try writing it like this:


PHP Code:

<!-- logo and buttons -->
<
center>
<
table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0"><tr><td>
<
table border="0" width="750" cellpadding="0" cellspacing="0">
<
tr align="center">
<
a href="index.php?s=$session[sessionhash]"><img src="images/sfclogo.gif" border="0" alt="$bbtitle"></a></tr>
<
tr>
<
td width="100%" background="images/logopix1.gif">

<
a href="index.php?s=" alt="?׾?_?_?" title="?׾?_?_?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('index','','images/home-2.gif',1)"><img name="index" border="0" src="images/home.gif" width="53" height="14"></a>
<
a href="usercp.php?s=" alt="?????" title="?????" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('usercp','','images/usercp-2.gif',1)"><img name="usercp" border="0" src="images/usercp.gif" width="53" height="14"></a>
<
a href="memberlist.php?s=" alt="?|_??C??" title="?|_??C??" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('mlist','','images/member-2.gif',1)"><img name="mlist" border="0" src="images/member.gif" width="53" height="14"></a>
<
a href="register.php?s=$session[sessionhash]&action=signup" alt="?K?O???U" title="?K?O???U" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('register','','images/register-2.gif',1)"><img name="register" border="0" src="images/register.gif" width="53" height="14"></a>
<
a href="calendar.php?s=" alt="?׾¤???" title="?׾¤???" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('calendar','','images/calendar-2.gif',1)"><img name="calendar" border="0" src="images/calendar.gif" width="53" height="14"></a>
<
a href="misc.php?s=$session[sessionhash]&action=faq" alt="?׾°??D?P?ѵ?" title="?׾°??D?P?ѵ?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('help','','images/help-2.gif',1)"><img name="help" border="0" src="images/help.gif" width="53" height="14"></a>
<
a href="search.php?s=" alt="?׾·j??" title="?׾·j??" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('search','','images/search-2.gif',1)"><img name="search" border="0" src="images/search.gif" width="53" height="14"></a>
<
a href="member.php?s=$session[sessionhash]&action=logout" alt="?n?X?׾?" title="?n?X?׾?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logout','','images/logout-2.gif',1)"><img name="logout" border="0" src="images/logout.gif" width="53" height="14"></a></td>
      &
nbsp;
   </
td>
</
tr>
</
table>
<!-- /
logo and buttons --> 


squawell 12-07-2002 01:08 PM

1 Attachment(s)
first Nairb thanks ur help....but the problrm still here

see attach file.....


All times are GMT. The time now is 03:22 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.01869 seconds
  • Memory Usage 1,791KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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