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!
Right aligning table text
Post new topic   Reply to topic    HTML Help Forum Index -> MySpace
View previous topic :: View next topic  
Author Message
BranwenLove



Joined: 03 May 2008
Posts: 1

PostPosted: Sat May 03, 2008 5:47 pm     Right aligning table text Reply with quote

Anyone know the code to right align my text in the tables? Getting a bit tired of it being centered.
Thanks for the help
Karla
Straystudio



Joined: 14 Apr 2008
Posts: 261
Location: Nord Italy

PostPosted: Sun May 04, 2008 3:11 pm     Reply with quote

pretty basic:

<table border="1"><tr>
<td align="left/center/right" valign="top/middle/bottom">
</td></tr>
</table>

Yet, anyone may want to right-align text as a block, still written from the left; if so, process and praticize on this (table inside a table, less a basic layout indeed, good to get skilled):

Code:

<table height="300px" width="100%" border="1" bordercolor="#0000ff"><tr>
 <td align="right" valign="middle">
 <table width="50%" border="1" bordercolor="#ff0000" cellpadding="0" cellspacing="0"><tr>
  <td align="left" valign="" bgcolor="aqua">
   Anyone know the code to right align my text in the tables? Getting a bit tired of it being centered.
   Thanks for the help
   Karla
   <br/><br/>
   Anyone know the code to right align my text in the tables? Getting a bit tired of it being centered.<br/>
   Thanks for the help<br/>
   Karla<br/>
  </td></tr>
 </table>
 </td></tr>
</table>

 
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> MySpace 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