Layout errors in certain browsers - Joomla! Forum - community, help and support
hey all,
i newbie joomla. 1 of clients has website in joomla 1.5 not displaying pages correctly in browsers. these pages fine in ie 11, firefox, , safari. however, not displayed correctly in chrome , opera. website http://www.brightfieldsinc.com , , bad pages can found under services.
this happened after 1 of network technicians modified pages in dreamweaver. can't remember did or pages changed.
i did not develop site , have no idea how approach error. can help?
thanks,
jude
i newbie joomla. 1 of clients has website in joomla 1.5 not displaying pages correctly in browsers. these pages fine in ie 11, firefox, , safari. however, not displayed correctly in chrome , opera. website http://www.brightfieldsinc.com , , bad pages can found under services.
this happened after 1 of network technicians modified pages in dreamweaver. can't remember did or pages changed.
i did not develop site , have no idea how approach error. can help?
thanks,
jude
line 71 of page code shows missing <tr> tag or have </tr> in wrong place. problem tables not displaying in chrome.
this tr tag missing;
this tr tag missing;
code: select all
</tr>
should new row (tr) started here or last row continued
<td><img name="spacer_in_lieu_of_search_area" src="http://www.brightfieldsinc.com/templates/brightfields2/images/cell1c2.jpg" alt="missing spacer image http://www.brightfieldsinc.com/templates/brightfields2/images/cell1c2.jpg"/></td>
</table>
Comments
Post a Comment