The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How do I use a vB table on a external non-vB page?
For example, I would like to use this code on a external non-vB page:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="tcat">Test </td> </tr> </table> |
#2
|
||||
|
||||
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <style type="text/css"> .tcat {background: #99CCFF;color: #000000;} </style> </head> <body> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"> <tr> <td class="tcat">Test </td> </tr> </table> </body> </html> Like this ^^. |
#3
|
||||
|
||||
Yup, I know that..
But..there is no way to call it directly from vB? |
#4
|
||||
|
||||
If your CSS is in file system you can link it to your page.
|
#5
|
||||
|
||||
Are you familiar with these articles - How to create your own vBulletin-powered page! (uses vB templates) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc.
|
#6
|
||||
|
||||
Yep, that would be the easiest way :up:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|