geester1
Member
Posted 7 months ago #
I have created a theme in html so i took the bones of the WP theme and uploaded it to www dot lcdtvenclosure dot com / preview but I cannot figure out how to add the boxes with image and content on? This is the theme I want it to look like at www. lcdtvenclosure . com / images/ shot.png
Also how do I get rid of the comments box?
Thanks
Please don't duplicate threads -- it causes much confusion and frustration for people trying to assist you (and is against the forum rules).
http://wordpress.org/support/topic/how-do-i-set-wp-up-to-do-this-from-theme?replies=4
pwhstacy
Member
Posted 7 months ago #
Hello,
Never copy from Word, it will muck things up big time: http://faq.wordpress.com/2006/11/09/why-not-to-use-word/
What you will probably have to do is use a 1 x 1 table created with HTML. Instead of creating tables manually, I use http://www.ahfb2000.com/tablemakertool2.php?sub=gen_form which will generate the HTML code from your selections, and then you can paste it into the HTML tab in the editor.
The code for a 1 x 1 would look something like this`<table cellpadding="1" cellspacing="1" summary="" border="1">
<tr>
<td> </td>
</tr>
</table>`
And you would replace the " " with the text you wanted in the box.