Using HTML Tables
Plexel Help
|
Various Emails
Site written by
John Middlemas
Homepage
Back
Site Contents Map
Main Pages
Audit Standards
Procedure
Clickboard Sections
Steps
Various Emails
Toolbar Etc
Downloads
Reference
Download Plexel
Page Index A to Z
Contact us
Various Emails
- Quite a lot of help on Plexel and making websites.
Using HTML Tables.
SEE BOX AT BOTTOM OF PAGE
SIDE BY SIDE PICTURES --------------------- I see what you are trying to do with the tables on the homepage. It is a good idea but you need some help with alignment and spacing etc. 1. Remove all these parts since they make alignment difficult. I am not sure how they got there:- <!--Table_Football_Tables_2265j_tt--> <TR><TD HEIGHT="4"></TD></TR> <!--Table_Football_Tables_2265j_tb--> I think you need to make the new pictures with no title since they have no title. That means unticking the title box on the New form (picture bit) when you make a new picture. 2. Best to have the images all the same size, I edited to WIDTH="136" HEIGHT="115" throughout in the <IMG tags. 3. Maybe best to leave in the blank lines since it is more readable and 'Click' will work properly for quick editing of each picture. 4. Changed </TABLE><BR> to </TABLE> in the 4 picture bits. The <BR> was messing the spacing. 5. Changed all the VSPACE="4" to VSPACE="0" 6. Now and finally you can set the spacing using just the top line CELLPADDING parameter, e.g. Experiment with this number until it is to your liking. <!--start holding table--><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" ALIGN="CENTER"> 7. If you want no borders on the images change BORDER="1" to BORDER="0" in the 4 <IMG tags. If you add any more pictures you should check the above steps 1-5 have been done. Please try the HTML below. It has had the steps done to it working from your original. <!--start holding table--><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" ALIGN="CENTER"> <!--new row, new column--><TR><TD> <!--Table_Football_Tables_2265j_t--> <TABLE BORDER="0" WIDTH="10" CELLSPACING="0" CELLPADDING="0" HSPACE="0" VSPACE="0" ALIGN="CENTER"> <TR> <TD BGCOLOR="white"> <!--Table_Football_Tables_2265j_pt--> <CENTER><A HREF="Foosball_Tables.htm"> <IMG SRC="Table_Football_Tables.jpg" WIDTH="136" HEIGHT="115" BORDER="1" ALT="Foosball Tables"></A></CENTER> <!--Table_Football_Tables_2265j_pb--> </TD> </TR> </TABLE> <!--Table_Football_Tables_2265j_b--> <!--new column--></TD><TD> <!--Table_Football_Rules_2265j_t--> <TABLE BORDER="0" WIDTH="10" CELLSPACING="0" CELLPADDING="0" HSPACE="0" VSPACE="0" ALIGN="CENTER"> <TR> <TD BGCOLOR="white"> <!--Table_Football_Rules_2265j_pt--> <CENTER><A HREF="Foosball_Rules.htm"> <IMG SRC="Table_Football_Rules.jpg" WIDTH="136" HEIGHT="115" BORDER="1" ALT="Foosball Rules"></A></CENTER> <!--Table_Football_Rules_2265j_pb--> </TD> </TR> </TABLE> <!--Table_Football_Rules_2265j_b--> <!--new row, new column--></TD></TR><TR><TD> <!--Table_Football_Foosball_Parts_2265j_t--> <TABLE BORDER="0" WIDTH="10" CELLSPACING="0" CELLPADDING="0" HSPACE="0" VSPACE="0" ALIGN="CENTER"> <TR> <TD BGCOLOR="white"> <!--Table_Football_Foosball_Parts_2265j_pt--> <CENTER><A HREF="Foosball_Parts.htm"> <IMG SRC="Table_Football_Foosball_Parts.jpg" WIDTH="136" HEIGHT="115" BORDER="1" ALT="Foosball Parts"></A></CENTER> <!--Table_Football_Foosball_Parts_2265j_pb--> </TD> </TR> </TABLE> <!--Table_Football_Foosball_Parts_2265j_b--> <!--new column--></TD><TD> <!--Table_Football_Football_Suppliers_2265j_t--> <TABLE BORDER="0" WIDTH="10" CELLSPACING="0" CELLPADDING="0" HSPACE="0" VSPACE="0" ALIGN="CENTER"> <TR> <TD BGCOLOR="white"> <!--Table_Football_Football_Suppliers_2265j_pt--> <CENTER><A HREF="Football_Table_Supplier.htm"> <IMG SRC="Table_Football_Football_Suppliers.jpg" WIDTH="136" HEIGHT="115" BORDER="1" ALT="Table Football Suppliers In The UK"></A></CENTER> <!--Table_Football_Football_Suppliers_2265j_pb--> </TD> </TR> </TABLE> <!--Table_Football_Football_Suppliers_2265j_b--> <!--end holding table--></TD></TR></TABLE><BR>
Site written by John Middlemas