Invision Power Services: Problem with layout - Invision Power Services

Jump to content

Web Design and Coding

Our community chat forum areas are for off-topic discussion only. Please do not post topics about IPS or its products and services here. We provide other forum areas for IPS discussion.

Do you need technical support on IPS products or services?

You can obtain support via the client area, or you can try to obtain peer-to-peer support at IPS Resources.

Did you find a bug in one of our products?

If you believe you've found a bug please post it to the bug tracker.

Have a suggestion or feedback?

Use the company feedback forum or appropriate product feedback forum. You can also submit a ticket in your client area if it's a private matter.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Problem with layout Rate Topic: -----

#1 User is offline   Trel Icon

  • ¯\(°_o)/¯
  • PipPipPipPipPipPipPip
  • View blog
  • Group: Members
  • Posts: 3,416
  • Joined: 05-November 02

Posted 16 June 2006 - 03:43 AM

I'm working on a layout: http://www.krahs-emag.com/test06.php

If you'll note there the text, "At new host posted by Trel on"

You'll see the <span> tag seems to terminate at the opening of the <a> tag.
I can't figure out why it's doing that or how to stop it. The code is validating so I'm at a loss.


EDIT: this is happening on Mozilla, it does not happen in IE or Opera.

EDIT2: Off topic, but I just hit 3000 posts (yay)
Posted Image
0

#2 Guest_IAIHMB_*

  • Group: Guests

Posted 16 June 2006 - 04:42 AM

Gecko doesn't like self closing link tags, replace:

<a id="fus_1" name="1" />

With:

<a id="fus_1" name="1"></a>
0

#3 User is offline   int2str Icon

  • Spam Happy
  • PipPipPipPipPip
  • View blog
  • Group: Members
  • Posts: 533
  • Joined: 14-October 02

Posted 16 June 2006 - 04:47 AM

This is your problem:
<a id="fus_1" name="1" />


You'll need to put in an end tag:
<a id="fus_1" name="1"></a>


The specs say "end tag required". Though the validator doesn't complain about it. In any case, it will fix your problem.

Cheers,
Andre
Admin, Maximum-Suzuki forum
Admin, V-4 Honda forum
0

#4 User is offline   Trel Icon

  • ¯\(°_o)/¯
  • PipPipPipPipPipPipPip
  • View blog
  • Group: Members
  • Posts: 3,416
  • Joined: 05-November 02

Posted 16 June 2006 - 05:16 AM

thank you :) That fixed it :)
Posted Image
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users