View Full Version : converting liquid to fixed
danielc2384
04-08-2008, 03:47 AM
Just wondering if it is possible to convert my template on dollhousetvforum.com from liquid to fixed.
Thanks
ssslippy
04-08-2008, 06:21 AM
In your style options there should be a width option as long as your skin follows this.
Also note most of your images are broken.
danielc2384
04-08-2008, 07:22 AM
I just tried that but it doesn't seem to work for me. I tried 100px and 200px and no change.
(I'm doing it in the table shown below)
https://vborg.vbsupport.ru/external/2008/04/55.jpg
Lynne
04-08-2008, 02:12 PM
640px is a fixed width. If you are trying to make it smaller (like 200px which you suggested), then there may be other templates with hardcoded widths that are stretching your table. You really need to look at the source code on the pages it is not working on and see if there are other hardcoded values being used.
danielc2384
04-08-2008, 03:30 PM
Thanks for the info Lynne. I think I'm getting somewhere now.
I just realized it may be the code below that may be the problem.
The code is taken from Common Templates/header.
I copy and pasted another code for a "fixed" forum I have and the forum became "fixed" although it did cause many other problems so I decided to paste back the older code.
Is anyone able to spot anyting from the code below thats not making it "fixed".
Thanks
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
<div id="border-left"><div id="border-right">
<!-- logo -->
<center>
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></div>
<!-- /logo -->
</center>
<div id="content-pad">
<!-- content table -->
$_phpinclude_output
I
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.