Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old March 28th, 2008, 12:58 AM
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, 01:05 AM
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 4,631
Default

I don't know what you mean by indenting tables.
Reply
  #3  
Old March 28th, 2008, 03: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, 03:52 AM
drhowarddrfine's Avatar
Expert
 
Join Date: Sep 2006
Posts: 4,631
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

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

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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 network members.
Post your question now . . .
It's fast and it's free

Popular Articles