Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DIV display conflicts

Status
Not open for further replies.

gwar2k1

Programmer
Apr 17, 2003
387
GB
how do i keep everything on 1 line if im using div tags?

<font size=&quot;1&quot;>@<div id=&quot;beat&quot;>???</div></font> <div id=Clock align=left style=&quot;font-family: Arial; font-size: 8pt; width: 12; height: 19&quot;></div>
 
use span's instead. Div's are containers that you place in different areas. Spans are containers that allow you to change style without mentioning position.

I hope this helps! :)

Gary Haran
==========================
 
Hey that's great thanks!

~*Gwar3k1*~
&quot;To the pressure, everything's just like: an illusion. I'll be losing you before long...&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top