HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
put title of the flash file object?
Post new topic   Reply to topic    HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
karasa



Joined: 22 Jan 2008
Posts: 1

PostPosted: Tue Jan 22, 2008 1:46 am     put title of the flash file object? Reply with quote

This must be one of the stupidest questions of all time. I am really sorry about it.

But I don't know about coding at all but am trying to create a simple webpage, using hosting site tools.

But I can't figure out this one.

Basically, I just want 3 object in a row on one page. And put title above each object.

<object></object>;&nbsp;&nbsp;

So, I used this method to put 3 object in a row with some spacing between them.

And what should I do to put the title above each object?

Sorry for my ignorance.

Thanks for your help in advance.
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8428
Location: Castle Pines North, CO USA

PostPosted: Tue Jan 22, 2008 12:20 pm     Reply with quote



You could use HTML Tables to help you sort this out.
Code:
<table style="width: 100%">
   <tr>
      <td style="width: 33%">Title</td>
      <td style="width: 34%">Title</td>
      <td style="width: 33%">Title</td>
   </tr>
   <tr>
      <td style="width: 33%"><object></object></td>
      <td style="width: 34%"><object></object></td>
      <td style="width: 33%"><object></object></td>
   </tr>
</table>

_________________
Corey
Toll Free Fax Numbers | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Images & Graphics All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial