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)
-   -   Postbit Legacy border (https://vborg.vbsupport.ru/showthread.php?t=121928)

MoJo Smirnoff 07-24-2006 12:10 AM

Postbit Legacy border
 
I am trying to simply put a thin black border between my postbit (vertical) and the post area. (instead of doing different color shades)

I don't want the border all around it...just to the right of the user info,avatar and such.

This has to be possible..just can't figure it out. Any help is greatly appreciated!

Cheers!

Ohiosweetheart 07-24-2006 10:48 PM

I'd like to know also.. Anyone?

Princeton 07-25-2006 04:11 PM

Examples:
HTML Code:

<div style="border-left:1px solid #000000">left column content here</div>
OR

change background color of "tborder" on the postbit table ie.
Code:

class="tborder" style="background-color:#000000"
NOTE: you will need to set cellspacing to 1; this will affect the whole table

MoJo Smirnoff 07-25-2006 06:28 PM

so, it's a border all around the post..or nothing at all then? Can't just have a border between where my username and info is and the actual post?

Princeton 07-25-2006 07:04 PM

you can also add a background-image (black thin line) to the left column via CSS (inline or external)

MoJo Smirnoff 07-25-2006 09:37 PM

Quote:

Originally Posted by Princeton
you can also add a background-image (black thin line) to the left column via CSS (inline or external)

how?

Princeton 07-25-2006 10:34 PM

well, you first have to create the background image -- just a thin black line (1*1 is good enough)

then edit the table cell:
HTML Code:

<td class="alt2"
to
HTML Code:

<td class="alt2" style="background:url(/images/misc/bg.gif) repeat-y top right"


All times are GMT. The time now is 07:12 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.01115 seconds
  • Memory Usage 1,721KB
  • 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
  • (3)bbcode_html_printable
  • (1)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