Click to See Complete Forum and Search --> : [RESOLVED] Creating more white space.


ScottandBrianna
04-19-2007, 02:20 PM
:confused: I'm trying to have like 4-6 lines of white space in between text and/or pictures instead of the default of 2 spaces.

When I put something on my page it automatically shifts the text back up even when I bring the text or image down manually. I'm trying to have like 4-6 lines of white space in between instead of the default of 2 spaces.

Can someone tell me how to not have this happen? Is there a code I can put in for space between normal lines?

Thank you,

Scott

Charles
04-19-2007, 02:30 PM
<p style="margin-top:5em">

Znupi
04-19-2007, 02:31 PM
1. You should learn CSS. A good tutorial can be found here: http://www.w3schools.com/css
2. To add multiple spaces in html use

&nbsp;&nbsp;&nbsp;

^ that would insert 3 spaces.

ScottandBrianna
04-19-2007, 02:39 PM
I've been working on this for so long.

I'm glad a friend introduced me to this place.

Many thanks,

Scott