Hi,
I'm needing to add a sidebar, but this sidebar needs to be nice and compatable with things, it needs to just sit on the left and not mess up the layout at all.
I know I can do it like this:
But I need it so you can do this:
Any ideas how I can do this please?
Thanks
Craig.
I'm needing to add a sidebar, but this sidebar needs to be nice and compatable with things, it needs to just sit on the left and not mess up the layout at all.
I know I can do it like this:
Code:
<FRAMESET COLS="37%,63%">
<FRAME SRC="assa" NAME="Side1">
</FRAMESET>
But I need it so you can do this:
Code:
<FRAMESET COLS="37%,63%">
<FRAME SRC="assa" NAME="Side1">
Some content here.<br>
Blah blah
<? echo "maybe even some php"; ?>
anything
Any ideas how I can do this please?
Thanks
Craig.