Thread: Help CSS coding
View Single Post
02-23-2005, 06:18 PM
#6
opserty is offline opserty
Status: I love this place
Join date: Jan 2005
Location: UK, Birmingham
Expertise:
Software:
 
Posts: 606
iTrader: 0 / 0%
 

opserty is on a distinguished road

Send a message via MSN to opserty

  Old

Ok now another problem, well its not a problem but more of a question. Is there anyway i can get the text on the same line but with a different style and alingment using css?

Code:
copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 52852C;
}
.legal {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic;
	color: 52852C;
}