Connecting Tech Pros Worldwide Help | Site Map

How to Indent Tables?

 
LinkBack Thread Tools Search this Thread
  #1  
Old March 27th, 2008, 11:58 PM
Newbie
 
Join Date: Oct 2007
Posts: 8
Default How to Indent Tables?

I'm trying to indent my tables and I don't want to use the align property because it doen't give me enough accuracy. Is there something I can use like   except for tables?
Reply
  #2  
Old March 28th, 2008, 12:05 AM
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,287
Default

I don't know what you mean by indenting tables.
Reply
  #3  
Old March 28th, 2008, 02:09 AM
Newbie
 
Join Date: Oct 2007
Posts: 8
Default

Sorry, what I mean by indent is the tables position. Like moving a table more to the left or right.
Reply
  #4  
Old March 28th, 2008, 02:52 AM
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 5,287
Default

[HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<style type="text/css">
table{
margin-left: 100px
}
</style>
</head>
<body>
<table>
<tr>
<td>This is a table
</td>
</tr>
</table>
</body>
</html>[/HTML]
Reply
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search


Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.