Forum Moderators: mack

Message Too Old, No Replies

Using CSS and <br> to help the paragraphs display correctly?

Should i use the <br> tag to make sure it displays correctly? Please help.

         

frenzy77

9:41 am on Jun 1, 2005 (gmt 0)

10+ Year Member



Hi everbody:)

Q.1. If i have margins placed in a CSS file, will the site have the margins in place in all browsers?

***Q.2. Can i or should i include <br> in the paragraphs of the webpage so the paragraph will display the way i want it to?*****
(also linking to a css file for the same information on margins.)

Q.3. Will the paragraphs look different? Possibly larger sized paragraphs?

Q.4. Will it look ok across all browsers?

Here's the CSS information:

<link blah blah..."abc.css">

p { margin-left: 100px; margin-right: 100px; color:#FFFFFF; }

*Also use <br> in paragraphs or not?*

>on the webpage paragraphs:

<p>

blahblahblahabc....<br>
blahblahblahabc....<br>
blahblahblahabc....<br>
blahblahblahabc....<br>
etc...
</p>

Please answer each question:)
Thanks for your help:)
All advice welcome:)

frenzy77

PumpkinHead

3:05 pm on Jun 1, 2005 (gmt 0)

10+ Year Member



Q1 - Yes, they should be displayed in all the 'latest versions' of the different browsers. Get each browser and test to be sure.

Q2 - If it's valid, I don't see why not.

Q3 - Maybe yes. Get each browser and test to be sure.

Q4 - Maybe yes. Get each browser and test to be sure.

Hope this helps, you can't beat testing things yourself. Get the latest version of IE and Firefox.