View Full Version : Another HTML Question
Liquor_Riss
04-27-2003, 08:08 AM
Is there code for precisely adjusting an objects position on a page rather than the clunky <div align> ?
brentech
04-27-2003, 10:13 AM
I'm not really sure if there is a code really for that.
I would suggest using Tables to your advantage..you can make anything, go anywhere using tables correctly.
Unless anyone else knows a different way...I would say that is your best bet.
Liquor_Riss
04-27-2003, 11:02 AM
Thanks, I remembered how to use tables to place images after reading that :)
EnterTheWu
04-27-2003, 11:40 PM
Yeah, it's called CSS (Cascading Style Sheets)
cOnflictXX
04-28-2003, 02:18 PM
you can use the padding function in things like TD's or DIV's like this
<td style="padding-left:5;">
or just use this
<img style="position:absolute;left:20;bottom:30;">
that will push it around the page by changing the numbers and adding right:#;top:#;
(that's css)
chrisv
04-29-2003, 02:02 AM
Use CSS. It will be better for you in the long run.
mr. box
04-29-2003, 06:57 AM
<img style="absolute;right:0px;top:0px">
quick and dirty solution. This is to put it in the top right corner, btw.
drake
04-30-2003, 05:00 PM
I really suggest smart table use over CSS. The more you use CS, the less cross-platform it is. Well I guess thats my programmer logic speaking.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.