Web Hosting Talk







View Full Version : need help with css .


Gladiator-Linux
04-30-2010, 02:58 PM
Hello


How do I place an image side a word using css , like picture on Attachment

thank you

oliviakitty
04-30-2010, 03:45 PM
What?

Are you asking how to put give text a background image?

iserve4web
04-30-2010, 09:03 PM
Hello


How do I place an image side a word using css , like picture on Attachment

thank you

hello. if you want help to get that thing working just pm me.

qtriangle
05-01-2010, 03:47 PM
you can set it as background, with some left margin for the text.

Gladiator-Linux
05-01-2010, 09:06 PM
hello

i mean how to put text side a picture , like this code :-

<table>
<tr>
<td>Here the text</td>
<td><img src="and here link of img" /></td>
</tr>
</table>

i want to do that using css

thank you

TBradley
05-01-2010, 10:40 PM
Why do this in CSS. Put this picture in CSS and the Description in HTML after the DIV or TABLE? It's much easier!

Vamsii
05-02-2010, 09:57 AM
<div><img src="IMAGE URL HERE" align="left" /><font color="black">text here<br />
text here<br />
</font></div>
<p>