Page 1 of 1

random > showing up on the site i am designing

Posted: Tue Oct 25, 2011 10:50 pm
by cdesigns
hello!

i am completely new here, and my expertise is not in coding, i am a designer and have a very basic understanding of coding. i am working on a site for a client. i hired someone to do the wordpress implementation. other than that, it is pretty basic. i have been using dreamweaver for template and page creation. i am not even sure if this is a php issue.

i have created a template for all of the secondary level pages. and there is a > showing up at the top of every page. i can not figure out how to remove this! it does not show up on the index page, which does not use a template.

here is the test server for the site: http://208.109.46.166

a secondary page example is here: http://208.109.46.166/services.php

if more info is needed to resolve this, please let me know. as i said i am new, and just figuring things out!

i would greatly appreciate any ideas or help anyone give to help resolve this!

thank you much

Re: random > showing up on the site i am designing

Posted: Wed Oct 26, 2011 1:35 am
by social_experiment
It doesn't look like a html tag that isn't closed. Can you paste the code that creates the services page?
Edit
/Templates/krns_scndry_pgs.dwt.php <-- Problem could be related to this page

Re: random > showing up on the site i am designing

Posted: Wed Oct 26, 2011 1:49 am
by manohoo
I took a look at your html code:

Code: Select all

    </tr>
    </table></td>
    >
    <td width="1"></div></td>
Notice the lingering ">"... find it and remove it
The first </td> tag is incorrect. Also, <table> and <tr> tags are missing before <td width="1">... assuming that you are closing one table and creating a new one. Or... you could be embedding a table in a table... There might be more errors, but that's what you seem concerned about.

Re: random > showing up on the site i am designing

Posted: Wed Oct 26, 2011 1:54 am
by social_experiment
@manohoo Good find

Re: random > showing up on the site i am designing

Posted: Wed Oct 26, 2011 1:37 pm
by cdesigns
@manohoo thank you, thank you, thank you! that worked! i am so grateful :)

if i can ever offer any assistance in the design arena, i will be happy to do so!

thanks,
c