vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Header direction Problem !!! (https://vborg.vbsupport.ru/showthread.php?t=191310)

GSMata 09-19-2008 07:33 AM

Header direction Problem !!!
 
after install advertizment for forum my header show different style

my logo show in right and banner show in left and my header code is here :


Code:

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" 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>

<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center>

        <td align="$stylevar[right]" id="header_right_cell">
                <if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
        </td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

$ad_headerEnd

i want to show my banner in right and my logo show in left
my site is forum.doctormob.com

Lynne 09-19-2008 02:45 PM

One of your td tags is not properly closed. Maybe that is causing the problem?
HTML Code:

<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center></td>
If that's not it, perhaps all you need to do is switch the order of the td tags in the table.

GSMata 09-22-2008 01:48 PM

Quote:

Originally Posted by Lynne (Post 1625717)
One of your td tags is not properly closed. Maybe that is causing the problem?
HTML Code:

<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else />&nbsp;</if></center></td>
If that's not it, perhaps all you need to do is switch the order of the td tags in the table.

tnx man

do this but still same !! :(

plz explane this for me

Quote:

If that's not it, perhaps all you need to do is switch the order of the td tags in the table.

Lynne 09-22-2008 02:34 PM

Quote:

Originally Posted by GSMata (Post 1627776)
plz explane this for me

I mean right now you have:
<td>image</td>
<td>something else</td>
<td>another something</td>

So try switching them around:
<td>another something</td>
<td>something else</td>
<td>image</td>

GSMata 09-23-2008 05:02 PM

i do with default style in one <td> tag and still same pb

and do your sulotion

im very confused !!

Lynne 09-23-2008 06:13 PM

I'm sorry, I don't know what else to suggest.

Xtrato 09-23-2008 10:01 PM

try the <td alight="left"> on where you have

<td align="$stylevar[right]">

just do tests like that, keep messing with the <td> alignments , lynnes pretty much on the spot, not of much help if one doesn troubleshoot the problems ourselves.


All times are GMT. The time now is 10:22 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.01535 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)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