Hi everyone, Ok im looking to edit my Wordpress post to a template. I want my template/bolg post to look like they do on sonystyle.com(meaning the way they show their products)http://www.sonystyle.com/webapp/wcs/stores/servlet/CategoryDisplay?catalogId=10551&storeId=10151&langId=-1&categoryId=563 does anyone know how I can write something like this so my post show up formated? I know I can use a graphic bg for every post but thats not what I want to do... Any help would be great thanks!!!
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.
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>
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.