Hi all,
I'm trying to align a table centrally within a div and/or fieldset. I've tried various things but I've not had any luck so far.
I've been trying
#mydiv table {
marging-left:auto;
margin-right:auto;
}
but it hasn't shown any effect, thought this is the suggested method according to the websites I've browsed.
Thanks in advance for any help offered.