If you consistently want space around photographs and images, see Using Images. If you just want to make a line break, use
. You have NO control over the height of the line or spacing. But for the rare and occassional use, this will help, sorta, kinda, and it depends. Go for the first solution is you want this to be consistent.
thank you lorelle for your advices. programming bigger space around images is the good solution. but what should i use for the line break ? what you wrote can not be seen !
hope you will come back and give the answer again !
when i use (br /) i do not find it does much. if i want 2 line break, i put 2 “br” but on my post i have only one line break !
maybe there is something i’m missing about those”br” ?
how one should use and write them ?
can you tell me more ?
Put an image inside a post, then post back here telling us what exactly you would like. We can then give you the exact css 🙂
ok super. i do it right away.
for example, on this page :
http://alafiac.ericseydoux.com/?page_id=4
i want more space between the second line and the third one, the quote and the image.
second question : how can change the style.css for that all images have more space around (above and below) ? i have looked “wrapping around images” but could not really find something.
1) à travers des mini-reportages toute la préparation nécessaire à une importante foire, la fiac !
2) à partir du 4 octobre le quotidien d’un exposant
You mean more space between them ? If so:
<ol>
<li>à travers des mini-reportages toute la préparation nécessaire à une importante foire, la fiac !</li>
<li>à partir du 4 octobre le quotidien d’un exposant>/li>
</ol>
is the way to do it, then we can use css.
The image:
Put this at the bottom of your css:
.entrytext p img {
border:2px #00ff00 solid ;
margin: 50px auto;
}
The first line does the green border (change to any colour or just don’t use.
The margin line will make a gap of 50px above and below and the ‘auto’ will centre it.
That help ?
thank podz.
i wrote .entryext… in my style.css sheet. but nothing changed ! i try again.
hallo podz
yes it works. but actually i figured out that i don’t want space above and below for all the pictures. so it does not suit me. (for align pictures, it makes it not nice, the wrapping text does not start at the same level as the picture).
thanks anyway. i learned something !