Changing code
-
when my pages first load they are using old code form a previous version of my template (not the default template as i have replaced the default files with my current template pages) example below of old code
<body><div id=”wrapper”>
<table width=”855″ border=”0″ cellspacing=”0″ cellpadding=”0″ height=”205″>the correct code should be
<body>
<table width=”855″ border=”0″ cellspacing=”0″ cellpadding=”0″ align=”center”>when i refresh the page it starts using the correct code, but then if i click a link it again uses the wrong code until i refresh the page.
the link to the blog is https://www.shiisaquilts.com/blog/
i can’t seem to find the problem. is it using some kind of cache or something to remember code that no longer exists???
- The topic ‘Changing code’ is closed to new replies.