October 21, 200817 yr Hi, this is probably really obvious, but I find that whenever I press return for a new paragraph that the distance between the two lines is really big. Is there anyway I can change this? Thanks.....
October 21, 200817 yr if you do a global reset of all your elements by adding this to your css * { margin:0; padding:0; } then you can add your own spacing for your paragraphs like this: p { margin-bottom:5px;} the 5 is just an example you could have this any size you want. Hope that makes sense
October 21, 200817 yr Hi, this is probably really obvious, but I find that whenever I press return for a new paragraph that the distance between the two lines is really big. Is there anyway I can change this? Thanks..... Hi do yo mean like this line 1 line 2 and you want line 1 line 2 if it is press shift and return together this will add a<br/ >
November 24, 200817 yr Author if you do a global reset of all your elements by adding this to your css * { margin:0; padding:0; } then you can add your own spacing for your paragraphs like this: p { margin-bottom:5px;} the 5 is just an example you could have this any size you want. Hope that makes sense Hi, I've just looked at your portfolio and I really like your navigation bar, would you be willing to share the css for this? Thanks
Create an account or sign in to comment