simple? align=right question
simple? align=right question
- Started
- Last post
- 3 Responses
- hellofromlondon
hey folks,
if i have an image and a html button.
and i am using the align="right" property on both of them.how can i do it so one takes priority and is the furthest most right then the other?
at the minute the button always appears most right.
simple thing im missing?
- d_rek0
Show us the html / css you're using, then we can help you.
- ukit20
Using the align property is a really old way of doing it (deprecated in HTML 4, which was been around for 10 years).
What you should do instead is use CSS and add a style such as "float:right."
- I wasn't sure what property he was referring to... and was telling myself, "surely it couldn't be 'align'"d_rek