Forum Moderators: mack
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
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.