web page background problem?

may i know how to create a background using CSS or HTML code? or any other code for building a web page. i have drawn the background and sliced them and saved as different picture in order to combine them later in my web page. the bottom line i found that i could not combine them using frameset and table, there would still be spacing though i have typed the code for not spacing and the border is 0. can someone help me please? i would like to create a web page like this http://geda-online.com/index.htm i truly appreciate if you help me. thanks.

Public Comments

  1. Your are going to have to do it as css table less design or flash. I'm not a flash person myself, but I can point you in the right direction for table less design. http://www.glish.com/css/ and http://www.csszengarden.com/
  2. what is your email i have the code i will email it to you
  3. You should be able to use tables and setting the background image for the row or cell. Be sure to set cellpadding and cellspacing = 0 and be sure to set the dimensions of the cell. Also, you could create a style with absolute positioning for these images and set the z-index properly so that the image remains in the background. Here is an example <div style="position:absolute; width:330px; z-index:1; left: 435px; top: 45px;"><img src=""></div>
  4. these commands should remove the gaps. in the opening table tag, include: <TABLE WIDTH=something BORDER=0 CELLPADDING=0 CELLSPACING=0> if you are using photoshop to make the slices, open the psd in Adobe ImageReady, then save as images and HTML. it will create the code for you.
Powered by Yahoo! Answers