| How to Customize a List First you will need to create your list if you don't already have one, for this example I will use a List of Web Links.  Now that you have created your list, click 'More' at the top of the page.  Then click 'Change the settings'.  Now click 'Customize the Details View'.  You will see a page editor like this:  Click the Insert Table icon in the toolbar. This will bring up the Table editor, seeing as I have two items in my list I have set the rows to '1' and the columns to '2'.  You can also adjust the Padding and Spacing, Borders and add a background. See this Tutorial on how to add a Background. Now click 'Insert Table', then click 'Advanced HTML Mode' at the bottom of the page and add the code in red below. <TABLE borderColor=#000000 cellSpacing=1 cellPadding=1 width="100%" border=1> <TBODY> <TR> <TD> </TD> <TD> </TD></TR></TBODY></TABLE> Now Cut and Paste [Link] and [Description] to inside your table, as I have done below.  Finally click 'Save' at the bottom of the page. In the next page that appears make sure that 'Show Details view as default' is checked, then click 'Save these Settings'. You're done, now all you need to do is start adding links. |