Wordpress post template

Discussion in 'CSS' started by the taxidermist, Aug 24, 2007.

  1. #1
    the taxidermist, Aug 24, 2007 IP
  2. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm not quite sure what you're looking to do, but I can almost guarantee thats there's something that's similar or exactly what you want on the wordpress website. You're more likely to find a script or plugin there than you are here.
     
    GWiz, Aug 24, 2007 IP
  3. the taxidermist

    the taxidermist Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah I just got done browsing around, Im using a plug that expands the editor. Its creating html tables, wich is fine with me. The format is set correctly the way I want it. However, is there a way to turn the default WP post into this table setup I have? this is the code for my table

    <table style="border-color: #000000; border-width: 0px; background-color: #ffffff" dir="ltr" align="left" border="0" height="257" width="587">

    <tr style="background-color: #ffffff">

    <td style="border: 2px solid #eaeaea; width: 150px; height: 200px"><img src="this is where the image url goes" align="texttop" height="150" width="175" /></td>

    <td style="border: 1px solid transparent; padding: 5px; background-color: #d8d8d8" align="left" valign="top">This where the Product info goes.</p>

    </td>
    </tr>
    <tr>
    <td style="background-color: #eaeaea; width: 150px; height: 50px" align="center" valign="middle">Part Number</td>

    <td style="background-color: #eaeaea; height: 50px" align="right" valign="top"><br type="_moz" /></td>
    </tr>
    </table>
     
    the taxidermist, Aug 24, 2007 IP
  4. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Looks in the 'themes/theme editor' section, it should allow you to change the templates of how the overall code looks, allowing you to change the layout of the posted items aswell.
     
    GWiz, Aug 24, 2007 IP