
February 2nd, 2002, 06:36 PM
|
|
Just Another Member
|
|
Join Date: Jul 2001
Location: Middle America
Posts: 41
Time spent in forums: 41 m 17 sec
Reputation Power: 12
|
|
|
silly little css problem
ok... i have a really dumb question, and it probably stems from me not really understanding CSS very well.
I am simply putting calling on a <h3> style for an area of text.
My code is as follows...
PHP Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="BBC3D3" align="left">
<img src="images/navbar/curve.jpg" width="30" height="20"> <h3>EVENTS</h3>
</td>
<code continues on....>
for some reason, and this is probably SUPPOSED to happen, this always brings my text down to the next line like i put a <p> before it. I want my text to be right next to the image like it should be in my code.
what am i doing wrong? and feel free to ridicule me as i realize this is probably a dumb question.
thanks
|