I'm making a notice/table thingy (to annoy everyone as usual) and for some reason I can't figure out how to get cellpadding
So my coding is
and I want even spacing around the text so it's not smack bang up against the border. I've tried cellpadding but it's not working so must have it in the wrong place.
And yes I know this is primary school stuff and I should be using css but it's only meant to be a quick fix for something so html does the job without me having to go into the serious backend stuff to code it.
So my coding is
Code:
<center><table bgcolor="#ffffff" cellpadding="20" border="3"><tr><td><center><font size="3"><br />text text text text text </td></tr></table></center>
And yes I know this is primary school stuff and I should be using css but it's only meant to be a quick fix for something so html does the job without me having to go into the serious backend stuff to code it.
Comment