Log in

View Full Version : Codes


Ronald0
07-13-2009, 04:33 AM
Okay, well i have created my own custom template, as well as a custom plugin and php file based on a Terms Of Service page.

Now what the issue is...

You go to the page and everything is like


1.srshsfhksfghdfsdfsssssssssssssssssssssssssssssss sssssssssssssss
fsfsfdsfsdfsdfsfsfsfsdfsdfsdfsf
2.srshsfhksfghdfsdfsssssssssssssssssssssssssssssss sssssssssssssss
fsfsfdsfsdfsdfsfsfsfsdfsdfsdfsf
3.srshsfhksfghdfsdfsssssssssssssssssssssssssssssss sssssssssssssss
fsfsfdsfsdfsdfsfsfsfsdfsdfsdfsf
4.srshsfhksfghdfsdfsssssssssssssssssssssssssssssss sssssssssssssss
fsfsfdsfsdfsdfsfsfsfsdfsdfsdfsf
5.srshsfhksfghdfsdfsssssssssssssssssssssssssssssss sssssssssssssss
fsfsfdsfsdfsdfsfsfsfsdfsdfsdfsf

Like it doesnt look professional its all in a paragraph ugliness.

How do i make a space in between each line?

JacquiiDesigns
07-13-2009, 06:47 AM
Try the following:

<ol>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
<li>List item 4</li>
</ol>

Will output a clean list code as if:


List item 1
List item 2
List item 3
List item 4


HTH :)

Jacquii.

Ronald0
07-13-2009, 06:52 AM
Um... we already went over this. =X but i figured it out.

JacquiiDesigns
07-13-2009, 06:58 AM
well - I thought I could enlighten anyone else who I'm not screwin' around with on IM
Knowledge is the elixir of the Gods - so I like to spread a little of it around - Drink up Jake :P

Jacquii.