My current website design consists of 6 frames, but when printing, I want only two of the frames to go to the printer. Is this possible? I would like our logo and contact info to print with the shown material...it seems like a reasonable request! All help is much appreciated!!
Is this my only option? I have avoided style sheets for the whole setup...I was hoping I could just put in some code and have it work. If necessary, I will rework the site for css and do as suggested. I am not familar with css, but I will do whatever I need. I would really like this to print nicely.
You have "avoided stylesheets" but are using six frames to conjure up a page... *sigh*
Apart from the above CSS methods, I don't see any other way to just print two frames of six; this sort of problem is just one of the reasons why so very few sites still use frames nowadays.
Do yourself a very, very big favour and start learning about CSS right after reading this post; once you'll get the hang of it, you'll be amazed of its possibilities.
OK, so I'm a bit embarrassed, but when I learned HTML a few years back, they weren't teaching CSS. I will look more into it and hopefully I can change around the site a bit without losing too much time. I appreciate the suggestions! Oh, and I would give a link to the site, but I have no where to put it up yet...it is replacing another terrible site! Thanks, again!
CSS to turn off printing on left & right divisions (columns)
Code:
/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#outer{border-left:0;}
/*hide the right column when printing*/
#rightcol{display:none;}
#outer{border-right:0;}
}
__________________
Thanks
Jim M
"Lord, help me to become the person my dog thinks I am" - Dawn Ewing
"If you must know. Yes, I do enjoy running after the dog sled when I fall off" - Me
when I learned HTML a few years back, they weren't teaching CSS
I know... Although the first CSS recommendation was published in 1997, it took quite a few years for it to really get practical support by commonly used browsers; I started "internetting" round about 1998, learned to build table-laden, framed sites, picked up a good HTML book round about 2001, and found myself starting all over again.
I at first hesitated using CSS because of lack of support, only to find out that it was rapidly approving to a point at which it actually could be used in a practical way.
At any rate, you're always welcome in here for tips, advice, and a warm shoulder to cry out on.
Sorry Chilli but the temp out today is -35 so it's CHILLY
__________________
Thanks
Jim M
"Lord, help me to become the person my dog thinks I am" - Dawn Ewing
"If you must know. Yes, I do enjoy running after the dog sled when I fall off" - Me
Dang that's cold! It is 28 here and I thought that was cold...but I guess I'm spoiled! I've been in Albuquerque for over a year now, and I would not trade it for anything!! I moved from northern Michigan, so I feel the chill!
WHAT mfeglae
You lived in northern Michigan and MOVED!
are you crazy or what I would give me 1st, 2nd and 3rd child to live in the U.P. (hehe). Actualy our main kennel is up in northern Michigan so some day I hope to move up there (they get a heck of a lot more snow then we do).
__________________
Thanks
Jim M
"Lord, help me to become the person my dog thinks I am" - Dawn Ewing
"If you must know. Yes, I do enjoy running after the dog sled when I fall off" - Me