• tjinh200

    (@tjinh200)


    wordpress version 1.5

    something happened to the other thread … anyway …

    thanks that did work … but my footer is now padded as well … any remedies for that? …

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tjinh200

    (@tjinh200)

    and has also padded most of the other text/images on my entire site … i just wanted that one area on that particular page …

    sleep

    (@sleep)

    you can use a class to style only certain <p> or <img> tags.

    something like

    .leftmargin {margin-left: 10px;}

    Then

    <p class="leftmargin">...</p>
    <img class="leftmagin">...</img>

    Google some css tutorials.

    Thread Starter tjinh200

    (@tjinh200)

    thanks for your suggestions and time, i appreciate it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘padding on about.php (2)’ is closed to new replies.