• http://www.dateunknown.com

    im having trouble editing the stylesheet for single.php.. if i change something on it than everything else changes. for example: click “view comments” everything is centered.. i want it to be to the left.

Viewing 5 replies - 1 through 5 (of 5 total)
  • use:

    text-align: left;

    Thread Starter mizzle3

    (@mizzle3)

    thanks…ok i put that but it’s still centered :\

    I would post a link to the page and also your CSS for those sections so we can check it out.

    Thread Starter mizzle3

    (@mizzle3)

    click “comments(0)” i can’t really put the url here since its a pop-up link.

    but thats the page that i want edited… the css that i put around the whole code was <div id=”thecomments”> </div>

    and in the stylesheet I put text-align: left but nothing happened.

    The page you’re referring to, is missing some elements to be considered an actual HTML page… Fix it up with a valid doctype (in this case, XHTML Transitional), give the page a head (as in <head> and </head>), put the link element in the head. Finish that first, after that you can continue with your CSS rules.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘help with stylesheet in single.php’ is closed to new replies.