| Posted by dorayme on 12/11/06 02:04 
In article <1165801402.995258.117560@j44g2000cwa.googlegroups.com>,
 westsidesally@gmail.com wrote:
 
 > I would be ever so appreciative if some kind soul could take a look.
 >
 > Here's my code, how can I position the table about 200px from the top
 > and 100px from the left?
 >
 
 Putting it in an inline style just to illustrate the style itself:
 
 <table style="margin: 200px 0px 0px 100px;">
 
 top, right, bottom, left is the order for the shorthand "margin"
 
 I suspect you are unnecessarily using tables for layout. And
 giving only partial descriptions here of what you are trying to
 achieve. Provide a URL if you can.
 
 Perhaps time for you to read:
 
 http://htmldog.com/guides/htmlbeginner/
 
 --
 dorayme
 [Back to original message] |