m3l3ana Posted June 12, 2008 Share Posted June 12, 2008 Right ok. So I am sorry if I posted this in the wrong area but I am not 100% sure where it should go. I was putting my description in my UL and well I have a whole bunch of enters in there, but when I saved the changes it shows up as on big block of text and that isn't what I am wanting. Is there something "special" that you have to do when putting enters in your UL?? Quote Link to comment Share on other sites More sharing options...
Izzy ♥ Posted June 12, 2008 Share Posted June 12, 2008 lol Yes, its HTML :P To create a new line use <br> - if you want a new paragraph (i.e. down two lines) then you can use <p>. Quote Link to comment Share on other sites More sharing options...
Zac Posted June 12, 2008 Share Posted June 12, 2008 Just want to tell you, if you use <p> for your paragraphs, make sure that you close them (</p>). If you don't, you'll get some annoying filter issues. :) Quote Link to comment Share on other sites More sharing options...
m3l3ana Posted June 12, 2008 Author Share Posted June 12, 2008 Right so does it go like this <p> text </p> ?? I should really know this aye?? They did teach us the basics of it in school, when we had to make a really basic web page :P hehe but that was 7 years ago :O Edit: Don't worry I figured it out. I decided to experiment and well it worked :D Also I didn't have to use any of the foreward slashes or anything, just the code Zac. Quote Link to comment Share on other sites More sharing options...
Xepha Posted June 12, 2008 Share Posted June 12, 2008 The correct coding is <p>write your text here</p>. Look over there to find HTML help: http://www.w3schools.com/HTML/ Quote Link to comment Share on other sites More sharing options...
Izzy ♥ Posted June 12, 2008 Share Posted June 12, 2008 Yeah, technically speaking, you should end the <p> tag, as Xepha says :P I never bother on userlookups though, saves characters! *hates character limits* Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.