View Full Version : Span/Class


Moylance
06-06-2003, 04:54 AM
At home I had to use;
<span class="maintext">Text</span> to make my class items work.
At school, I'm on Macs. What tags do I need to use to make it work?
<class="maintext">Text</span>
If possible can we use one to make life easier?

alkaline39
06-06-2003, 05:39 AM
The code is the same for every computer, there is just a difference between browsers

by using divs you should be ok

<div class="ssfd"></div>

pb&j
06-06-2003, 06:37 AM
both SPAN and DIV are usable to you.
SPAN will affect a small area.
DIV will affect a block of area (kinda like a Paragraph P area).

Moylance
06-06-2003, 08:34 AM
Thanks for that, but I still have other problems. I'm not quite sure why the other was moved to CSS.. I'll post soon.