PDA

Click to See Complete Forum and Search --> : Golive Question


Leofish
06-15-2004, 03:08 AM
dont know if this is the place to put this or not.. my apologies if it is in the wrong forum

I designed my web site in photoshop, spliced it, saved for web, and opened it in Golive. In the center of My page I have a large cell that I want to be able to put text into that will have a scroll bar. The only way I can think of to do this is to put a frame into the cell. so my question is How do you insert a singe frame into a cell of a table?

Ryan8720
06-15-2004, 07:23 AM
Well, you can't. You could use an iframe, but a better way is to use a div and then set overflow: auto; in the CSS.

http://edgewebdesign.org/ryan2.gif (http://www.edgewebdesign.org)

C:\DOS
C:\DOS\RUN
RUN DOS RUN

Leofish
06-15-2004, 04:06 PM
ok, thats what I was wondering, if it was possible. Do you have any links to information what the way you reccomended?

Ryan8720
06-15-2004, 10:11 PM
w3schools.com and read the CSS tutorial.

http://edgewebdesign.org/ryan2.gif (http://www.edgewebdesign.org)

C:\DOS
C:\DOS\RUN
RUN DOS RUN

Leofish
06-16-2004, 03:22 AM
thank you so much ^^