doob
12-14-2009, 03:45 PM
Hi.
What attribute is controlling the width of "Quick Reply" and "Thread Tags" in the showthread template?
This is the default codeis from the SHOWTHREAD template in the "thread tags" section:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
If I change it to the following I get what I want, but then I've got to also change the width attribute for the other sections
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="760px" align="center">
I'd rather keep the width as a percentage and edit whatever variable is controlling the width in a more global method.
Any ideas what css or variable is controlling the width or if there's a way I can define a fixed width that would affect tags, quick reply, and other similar fields in all the templates?
Thanks!
-Doob
What attribute is controlling the width of "Quick Reply" and "Thread Tags" in the showthread template?
This is the default codeis from the SHOWTHREAD template in the "thread tags" section:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
If I change it to the following I get what I want, but then I've got to also change the width attribute for the other sections
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="760px" align="center">
I'd rather keep the width as a percentage and edit whatever variable is controlling the width in a more global method.
Any ideas what css or variable is controlling the width or if there's a way I can define a fixed width that would affect tags, quick reply, and other similar fields in all the templates?
Thanks!
-Doob