![]() |
|
#1
|
|||
|
|||
|
I'm trying to get vBa CMPS to have the tables be flexable(WS) width so it would be wider but I want the forums to have fixed width, how do I go about to do that?
Last edited by kidc; 04-19-2006 at 04:57 PM. |
|
#2
|
|||
|
|||
|
I know this can be done
just not by me
|
|
#3
|
|||
|
|||
|
Quote:
__________________
Tom Morris Porsche Boxster discussion forum. Today's Conservative discussion forum. |
|
#4
|
|||
|
|||
|
can you direct me on how to go about that tom?
thanks |
|
#5
|
|||
|
|||
|
Quote:
Code:
<!-- logo --> <a name="top"></a> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output Code:
<!-- logo --> <a name="top"></a> <table border="0" width="<if condition="THIS_SCRIPT=='adv_index'">100%<else />$stylevar[outertablewidth]</if>" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="$stylevar[right]"> </td> </tr> </table> <!-- /logo --> <!-- content table --> $spacer_open $_phpinclude_output
__________________
Tom Morris Porsche Boxster discussion forum. Today's Conservative discussion forum. |
|
#6
|
|||
|
|||
|
|
|
#7
|
|||
|
|||
|
woot!! thanks!!
|
|
#8
|
|||
|
|||
|
tom could you provide a fix for this on 4.2?
thanks... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Page - Fixed StyleID | gbrain | "How Do I..." Questions | 3 | 01-19-2006 09:10 AM |
| display forums on portal page | jimmyboy | Feedback & Suggestions | 0 | 11-12-2005 01:01 AM |