-
New to Designing/Coding
I want to design and code a layout. E.g if I had my own hosting company, they obviously have to write what each deal comes with, and how do I align it so it fits in to the box that I have made? Here is an example I quickly made on paint:
http://i25.tinypic.com/smc6xh.png
Where the squiggly lines are, how would I edit my coding (probably in html) so the text that I write fits and aligns in the box?
Thanks,
J
-
if you mean center its:
<center>text</center> ;)
if not ignore this lol
-
-
-
CSS Padding might do the trick as well.. Unless its already been commented.