View Full Version : help please!!!!!


silvertail
03-08-2006, 01:28 AM
hi I need help with a picture plz!!!

if you go to my site http://www.geocities.com/kakashi_kurama/parents.html

I need the happy bunny pic. moved to the right side of the text.

THX:)

Valkyrie
03-08-2006, 01:53 AM
Instead of having the image on its own div, include it with the div that has all your text, and then align the image to float on the right.

silvertail
03-08-2006, 01:58 AM
sorry but lets just pretend I don'tknow how to do that. can you tell me how?

Valkyrie
03-08-2006, 02:15 AM
There's two ways to do it.
The first way, is making the image float right.


<div style="width:300px; height:300px; background-color:#009ACD; overflow:auto;">
<img src="happybunny.JPG" style="float: right;">Hi! And welcome to My parents are stupid.com the site dedicated to observing the parents in their natural habitats with a laugh or two along the way!! This site includes all sorts of funny, interesting, and just plain creepy clips and stories about parents and things we can only hope aren’t your parents. So happy trails!!!!
<br>
<br>
<u><font color="#0000EE">Comments</font><font color="#6600FF"> from</font><font color="#0000EE"> people</font><font color="#6600FF"> like</font><font color="#0000EE"> you</font><font color="#6600FF"> (I think)</font></u>

<br>
<br>
"This is the best site ever!"
<br>- Site Master
<br>
<br>
"You'll just love this site!"
<br>- Site Master
</div>
</center>



If you do it that way, you'll have to adjust the div size, so it won't scroll. And the text wraps around image if you do it this way.


The other way is to use a table, and then position it in the center.

<table cellpadding="0" cellspacing="0" border="0" width=" 500">
<tr>
<td valign="top">
Hi! And welcome to My parents are stupid.com the site dedicated to observing the parents in their natural habitats with a laugh or two along the way!! This site includes all sorts of funny, interesting, and just plain creepy clips and stories about parents and things we can only hope aren’t your parents. So happy trails!!!!
<br>
<br>
<u><font color="#0000EE">Comments</font><font color="#6600FF"> from</font><font color="#0000EE"> people</font><font color="#6600FF"> like</font><font color="#0000EE"> you</font><font color="#6600FF"> (I think)</font></u>

<br>
<br>
"This is the best site ever!"
<br>- Site Master
<br>
<br>
"You'll just love this site!"
<br>- Site Master
</td>
<td valign="top">
<img src="happybunny.JPG">
</td>
</tr>
</table>


Try both ways out and see which one looks better to you.

silvertail
03-08-2006, 04:10 AM
YAY!!!! thanks soo much..... I learn something new every day..... and it ain't from school.

Valkyrie
03-08-2006, 04:46 AM
Heh, glad to have helped. :)

silvertail
03-08-2006, 08:56 PM
thx for your help but I've seemed to run into another problem.

its the same page as before http://www.geocities.com/kakashi_kurama/parents.html

but now I can't seem to get the form button links in the right place the home one if right but I want the stuff one right under it. I'm using the frame.

Valkyrie
03-09-2006, 01:40 AM
http://lissaexplains.com/forum/showthread.php?t=52647 ;)

war59312
03-09-2006, 04:05 AM
Hi,

Please do not double post in the future. Next time I'll just ignore you. ;)

It's bad forum ethics! Anyways, see the other topic.

Thanks,

Will

silvertail
03-09-2006, 01:01 PM
I'm sorry but I made anew one because I didn't think any one would come because my 1st problem had been solved. and I didn't know that that was dubble posting, I made a new thread for a new problem a posted the same thing here....... ok I see you point.