View Full Version : New guy needs a little help :)


hydroshock
10-28-2004, 11:02 AM
Before I present my problem i'd like to introduce myself. my name's brent and i'm been turning to the Lissa website for html help for months... it's very impressive, html help for kids that can teach a grown man as well :).

Anyhow, I need help with lining up text against an image. I'm not sure what it's called, but you see it in newspapers. An image on the lefthand side and the text displayed beside of it. I can't seem to find any code for it on the site and I'm hoping someone on this forum might know what I'm talking about. Any advice would be greatly appreciated. Thanks! :)

Idiosync16
10-28-2004, 11:24 AM
<style type="text/css">
img {
float:right;
margin:10px;
}
</style>

<img src="yourpicture.jpg" width="100" height="100"/>
<p> The text you want goes here </p>

Think that'll help ... I'm still a rookie myself :rolleyes:

StarryIlove
10-28-2004, 11:31 AM
<img src="Image url" style="float:left"> I find that a little shorter change the attributes in bold

Idiosync16
10-28-2004, 11:35 AM
Haha, yeah ok that is a lot easier.

hydroshock
10-28-2004, 11:38 AM
That did the trick. Thanks a lot for the help!
Noticed the "shine on you crazy diamond" in your signature. I'm a fan of pink floyd myself:). since you're still new at this, let me know if you ever need any help. i don't know a whole lot but i'm pretty good ;)

Idiosync16
10-28-2004, 11:46 AM
Lol... you've got mail. Er, or a private mesage rather.