Im trying to add a price table to my wordpress site but when i add my shortcode: to index.php , everything in the body shifts itself to the left and the text size seems to increase. Is there a way to add the php shortcode without the page format changing?? Is there a code i can add to the shortcode to isolate it or something? Im TOTALLY new at this, thanks. This is how it looks with the price table: egraphix.net

link|improve this question
feedback

1 Answer

Fix your missing and out of place div and ul tags; that's why the layout breaks. [Invalid] Markup Validation of egraphix.net - W3C Markup Validator. Scroll down in the validation report to see line numbers and source code. You can ignore the unencoded ampersand (&) errors; they don't cause layout problems.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.