What's new

More HTML questions

  • Thread Starter Thread Starter MDowdey
  • Start date Start date
M

MDowdey

Guest
I feel like an idiot for asking...but how do you put spaces in between pictures and the text below the picture...i want some empty space..and ive tried everything...
help!

md
 
<br> or <p></p>
That's line break and paragraph
 
hobbes28 said:
<imgsrc=blah></img>
<br>
<br>
text


for some strange reason, the line break isnt working. hmmmm


nevermind...cookies. i hate myself.
 
with line breaks there needs to be something in the line... &nbsp; is like a blank character...

So try

<img src="blah.jpg">
<br>&nbsp;
<br>
Blah Blah
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

New Topics

Back
Top Bottom