vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Social Group Page (https://vborg.vbsupport.ru/showthread.php?t=220868)

Winterworks 08-14-2009 12:48 PM

Social Group Page
 
<a href="http://community.zoovix.com/group.php" target="_blank">http://community.zoovix.com/group.php</a>

Why is the whole page messing up like that? The white just stops.

Dismounted 08-14-2009 12:51 PM

Please provide a test login.

Winterworks 08-14-2009 02:43 PM

Code:

Username: vborg
Password: password

Please check it out and tell me what's wrong with it.

Lynne 08-14-2009 03:06 PM

Take a look at what you have in your css, this isn't going to work:
Code:

.social_group .vbmenu_control {
    text-align: left;
    float: right;
    background: none;
    padding: 6px 0px;
    margin: rightpx;
}
OR
#discussion_moderation, .discussion_tools {
    float: right;
    text-align: left;
    clear: right;
    white-spcae: nowrap;
}

But, using firebug shows me you didn't close the div for your navbar/navbits area (navbar?).

Winterworks 08-14-2009 04:04 PM

So how would I fix it?

Lynne 08-14-2009 05:53 PM

You need to use an html validator to get the page to validate. Right now, if you look at your source code, you've got some weird things going on. I mean, look at the bottom of the page source... you have a form started and never ended:
HTML Code:

<form action="index.php" method="get" style="clear:left">
What's that supposed to do?
And what about this?
HTML Code:

<table align="center" border="0" width="900" cellpadding="0" cellspacing="0">
</table>

and this:
HTML Code:

<table border="0" cellpadding="0" cellspacing="0" align="left" style="background-image: url(http://community.zoovix.com/images/evid_green/gradients/nav-bg.png); repeat: repeat-x;" height="50">

&nbsp;
</table>

What's are those for? It's improper html and things like that will mess up your page.

I also recommend to anyone working on a style, to get the firebug add-on for firefox. It makes it much easier to Inspect your pages and see what is going on.


All times are GMT. The time now is 05:01 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.01046 seconds
  • Memory Usage 1,722KB
  • 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_code_printable
  • (3)bbcode_html_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