How do I get the thing to accept 2 images to show. I have my header image and now want to put in a bar for the links. I see other sites where the links bar is seperate from the header image.
When you say links bar do you mean "Home | Profile | Register | Active Topics | Members | Search | FAQ" or a bar from your site ?
The basic rule with intergration is if you want something on the left you add it into the inc_site_left.asp, if you want it up the top instead you put it in the inc_site_header.asp and so on.
I just found another problem. A member asked if I could center the header. I found out they use the 1024x768 setting and the header is left. Can I use center tags somewhere for the different settings people use?
ok I got it centered and 2 links showing. Just used some html to get it to work. Can you help on the image size problem, the froum grows when you go to the 1024x768 settings but the header stays the same size. How do you get the image to match the forums size with different settings?
quote: How do you get the image to match the forums size with different settings?
The easiest solution is to lock the table size to match the image width. Let's say that your image is 700 px wide, then you need to hardcode your table to that width if you want the image to 'cap' the entire forum.