I am trying to align an image to the right, and I can't seem to do it with CSS. Currently I am using align:right, but it is not working. Any suggestions? Thanks in advance.
Printable View
I am trying to align an image to the right, and I can't seem to do it with CSS. Currently I am using align:right, but it is not working. Any suggestions? Thanks in advance.
couldn't you just do it with div tags?
I think he is. I am working on the same code, and it is not working even with divs.
<IMG SRC=unknown.gif ALT=Unknown ALIGN=right TITLE="Hey! I'm an unknown image!">
Why just not use that?
Aligning doesn't work with CSS. Atleast I haven't got it working. Though, I don't want to do it either.
Tip: you could try horizontal-align:right
I haven't tested it...Yet.
Hope this helps,
Well, i tried using align="right" but got some unexpected results. Let's see here...
# is the image. I want them to line up without having to manually do it with . But, when i use align="right", this happens:Code:|Text 1 #|
|Text 2, this text is longer #|
It aligns right, but also goes down a couple lines for some reason.Code:|Text 1|
#
|Text 2, this text is longer|
#
That space should be .Quote:
Originally posted by Wynd
I want them to line up without having to manually do it with ...
do you want on the right
or
after the text!!
cuz why not do it with a table!!
because when you use a table within a div, it gets tricky...
and do you really need to use div!!
what are you using it for??
Trying to make a menu, like the one at http://www.windows2000.com/
why not, yeah but does div work with netscape,
i think you'll need to use div for MSIE and
span for NN!!
that's what i do anyway!!
but table in divs or not that tricky, as i remember!
post your code and i'll have a peek!
DIV works fine in NN.