Dreamweaver/website help

Pyraine

Golden Oldie
Golden Oldie
Feb 22, 2004
1,002
1
175
Aggresion
I have 2 queries(sp?) and I hope you guys can solve em for me:

1) does anybody know PHP scripts for a text based (not image based) counter and other site stats
2) does anybody know how (in Dreamweaver) to make one of the cells in your table to Scroll rather than resize when it has been filled (so it's kinda like a frame)

thanks in advance

/Pyraine
 

Rick-e

Golden Oldie
Golden Oldie
Aug 2, 2003
533
0
153
Brighton, UK.
I'm just guessing but maybe:

Code:
<table border=1 height=?? width=??>
<td align="center" scrolling="YES">
</td>
</table>

Does that work? I'm not sure.

Also, a simple way is to use IFrames.
 
Last edited:

sepiroth

look to the sky
Veteran
Jan 25, 2004
351
0
43
Scotland
yes what an answer lol Klar did u use the fdrea, mweaver tuturial and refereance guide u should get EVERYTHIng you need from that . If not Macromedia should provide some good links m8
 

YoYoYo

Milo's Sex Slave
Golden Oldie
May 11, 2003
1,090
1
174
My house
You can make a table scroll.
You can however have a iframe (inlineframe), but you must have two files. One for the main site and one for the iframe (Or if you good at PHP you could possible do: index.php?part=iframe then use that in the src value for iframe).

If you dont know how to set a iframe up, a basic type would be:

<iframe src="adderss.extension" width="width" height="height" scrolling="yes">Sorry, but your browser does not support InlineFrames</iframe>