Preserved Topic: Perfect Picture Placement (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: :morF |
posted 05-25-2000 02:13
Hey Doc (or anyone reading this), I have a really weird question that I need answered ASAP, because otherwise I'm gonna fail an assesment at school. I noticed on your Spherdex that you have a little image placed next to a big image, yet they don't align at the bottom, so you seme to have placed ti image exactly where you wanted it. Tell me, how did you do that? I need to know how to place image exctly where I want them, even if they are different sizes, but still on the same line. Is there a HTML tag that you can use to do exact pixel co-ordintes, or something like that. I know this message may seem to carry on, but it is written in haste. Thanx in advance.<P><P>/_-=SKAARJJ=-_\ |
Paranoid (IV) Mad Scientist From: Calgary, Alberta, Canada |
posted 05-25-2000 02:31
You might wanna try using a table.. you can chose the alignment, and possition of images that way.<P> - Dan - |
Nervous Wreck (II) Inmate From: Melbourne, Australia |
posted 05-25-2000 06:22
For exact pixel positioning, the best thing to do is to use layers. You do this by using the style="" attribute. See below:<P><BLOCKQUOTE><font size="1" face="Verdana, Arial">code:</font><HR><pre><div |
Maniac (V) Inmate From: under the bed |
posted 05-25-2000 06:35
If you look at the source it's all really quite simple. Just a matter of setting the ALIGN and VALIGN attributes properly for each TD tag. <P>However, if you want exact pixel positioning you can do it with CSS and DIV tags.<P>:::What care I how time advances? I am drinking Ale today. -- Edgar Allen Poe::: |
Maniac (V) Inmate From: under the bed |
posted 05-25-2000 06:48
whoa, sat at the reply screen for a few minutes, missed that post.<P>However, if you use DIV's you should specify the style atributes in the head instead of in the DIV tag. Using the same example, you'd do it like this:<P><head> |
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 05-25-2000 09:03
Well, spheredex is all done with tables, you simply craft the table, and choose where you want things to align, valign=top, valign=bottom, or valign=middle. I also use a blank.gif image to push things up or down a few pixels, just to get it just the way I want. Now I do use DIVs mostly, with style sheets to set the placements. (That was a good call, never put your style attributes in the dviv itslef, netscape will not handle it.) Centering placed content with DIVs can be a pain, that's why I usually use three frames, my center content has a fixed upper left corner, and I still get apparent centering.<P><IMG SRC="http://www.ozones.com/forum/siggie.gif" border=0> |