vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   A little HTML help please..... (https://vborg.vbsupport.ru/showthread.php?t=108267)

HMBeaty 02-18-2006 12:30 AM

A little HTML help please.....
 
I've got vBulletin version 3.5.3 and did the Myspace Profile mod but changed things around a bit myself.

You can see what I'll be talking about by going to my profile on my site: http://redlinemotorsports.org/forum/member.php?u=1

Now, what I'm having trouble with is the first row which has the avatar, usertitle, and signature. If you look all the way to the right, it goes off a little too far.

Here's the code I have for just that area in question.....

Code:

$navbar
<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<TR>
<TD class="tcat" COLSPAN=2>$userinfo[username]'s Profile</TD>
</TR>
<TR>
  <TD width="50%" valign="top" class="alt1" align="center"><if condition="$show['avatar']"><img src="$userinfo[avatarurl]" $userinfo[avatarsize] alt="<phrase 1=" $userinfo[username]">$vbphrase[xs_avatar]</phrase>" border="0" style="border:1px solid $stylevar[tborder_bgcolor]; border-top:none" /></if><br />&quot;$userinfo[usertitle]&quot;</TD>
  <TD width="50%" valign="top" class="alt1" align="center"><if condition="$show['signature']">
<!-- signature row -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="thead" align="center">$vbphrase[signature]</td>
</tr>
<tr>
        <td class="alt1" title="$vbphrase[signature]" align="center">$userinfo[signature]</td>
</tr>
</table>
<!-- / signature row -->
</if></TD>
</TR>

If someone could let know what to change or what I need to do, please let me know. I will greatly appreciate your help. Thanks in advance

HMBeaty 02-20-2006 05:24 AM

Anyone?

HMBeaty 02-22-2006 11:09 PM

Anybody? I know SOMEONE knows what I did wrong. I sure as hell can't figure it out to save my life, lol.

Borgs8472 02-22-2006 11:26 PM

hmmm, it looks fine in firefox, screwed up in IE however.

In your second line where you have
Code:

<TABLE align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
Try taking the 100% down to 94% etc and see if that helps.

HMBeaty 02-22-2006 11:42 PM

Well, IE just LOVES to screw around and mess with my head then alot then, lol. Thanks for looking and helping.


All times are GMT. The time now is 04:36 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.01417 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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