• Hi all, believe my problem is very simple but I can not work it out.

    https://www.cadmore.co.uk/home/about

    I have created a table so my text runs alongside a picture. However, the line/table is showing which is not what I want. I want this line to be invisible. Below is the code I used, can anyone advise me what needs to be changed to make the line invisible.

    <table cellspacing=”0″ cellpadding=”5″ width=”100%”>
    <tbody>
    <tr>
    <td style=”text-align: left; width: 320px; vertical-align: top;”>Welcome ?to Cadmore Design. Here you will find examples of my portfolio and services provided. You will also find reviews, affilates and latest news.

    Graduating in BA Hons Product Design (Furniture) with a first class honours degree Kyle Cadmore is looking to network with other creative people and businesses who require creative talent.

    <td style=”text-align: left; vertical-align: top;”><img class=”aligncenter size-medium wp-image-191″ title=”kcfine2″ src=”https://cadmore.co.uk/home/wp-content/uploads/kcfine2-200×300.gif&#8221; alt=”” width=”200″ height=”300″ /></td>
    </tr>
    </tbody>
    </table>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    Tables shouldn’t be used for layout.

    Just put the pic in before the text using the media uploader & select the option to align it to the right. Adjust css as required in the stylesheet.

    I think your site looks great, even with the line!
    If you want to use tables, use ’em!
    However, if you want to get rid of the lines, won’t something like

    border: 0px;

    in your ‘style’ statements do the trick?

    Cubecolour’s right though; tables for layout are so last year!

    PS I think it’d look better with a new para between ‘news.’ and ‘Graduating …’

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving a lined border’ is closed to new replies.