Log in

View Full Version : Help about Show Threads in Forums


ITDarasgah
12-07-2009, 11:07 AM
Hi Friends,
In my board all threads show in the center of Forum only in IE in others browsers like Mozila Firefox Google Chrome show fine ...what is that problem .....form more Information see the uploaded picture

Best Regards
107265

Lynne
12-07-2009, 02:22 PM
You probably have an open <center> (or <div align="ceneter">) tag somewhere.

ITDarasgah
12-07-2009, 05:48 PM
You probably have an open <center> (or <div align="ceneter">) tag somewhere.

But there is so many templates how can search that.

Lynne
12-07-2009, 05:52 PM
Look at the page source and find it and then figure out which template it is.

ITDarasgah
12-07-2009, 06:15 PM
Look at the page source and find it and then figure out which template it is.

:confused:dear friend I am not a coder plz tell me with detail:)

Lynne
12-07-2009, 06:55 PM
It has nothing to do with being a coder. It just has to do with viewing your page source.

View the Page Source of your page. Do a Find for the word center. Now see if that div or tag or whatever it is gets closed afterwards (if you have <center> you must have a </center>... if you have <div align="center"> you must also have a </div> associated with it.) Turn on the template names in the source code (vboptions > General Settings > Add Template Name in HTML Comments > set to Yes) and you should be able to find it.

ITDarasgah
12-07-2009, 07:19 PM
It has nothing to do with being a coder. It just has to do with viewing your page source.

View the Page Source of your page. Do a Find for the word center. Now see if that div or tag or whatever it is gets closed afterwards (if you have <center> you must have a </center>... if you have <div align="center"> you must also have a </div> associated with it.) Turn on the template names in the source code (vboptions > General Settings > Add Template Name in HTML Comments > set to Yes) and you should be able to find it.

That's good ....:)
The problem find in the Google Adsense code ... now it is work fine
so nice of you ................and thank you so much for the help

Lynne
12-07-2009, 07:23 PM
Glad you got it figured out. :)