-
Basic Help With <p>
Hey,
i need some help with the space codes-
i want something like this:
Thanks,
Hakopa
test.net
With html it makes it look like this:
Thanks,
Hakopa
test.net
I want to get rid of the space in between- <P>?
How do i do this?
Thanks
-
-
The <p> tag does that. There are ways of using complex styling that will change margins, but it's not worth it.
Use the <br> tag instead.
Note that it doesn't need a close tag. (Never use </br>)... it is simply a line break wherever you put it.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
Don't over-use the <br> tag. In this case it's semantically acceptable to use it, but if you're starting a new paragraph, use <p> and style it with margin-bottom:0;.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks