vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   How can i do this? (https://vborg.vbsupport.ru/showthread.php?t=83758)

imported_+||ProtoCon||+ 07-08-2002 05:42 PM

How can i do this?
 
Basically, i was wondering if someone could tell me how to do this...

http://www.vbulletintemplates.com/mo...iews/sshot.gif

See where the red lines are down the side? How would i make it so that where they are, there was like a table with an Image there?

Like these forums...

http://forums.koruptsociety.com/index.php?s=

Any help would be greatly appreciated.

ProtoCon.

Trust 07-08-2002 05:50 PM

Good question...i wanna know it too :)

003709 07-09-2002 06:38 AM

2 pictures are used, one for the left and one for the right side... it's just setting that image as background image. At least, thats what i think.

imported_+||ProtoCon||+ 07-09-2002 06:46 AM

And how is it done?

Brad 07-09-2002 03:09 PM

i think its done by adding a table in the header and footer templates then using a backround image on it. if i had more time i would find out but im working right now. ill look at it tonight

dmjof 07-09-2002 03:40 PM

Just search on the vBulletin.com forums for the border around the main table. But instead of table borders, use image borders, and then in the head include template in between the "<style>" and "</style>" put this:

Code:

#tabledata {
        border: #000000;
        border-style: solid;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 0px;
        border-bottom-width: 0px;
 }

Then in the styles, in the little text box where it says, "<body bgcolor="COLOR" etc.>"

Set the top margin and bottom margin to 0.

And then...um..do what it says in that vBulletin tutorial to add images.

I am not sure if this would work but I just thought of it.


All times are GMT. The time now is 01:42 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.00941 seconds
  • Memory Usage 1,718KB
  • 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
  • (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