I am having issues with my include file displaying correctly. The site is www.phoenixwholesaleproperties.net and the following is the header include file:
Alright well I got the include file figured out finally. One other thing. The form on the page has a dotted line CSS call. Does anyone know how to control the width of the "dotted line table"?
>> You can see the seperation of the image with the keys.
It would appear that your image does not fill the containing TD. You could right align the image in the cell and color match the background to the image:
text-align: right;
background-color: yellowish;
or simply stretch/distort the image to fill the cell:
The issue was in the css. it had the form table set to 490px. One other issue. If you look at the text on this page, it is all centered. I can't seem to find in the code where it would be causing that. I'm wondering if it also is in the css. Here is the css code:
.formbox has nothing to do with it. .formbox controls ONLY what is in the form. I text for the entire page (if you looked smart ***) is centered. In fact I want the text within the form to be centered.
Note the syntax error present in the "nav" cell of your table. The div is missing it's closing bracket. Perhaps this is not your issue; however, it is likely.