|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
Dreamweaver?
Hi
I'm making web with use of dreamweaver.When i open in IE it shows good but when open in firefox all texts replace with positions.What is exact problem? |
|
#2
|
||||
|
||||
|
Avoid the use of paragraph tags;
Code:
<p>text</p> They're treated differently between Firefox and Internet Explorer. Also, define a line-height attribute to your line break tags; Code:
<br /> like this, add the following to your CSS stylesheet; Code:
midBR {
line-height:10px;
}
(adjust the px size until it looks right, for you) Now when you add a line break tag in your HTML page, you class it, like this; Code:
<br class="midBR" /> Without seeing your page, I can only guess that this is your problem. Hope this helps |
|
#3
|
|||
|
|||
|
ya.Exactly relevat problem was.
After R&D solved easily. Thanks |
|
#4
|
||||
|
||||
|
No worries
|
|
#6
|
||||
|
||||
|
Go check out w3Schools.
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > Dreamweaver > Dreamweaver? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|