LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




ReplyREPLY THREAD
 
Thread Tools Display Modes
  #1  
Old 06-04-2002, 02:11 AM
dionrock dionrock is offline
Registered User
 
Join Date: May 2002
Location: Jakarta, Indonesia
Posts: 12
Rep Power: 0
dionrock is on a distinguished road
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 ?
Reply With Quote
  #2  
Old 06-04-2002, 02:24 AM
f5inter f5inter is offline
Registered User
 
Join Date: Mar 2002
Location: on Earth
Posts: 202
Rep Power: 12
f5inter is on a distinguished road
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
Reply With Quote
  #3  
Old 06-04-2002, 09:45 AM
dionrock dionrock is offline
Registered User
 
Join Date: May 2002
Location: Jakarta, Indonesia
Posts: 12
Rep Power: 0
dionrock is on a distinguished road
Big Grin yup......

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.
Reply With Quote
  #4  
Old 07-10-2002, 11:40 PM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
A Table.

You can create a Table and Set Alignments.
Vertical and Horizontal.
Reply With Quote
  #5  
Old 07-11-2002, 12:36 PM
senocular senocular is offline
Registered User
 
Join Date: May 2002
Location: Maryland, USA
Posts: 65
Rep Power: 12
senocular is on a distinguished road
... with making sure you set the table width and height to be 100%
__________________
Reply With Quote
  #6  
Old 07-11-2002, 01:39 PM
dv8's Avatar
dv8 dv8 is offline

Admin Mod
 
Join Date: Mar 2001
Posts: 2,053
Rep Power: 15
dv8 is on a distinguished road
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>
Reply With Quote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 12:26 PM.