Jump to content

markdown - how to start a new row and center the whole text?

Recommended Posts

I use a markdown for a box in which the client is expressing herself with short words. there is the headline (already in the box) which says "Irene in Kurzfassung". After that I want to start a new row and there will be now only short words that follow. Maybe a little more space in between the first row and the rest (to pick out the headline better), but not necessarily.  This is my first question: What do I have to fill in the markdown below to jump into the next row?

And then I want to center the whole text, headline as well as the words below in the middle of the box. 

Can anybody help me please? 

Here is the markdown:

 

<table style="width:100%">
  <tr>
    <th>IRENE in *Kurzfassung*</th>
   
  </tr>
  <tr>
    
</table>

<style>
  table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
table#t01 {
  width: 100%;    
  background-color: #f1f1c1;
}
</style>

Link to comment
  • Replies 2
  • Views 350
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.