The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
I tried this
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>Christian Chat Room</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta content="Christian Chat Room" name="description"> <meta content="Christian Chat Room" name="keywords"> <style type="test/css"> <!-- #leftframe { display: block; height: 600px; margin: 0 25% 0 0; overflow: scroll; } #rightrame { float: right; width: 25%; height: 600px; display: block; overflow: auto; } --> </style> </head> <body> $header $navbar <div id="chatcontainer"> <div id="rightframe"> test 123 </div> <div id="leftframe"> $misc.php?do=page&template=chatroom </div> </div> $footer </body> </html> I also tried without the "$" and both methods only shows the actual link. Did I misunderstand something? I appreciate your help. --------------- Added [DATE]1198205332[/DATE] at [TIME]1198205332[/TIME] --------------- On a side note, I tried this code but it appeared this way on top of each other instead of two side by side columns. test right test left ![]() Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> $headinclude <title>Christian Chat Room</title> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <meta content="Christian Chat Room" name="description"> <meta content="Christian Chat Room" name="keywords"> <style type="test/css"> <!-- #leftframe { display: block; height: 600px; margin: 0 25% 0 0; overflow: scroll; } #rightrame { float: right; width: 25%; height: 600px; display: block; overflow: auto; } --> </style> </head> <body> $header $navbar <div id="chatcontainer"> <div id="rightframe"> test right </div> <div id="leftframe"> test left </div> </div> $footer </body> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|