Log in

View Full Version : FAST: Style.xml Help!


digif
04-03-2009, 11:22 PM
Hi,

<div class="topnav">
<div class="navlist">
<ul id="navlist">
<li><a href="/">Home</a></li>
<li><a href="/showthread.php?p=8#post8">Fan Club</a></li>
<li><a href="http://mail.beneamata.com/">Mail</a></li>
<li><a href="/showthread.php?p=10#post10">Links</a></li>
</ul>

</div>
</div>





</table>]]>


</template>
</templategroup>
</style>

Does anyone know why menubar (user cp, members list etc.) is separated from my menu - www.beneamata.com ?
When I delete those /divs, it repare that problem, but "Powered by vBulletin? - Jelsoft Enterprises Ltd. - Copyright ? 2009 Beneamata.com " go crazy.
Until now, there were adsense, between these two (my menu [custom] and vbulletin menu)

TigerC10
04-04-2009, 12:42 PM
It's probably in your style's Main CSS definitions somewhere.

Lynne
04-04-2009, 02:34 PM
You are wondering why the menu "Home Arcade FanClub etc" is on a separate line from "Register FAQ etc"? Um, because that is the way you have coded it? If you want them together, then you need to put them in the same table/div tag or in the same area together. You have the whole navbits/login stuff between the two right now.

digif
04-04-2009, 05:07 PM
no, this is the problem:
https://vborg.vbsupport.ru/external/2009/04/32.png

KevinL
04-04-2009, 05:13 PM
you have a <br /> at the end of your header (or at the beginning of your navbar) --remove it

digif
04-04-2009, 05:47 PM
Did you see the code I post in first post, there was and I deleted it but nothing changed

KevinL
04-04-2009, 05:51 PM
its still there. I just went to your site right before I posted that

--------------- Added 1238871151 at 1238871151 ---------------

<div class="topnav">
<div class="navlist">
<ul id="navlist">
<li><a href="/">Home</a></li>

<li><a href="/arcade.php">Arcade</a></li>
<li><a href="/showthread.php?p=8#post8">Fan Club</a></li>
<li><a href="http://mail.beneamata.com/">Mail</a></li>
<li><a href="/showthread.php?p=10#post10">Links</a></li>
</ul>

</div>
</div>




</table>



<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%">

<d

digif
04-05-2009, 08:29 AM
How is it possible, I downloaded .xml file and deleted it and again upload it, maybe somewhere else I need to do the same?

KevinL
04-05-2009, 12:33 PM
just go into the templates either the header or nav and delete the <br /> and save the template. You don't have to do anything with the xml.

digif
04-05-2009, 02:20 PM
I was in header and there is no br, but in navbar there was in first line, /br - when i deleted it, profile goes too much right, and down I find another one, but it changed cahtbox with the vbulletin menubar - I want my menu and the menubar :D

KevinL
04-05-2009, 02:26 PM
The only other thing I can think of in your navbar try changing the cellpadding="6" to cellpadding="0"

It should be right after that <br /> that you tried...

digif
04-05-2009, 02:58 PM
if you mean on top of code, this is what is set to mine template:
<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

--------------- Added 1238948079 at 1238948079 ---------------

One more thing, can I change this to be in one line -----------------, not like this:
https://vborg.vbsupport.ru/external/2009/04/31.png

KevinL
04-05-2009, 03:42 PM
here you go https://vborg.vbsupport.ru/showthread.php?t=118399

digif
04-05-2009, 06:01 PM
thnx, and if I could only fix this problem up (first) :)

as7apcool
04-05-2009, 06:32 PM
i'm have the same proplem

and KevinL help me also

thanks alot