Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Another need help thread...
Another need help thread...
2004-01-26, 4:37 AM #1
I know this should be in the technology forum but i thought id get a quicker response if i posted here...
HTML
Ive been having a problem. Im pretty new so dont think i have problems for asking such a simple question.

I want a list but i just want it to be a normal list without numbers or bullets or definitions.

Example:
Cake
Cakey goodness
why to eat cake
I cant get it to just list items like that. If i put a <p> in it will do this:

Cake

Cakey goodness

why to eat cake.

Arrgg. HELP? is there another type of list that has no numbers/bullets/definitions?

------------------
Madquack and Firbnic have a signature.
*Remnant Temple beta almost done*
Light And Darkness

[This message has been edited by Prince Xizor (edited January 26, 2004).]
I was just petting the bunny, and it went into the soup can, and part of my hand went with it. - Red vs Blue
2004-01-26, 4:44 AM #2
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Prince Xizor:
I know this should be in the technology forum but i thought id get a quicker response if i posted here...
</font>


Wrong.

------------------
Of war, we don't speak anymore
2004-01-26, 4:49 AM #3
http://www.w3.org/TR/REC-html40/struct/lists.html

------------------
Of war, we don't speak anymore
2004-01-26, 4:51 AM #4
couldn't you just use <br>?

------------------
Rah!
/fluffle
2004-01-26, 4:53 AM #5
Cake<br>
More cake<br>
Even more cake<br>
<br>
Ubercake<br>
<br>
<br>
Supercakes!


I think you get the idea.

------------------
.hack//SIGN - The World - Just Believe

(Yes, This is Cool Matty)
.hack//SIGN - The World - Just Believe

(Yes, This is Cool Matty)
2004-01-26, 5:59 AM #6
Hey thanx a lot!

------------------
Madquack and Firbnic have a signature.
*Remnant Temple beta almost done*
Light And Darkness
I was just petting the bunny, and it went into the soup can, and part of my hand went with it. - Red vs Blue
2004-01-26, 3:03 PM #7
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Tsukasa:
Cake<br>
More cake<br>
Even more cake<br>
<br>
Ubercake<br>
<br>
<br>
Supercakes!


I think you get the idea.

</font>


No.

Code:
<ul style="list-style-type: none;">
  <li>cake</li>
  <li>banana</li>
  <li>koala</li>
  <li>cacti</li>
  <li>walrus</li>
</ul>


It's still a list, just minus the bullets. Use more CSS is you want to edit any other parts of your list.

Also, it'd be nice if you closed your br's, like this: <br />

------------------
[This message has been edited. Deal with it.]

[This message has been edited by Malus (edited January 26, 2004).]
[This message has been edited. Deal with it.]
2004-01-26, 3:12 PM #8
He wanted HTML, not CSS, and not XHTML [http://forums.massassi.net/html/tongue.gif]

And the way I posted is technically more supported than CSS, although only by a tiny minority.

------------------
.hack//SIGN - The World - Just Believe

(Yes, This is Cool Matty)
.hack//SIGN - The World - Just Believe

(Yes, This is Cool Matty)
2004-01-26, 3:14 PM #9
<ul> <ol> and <li> are std. HTML.

------------------
<scribbly handwriting barely resembling name>
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2004-01-26, 3:21 PM #10
Quote:
<font face="Verdana, Arial" size="2">Originally posted by Tsukasa:
He wanted HTML, not CSS, and not XHTML [http://forums.massassi.net/html/tongue.gif]

And the way I posted is technically more supported than CSS, although only by a tiny minority.

</font>



This is why there is no standardization on the web. We have to make sure all of our browsers work with fugly, depreciated methods of coding.

------------------
[This message has been edited. Deal with it.]
[This message has been edited. Deal with it.]
2004-01-26, 3:41 PM #11
Tsukasa's answer is the best. You can all go home and eat you popcorn now. Yes. That is all.

-Prince Xizor

------------------
Madquack and Firbnic have a signature.
*Remnant Temple beta almost done*
Light And Darkness
I was just petting the bunny, and it went into the soup can, and part of my hand went with it. - Red vs Blue
2004-01-26, 4:33 PM #12
That not even a list its a whole bunch of new line tags.

------------------
Quote:
<font face="Verdana, Arial" size="2">Burrie|WatchingFromTheShadows holds up a skeleton's head. "= or !=. That is the statement."</font>
2004-01-27, 9:24 AM #13
And that's exactly what i needed. I didnt want lists because they indent.

------------------
Madquack and Firbnic have a signature.
*Remnant Temple beta almost done*
Light And Darkness
I was just petting the bunny, and it went into the soup can, and part of my hand went with it. - Red vs Blue
2004-01-27, 9:51 AM #14
Malus, having clean code is one thing... having exacting code is another. What about browsers that cant handle pure xhtml spec, like IE? Or browsers that cant handle CSS?


Im all for web standards, but holding everyone to an extreme isnt the solution. I mean, HTML is hard enough to learn as is for beginners, you want to force-feed them XHTML and CSS too?

------------------
The future is here, and all bets are off.
And when the moment is right, I'm gonna fly a kite.

↑ Up to the top!