 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
halzark

Joined: 29 Sep 2005 Posts: 11
|
Posted: Fri Sep 30, 2005 7:04 am Fundamental "Starting" Placement of Tables |
|
|
|
Hello Y'all,
I am having problems understandiing the "fundamental" placement of tables.
Why does my client's graphic header start 1/8th of an inch to the right of the left margin and approximately 3/16ths of an inch from the top? (I am using IE6. Firefox shows 1/8X1/8")
Check it out here:
http://www.safeanswersnow.com
Is that just "the way it is" or is there a way to shorten those two measurements up?
I use Dreamweaver and some knowledge of hand-coding, but I am still largely a neophyte!
Thanks! |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Fri Sep 30, 2005 8:23 am |
|
|
|
Consider using CSS in the <head> to control the margins:
| Code: |
<style type="text/css">
body
{margin: 0 0 0 0}
</style> |
|
|
halzark

Joined: 29 Sep 2005 Posts: 11
|
Posted: Fri Sep 30, 2005 8:47 am |
|
|
|
| Quote: |
<style type="text/css">
body
{margin: 0 0 0 0}
</style> |
Thank you, thank you!
It works great
I knew there was a reason I should be learning CSS!
Interesting that the first Zero controls the top margin and the last controls the left margin. Makes no sense to me!
(But who am I to question the great masters of CSS!)  |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Fri Sep 30, 2005 8:55 am |
|
|
|
Well there is an HTML tag but I do not recommend it.
For the CSS, think that it starts at the top and goes clockwise. |
|
halzark

Joined: 29 Sep 2005 Posts: 11
|
Posted: Fri Sep 30, 2005 1:21 pm |
|
|
|
| Quote: |
| For the CSS, think that it starts at the top and goes clockwise. |
Now that does make sense!
Thanks again!  |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|