Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

generated source creates <strong> tags, why?

  • 1 відповідь
  • 4 мають цю проблему
  • 1 перегляд
  • Остання відповідь від cor-el

more options

The frontpage below does not apply the inline style. on investigation I discovered that firefox is inserting <strong> tags in the html. If you remove the <strong> tags using the web developer extension it scans correctly - as it does in Explorer and Safari. Why is this? what can I do about it? I have checked compatibility as far as I can but still cannot get Firefox to work correctly. I would appreciated some help and/or advice.

The frontpage below does not apply the inline style. on investigation I discovered that firefox is inserting <nowiki><strong></nowiki> tags in the html. If you remove the <nowiki><strong></nowiki> tags using the web developer extension it scans correctly - as it does in Explorer and Safari. Why is this? what can I do about it? I have checked compatibility as far as I can but still cannot get Firefox to work correctly. I would appreciated some help and/or advice.

Змінено cor-el

Усі відповіді (1)

more options

I think that it is because you have some spurious (double) code on that page with an extra and unclosed strong /span element.

<STRONG><SPAN class="SmallCheck"><STRONG><span class="SmallCheck">


Try to remove the first <STRONG><SPAN class="SmallCheck"> and only leave one of them.

<STRONG><span class="SmallCheck"><input id="_ctl0_MAILLINGLIST_JoinMailingList_HTML" type="checkbox" name="_ctl0:MAILLINGLIST:JoinMailingList_HTML" checked="checked" />

Змінено cor-el