Closed
Bug 274537
Opened 20 years ago
Closed 20 years ago
Line break appears where it is not supposed to
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: cahanley, Assigned: bryner)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 This code creates a line break before the image and any text after the image shows up on the next line. Reproducible: Always Expected Results: The image and any subsequent text should be on the same line as the rest of the item.
Comment 1•20 years ago
|
||
Well, you have an invalid LI in the middle of the code. That will create a line-break. Validate your code.... Plus this has nothing to do with build config.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
That is invalid HTML. All the formatting elements belong in the <LI>. Closing the </a> assume a close of <li> is intended. <LI><A HREF="sound/m_doitagain.ram"><B>Do It Again </B></A><IMG SRC="images/notes04.gif" WIDTH=21 HEIGHT=16 border=0><I>Ultimate</I> The above is what you want.
Status: RESOLVED → VERIFIED
Component: Build Config → General
Summary: <A HREF="sound/m_doitagain.ram"><B><LI>Do It Again </B></A><IMG SRC="images/notes04.gif" WIDTH=21 HEIGHT=16 border=0> <I>Ultimate</I> → Line break appears where it is not supposed to
You need to log in
before you can comment on or make changes to this bug.
Description
•