HTML Help In Text Widget

  • This thread is marked resolved, but I’ll add some remarks for the sake of others who might visit it.

    – Vivian’s right: that’s the proper form of the break tag. But that’s for creating a return (= new line), not a blank line.

    – The code given by dajjal is for a blank space, not a blank line.

    – Working codes for a blank line are those given by raincoaster.

    – You can also use this, for an adjustable blank space between lines (changing the number as you see fit):
    <div style="height:10px;"></div>
    – In the case of images, another way to create space between them is adding this after “img” (with a space before and after, again changing the number as you see fit):
    vspace="20"

  • Thanks all for your info. I really appreciate it.

  • The topic ‘HTML Help In Text Widget’ is closed to new replies.