Problem in firefox

Jan de Ronde

Problem is fixed!

Thank you verry much Erpe!

i trow away the <p> tag and it works how i want

Have a nice day

Jan


erpe0812

#4
So the problem is, that you have a double <p> tag in this line (direct after the closing </a> .
Threw it out and it will be done.
The outcoming html code must be:
<p><a id="wb_section_5" name="wb_section_5"></a><img height="303" width="470" align="top" alt="" src="http://www.helpchat.nl/media/test/testfoto01.jpg" /></p>

rgds

erpe

see atached file

[gelöscht durch Administrator]

Jan de Ronde

Albatros,

Thanks for your answer.

If the problem is FF or IE it dosend mather to me.

My question is how to make the template so its looks the same in IE and FF?

I want the red test photo is nice direct under the orange header zo it is now in IE.

Any idea?

albatros

Hi Jan,

to me ist seems not to be a problem of FF.

In line 92 of the sourcecode of that page I find
<p><a id="wb_section_5" name="wb_section_5"></a><p><img height="303" width="470" align="top" alt="" src="http://www.helpchat.nl/media/test/testfoto01.jpg" /></p></p>
And your JPG is indeed 470*303px big. So I think, Firefox is correct, IE not.

hth

Uwe
أنا لست إرهابيا. ليس لدى أي ورشة عمل القنبلة في الطابق السفلي. ليس لدى أي مرض الجمرة الخبيثة أيضا. أريد شراء لا مادة الريسين. أنا سوف ابدأ السفر إلى الولايات المتحدة الأمريكية

Jan de Ronde

Hello

I test a template and it looks oke in IE. You can see it on this link:

http://www.helpchat.nl/pages/444.php

The red test photo comes nice under the orange header.

when you look it with firefox you see the red test photo is not nice under the orange header?

I ask in another forum what is the problem and how fix this problem. The answhere whas:

Change <p><a id="wb_section_5" name="wb_section_5"></a></p>

to <p style="display:inline;"><a id="wb_section_5" name="wb_section_5"></a></p>

But it dont work.

I chance this in framework/frontend.functions.php line 217

Any idea how to fix the problem??

Jan