SPAN CLASS="body

S

sindee

If you go to http://www.sunnyutah.com/h4s/search.html, you will see a search
box and a table with featured homes. When I go into design all of the
sudden, I cannot work on the featured homes unless I go into the code. Why
can't I see this table all of the sudden? I don't know much about code and
need to update it in design.

Also I have this SPAN CLASS="body" splashed all over in my code, is that
normal?

Thank you! Sindee
 
R

Ronx

You have hidden the code from view by using the HTML markup webbot.

The code buried in this webbot needs to have the surplus
<html>,<head...</head> section and <body...> tags removed.

The "no right click" script has no place on a business site, and does
nothing useful - it handicaps users who use the right click for legitimate
purposes such as navigation, debugging your pages, or even adding them to
their favourites.

The <span class="body"> would be normal if you defined a class named body in
a style sheet.
 
Top