Background Image for Web Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I establish a background image for a Web Form? Currently, it inherits my Body color and overrides the tables background image
 
where are you setting it?
<TABLE> will override the <BODY> tag normally.
and <TR> will override <TABLE>
and <TD> will override <TR>
etc

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


RCAM said:
How can I establish a background image for a Web Form? Currently, it
inherits my Body color and overrides the tables background image.
 
Do you have any css for form elements you are forgetting about?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top