PDA

View Full Version : need help with my business website



tenkaizen
2010-05-19, 03:14 PM
hey guys,

on my webpage, I have three columns of table - how to do it so I can scroll down the middle one and keep one length regardless how much I write there?

if you have any suggestions, I would eagerly welcome them I start my business as a consultant and am making this website for myself but got stuck on that...

if you want to see the website its www DOT mc-lt DOT info

also, I don't know what I did wrong with the contact form... I guess it is not working as I tested it and didn't get any email from the form. any ideas on that?

Lucie

WorldCup
2010-05-19, 05:25 PM
Looks like you're using a pretty basic template which won't allow individual column manipulation. You'd proabably need to use a custom CSS in order to do what you're asking about.

sgoodman
2010-05-19, 05:58 PM
Lucie,

Table columns don't allow independent scrolling. However, you could nest an additional table inside the center column, and scroll the contents.

Another option would be to use frames.

Shane.

tenkaizen
2010-05-20, 12:57 AM
thank you Shane. I will try to insert the additional table. I haven't used frames before, I guess another thing to learn :)

tenkaizen
2010-05-20, 12:59 AM
thank you WorldCup. I guess I cannot avoid merging deeper into waters of css styles, if I want to get better results. Damn, I wanted to do it fast!