View Full Version : Please Help, Two Questions.


Jacenta
02-11-2005, 06:16 AM
Alright here's my page: http://www.homepage-host.uni.cc/p/jacenta/

I have two questions that no one seems to be able to help me with.
1) How do I remove those spaces around the "me", "blog", "palace", "pds"...etc buttons so that I can have the Banner, buttons and Iframe look like they're all one piece with no spaces?
I've tried liek everything! *just look at my html

2) Then how do I put the text on the left side file having the cat picture on the right side and have them... basically beside eachother?

I've been trying to figure this out and I'm so stuck. Please someone help me!
-Jacenta

tokyo bleu
02-11-2005, 07:22 AM
2) <img src="URL" align="right">

Jacenta
02-11-2005, 04:51 PM
Yeah I've done that. But I know that works with images and such. But how can I just get the Text on one side and the picture on the other for example:

text like this :)
text like this :)
text like this :)
text like this :)

^ ^
Text over here Picture over here

pb&j
02-11-2005, 05:15 PM
perhaps a table solution?

<table><tr><td valign="top">
text here
</td><td valign="top">
image here
</td></tr></table>

Monkey Bizzle
02-11-2005, 06:51 PM
you can use a table also to fix the problem in #1 or you could redo the image so that it really is one object and just make an image map out of it.

Jacenta
02-12-2005, 05:32 AM
AHHH!!
Thanks guys sooo much!
That makes perfect sense. :D I'll try that out and if I have any more questions I know where to go!!!!
AHH im so happy! :)
-Jacenta