Forum Moderators: not2easy
Now currently my table width is set to 75% so it nicely fits in the centre of the page. I've been playing with an online tutorial and
p
{
position: absolute;
top: 200px;
left: 20%
}
looks nice, but then when i also say right:20% it all goes normal with no indenting.
what would be the correct way to have some text a percentage in from the right and left?
that would put a 1 em top and bottom margin on the paragragh, and a 20% left and right one. Don't use positioning until you have a better grasp of how this stuff works, it causes many problems that are not easy to resolve, so if you can use more basic things like margins or padding to get the job done you'll generally be better off.