fixed width FAQ with border
Moderator: Thorsten
fixed width FAQ with border
would love to make faq look like the rest of our site -- 75% width with purple border -- see landing page: http://TRACauctions.com
best way to accomplish in css for phpmyfaq?
best way to accomplish in css for phpmyfaq?
Re: fixed width FAQ with border
Hi,
you can move the basic HTML and CSS parts from your webpage into index.tpl and style.css.
bye
Thorsten
you can move the basic HTML and CSS parts from your webpage into index.tpl and style.css.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: fixed width FAQ with border
i'm using 2.0.3 and not a programmer. i see there is a wrapper around columns. can i change wrapper to table? thx in advance for any insight
Re: fixed width FAQ with border
Hi,
2.0.3 is very old and you should upgrade to 2.6.3 as soon as possible.
You can add a HTML table if you like.
bye
Thorsten
2.0.3 is very old and you should upgrade to 2.6.3 as soon as possible.
You can add a HTML table if you like.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: fixed width FAQ with border
thorsten, thanks for this great script. man i wished your reply helped me! which part(s) of css would you modify to put a 75% table around the entire faq content?
Re: fixed width FAQ with border
Hi,
how does your HTML currently look like?
bye
Thorsten
how does your HTML currently look like?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: fixed width FAQ with border
<table width="75%" height="400" border="1" align="center" cellpadding="4" cellspacing="4" bgcolor="#8B66AC" class="top">
[content]
</table>
[content]
</table>
Re: fixed width FAQ with border
Hi,
please post your complete FAQ, otherwise it's hard to help.
bye
Thorsten
please post your complete FAQ, otherwise it's hard to help.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: fixed width FAQ with border
my faq is at http://tracauctions.com/faq
what i posted was the table code from our landing page at http://tracauctions.com
i did upgrade to the latest stable release
what i posted was the table code from our landing page at http://tracauctions.com
i did upgrade to the latest stable release
Re: fixed width FAQ with border
Hi,
you can add your table
right before the two div containers from phpMyFAQ:
Please close all tags at the end of the template index.tpl.
bye
Thorsten
you can add your table
Code: Select all
<table width="75%" height="400" border="1" align="center" cellpadding="4" cellspacing="4" bgcolor="#8B66AC" class="top">
<!-- top table -->
<tr bgcolor="#FFFFFF">
<td height="380" class="background">Code: Select all
<div id="wrapper1">
<div id="wrapper2">
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist