•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 397,646 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,438 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 686 | Replies: 5
![]() |
Please take a look at the way Firefox (I'm using v.3 rc2) compares to IE7 on the following page: listenlight.net/16/cooper
such that --
<br /> text
<br />
<br /> text
looks like
text
text
in IE7, instead of the correct
text
text
the css file, listenlight.net/16/issue.css may be of interest.
Please help me solve this problem. Thank you.
such that --
<br /> text
<br />
<br /> text
looks like
text
text
in IE7, instead of the correct
text
text
the css file, listenlight.net/16/issue.css may be of interest.
Please help me solve this problem. Thank you.
•
•
Join Date: May 2008
Location: Hyderabad, India
Posts: 248
Reputation:
Rep Power: 1
Solved Threads: 27
it's n't a problem because u put the so first remove and try it IE and Firefox
Thanx,
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
What?? I don't understand your reply at all.
here is the code..
here is the code..
<div style="width: 500px; text-align: justify;" id="content">
<br /> text
<br />
<br /> text•
•
Join Date: May 2008
Location: Hyderabad, India
Posts: 248
Reputation:
Rep Power: 1
Solved Threads: 27
please delete here <br /> tag in div tag OK
n then check in mozilla and IE
n then check in mozilla and IE
<div style="width: 500px; text-align: justify;" id="content">
text<br>
text Last edited by sreein1986 : Jun 18th, 2008 at 1:34 am.
Thanx,
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
Sreekanth
www.saap.in
if you problem solved add me as a reputation and mark it mark as solved
His page is xhtml. It requires the self-closing form of br:
The problem is the use of the br tag to insert breaks in the text. The correct way to display this is to use p tags to surround the paragraphs. This is not the intent of the br tag. The br tag is for forcing a single new line in the middle of text, without inserting a blank line.
<br />
The problem is the use of the br tag to insert breaks in the text. The correct way to display this is to use p tags to surround the paragraphs. This is not the intent of the br tag. The br tag is for forcing a single new line in the middle of text, without inserting a blank line.
Wrong: <div> text <br><br>text <br><br>text <br><br>text </div> Right: <p>text</p> <p>text</p> <p>text</p> <p>text</p>
Last edited by MidiMagic : Jun 19th, 2008 at 6:46 pm.
Daylight-saving time uses more gasoline
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
Other Threads in the HTML and CSS Forum
- Previous Thread: Navigation misaligned in mozilla
- Next Thread: someone please explain why IE adds whitespace between images, Firefox does not



Linear Mode