This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
I need help with images and text!!! plz help!!

Well, im here again with another problem! lol. On my wwe website www.wwepro.com i added an image and some text. Is there anyway I can have the text come at the top of the image instead at the bottom? Or to make it a little better can i add many images side by side across the top.

Thanks, Nick]
THANKS!!!

Browser: nickwwefan,2

Re: I need help with images and text!!! plz help!!

To put pictures in a row the easiest way is in a table.

I really don't understand the problem about text and picture positioning. If you want text above a picture then you should be able to just type some there. Maybe you are having problems with a particular editor but that would be a product specific issue and you have given us insufficient details to help.

Re: I need help with images and text!!! plz help!!

The way this works is,(without using positioning/float, etc..this is just basic),items added descend down, in order, and to the left..(okay these aren't technical terms, but i think you can follow)..

So, for words above picture,
add words first..
then a
break tag..(to go to next line)
then picture


An easy way to put pics side x side would be to use the

tag (paragraph tag) example:

<p style="width:200px;"><img src="url to image"><img src="url to image"></p>

replace the 200 with the width of your pics..just don't go over your content containers width...

You might want to learn about CSS/positioning/float/etc., and below is an excellent site, for just that:

w3Schools

also good for learning html/css

Re:I need help with images and text!!! plz help!!

In an img tag you can put align="top" to make the text align t the top of the image. you can also yse align="middle" and align="bottom" if you want. hope this helps

Re: Re:I need help with images and text!!! plz help!!

HI! Thank You to everyone who responded to my question, i have yet to try all the different techniques. So I'm going back now to try it it should be up by tonight, so if you want to see if i did it go to HERE! Thanks

Browser: nickwwefan,2