
Welcome Guest
|
|
|
#1
|
|||
|
|||
|
create object or picture always on centre
halloooo.........boyz and girlz
i want to know.....how to make some object or picture always appear on centre on window with different resolution setting. it's use table (on the html) or maybe anything else ? |
|
#2
|
|||
|
|||
|
hi
use a <center> command (html) like for exmaple:
<html> <head> </head> <body> <center> this thing you want to cente goes here </center> </body> </html>
__________________
F5interactive, Teamcaster,Lancaster |
|
#3
|
|||
|
|||
|
yup it's right...........but this is only for horisontal center
what about if we want to show the object is in center but for horisontal and vertical too.
|
|
#4
|
||||
|
||||
|
A Table.
You can create a Table and Set Alignments. Vertical and Horizontal. |
|
#5
|
|||
|
|||
|
... with making sure you set the table width and height to be 100%
__________________
|
|
#6
|
||||
|
||||
|
Oh yes and Percentage
![]() Code:
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center">
<tr>
<td align="center" valign="middle"><!-- Content Goes Here --></td>
</tr>
</table> |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Kenny Bellew Sound Object Tutorial | jumpingJack | Sound and Music |
23 | 05-03-2011 07:37 AM |
| Replacing a picture by a default one if missing | Jayme65 | Actionscript 2.0 |
1 | 10-02-2006 08:15 AM |
| Create Copy of existing Object | newdarkness | Newbies |
0 | 03-19-2005 05:22 PM |
| How to create object with string? | fng | Actionscript 2.0 |
2 | 03-09-2005 09:09 PM |
| how do i create an XML object??? | neurowave | XML & Sockets | 2 | 08-08-2001 08:19 PM |






