2 column text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create 2 column text in my web page. I don't know how to get
it to keep the formatting. Do I need to use a table, and if so, how do I get
rid of the lines so it doesn't look like a table?
 
lapom said:
I am trying to create 2 column text in my web page. I don't know how
to get it to keep the formatting. Do I need to use a table, and if
so, how do I get rid of the lines so it doesn't look like a table?

CSS
table {border:0}

or
HTML
<table border="0">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top