PC Review


Reply
Thread Tools Rate Thread

100% Picture width?

 
 
=?Utf-8?B?RHViX0xvdmU=?=
Guest
Posts: n/a
 
      24th Mar 2005
Is there any way to make my Logo across the top of the page big, and then
when it prints, it resizes itself to fit the printed page?

You have already helped me do that to my text with the 100% page width, but
my logos aren't doing the same.

For an example, go to www.baileylove.com

click obituaries, then click on Nelson Lauer, go to his printer friendly
page, and then you'll notice the small logo, but under print preview, it
fills the whole page top.

I'm wanting it to fill the whole top of my browser, not be small like it is.
Thanks in advance!!
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      24th Mar 2005
Make a larger image. Reference that one in a print media stylesheet.

--
Murray
============

"Dub_Love" <(E-Mail Removed)> wrote in message
news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
> Is there any way to make my Logo across the top of the page big, and then
> when it prints, it resizes itself to fit the printed page?
>
> You have already helped me do that to my text with the 100% page width,
> but
> my logos aren't doing the same.
>
> For an example, go to www.baileylove.com
>
> click obituaries, then click on Nelson Lauer, go to his printer friendly
> page, and then you'll notice the small logo, but under print preview, it
> fills the whole page top.
>
> I'm wanting it to fill the whole top of my browser, not be small like it
> is.
> Thanks in advance!!



 
Reply With Quote
 
=?Utf-8?B?RHViX0xvdmU=?=
Guest
Posts: n/a
 
      24th Mar 2005
huh? I'm not sure what a print media style sheet is.

"Murray" wrote:

> Make a larger image. Reference that one in a print media stylesheet.
>
> --
> Murray
> ============
>
> "Dub_Love" <(E-Mail Removed)> wrote in message
> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
> > Is there any way to make my Logo across the top of the page big, and then
> > when it prints, it resizes itself to fit the printed page?
> >
> > You have already helped me do that to my text with the 100% page width,
> > but
> > my logos aren't doing the same.
> >
> > For an example, go to www.baileylove.com
> >
> > click obituaries, then click on Nelson Lauer, go to his printer friendly
> > page, and then you'll notice the small logo, but under print preview, it
> > fills the whole page top.
> >
> > I'm wanting it to fill the whole top of my browser, not be small like it
> > is.
> > Thanks in advance!!

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Mar 2005
<link rel="stylesheet" type="text/css" media="screen" href="styles.css">

That's a screen stylesheet (one that will be used by the browser anytime it
is displaying your page on a screen.

<link rel="stylesheet" type="text/css" media="print" href="styles.css">

That's a print stylesheet (one that will be used by the browser anytime a
page is being printed).

To see the effect of this, go to my site at http://www.great-web-sights.com,
and do a print preview. Compare what you see on the screen to what you see
in the print preview.

--
Murray
============

"Dub_Love" <(E-Mail Removed)> wrote in message
news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
> huh? I'm not sure what a print media style sheet is.
>
> "Murray" wrote:
>
>> Make a larger image. Reference that one in a print media stylesheet.
>>
>> --
>> Murray
>> ============
>>
>> "Dub_Love" <(E-Mail Removed)> wrote in message
>> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
>> > Is there any way to make my Logo across the top of the page big, and
>> > then
>> > when it prints, it resizes itself to fit the printed page?
>> >
>> > You have already helped me do that to my text with the 100% page width,
>> > but
>> > my logos aren't doing the same.
>> >
>> > For an example, go to www.baileylove.com
>> >
>> > click obituaries, then click on Nelson Lauer, go to his printer
>> > friendly
>> > page, and then you'll notice the small logo, but under print preview,
>> > it
>> > fills the whole page top.
>> >
>> > I'm wanting it to fill the whole top of my browser, not be small like
>> > it
>> > is.
>> > Thanks in advance!!

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?RHViX0xvdmU=?=
Guest
Posts: n/a
 
      24th Mar 2005
That's what I've been wanting this whole entire time!! Looks like the same
page, but minor modifications, and you don't need to create a second page (to
my knowlege). Right now, I have to create a second "printer-friendly" page
for every page that people might want to print...please help me do the same
thing that you've just done with your web site!!

"Murray" wrote:

> <link rel="stylesheet" type="text/css" media="screen" href="styles.css">
>
> That's a screen stylesheet (one that will be used by the browser anytime it
> is displaying your page on a screen.
>
> <link rel="stylesheet" type="text/css" media="print" href="styles.css">
>
> That's a print stylesheet (one that will be used by the browser anytime a
> page is being printed).
>
> To see the effect of this, go to my site at http://www.great-web-sights.com,
> and do a print preview. Compare what you see on the screen to what you see
> in the print preview.
>
> --
> Murray
> ============
>
> "Dub_Love" <(E-Mail Removed)> wrote in message
> news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
> > huh? I'm not sure what a print media style sheet is.
> >
> > "Murray" wrote:
> >
> >> Make a larger image. Reference that one in a print media stylesheet.
> >>
> >> --
> >> Murray
> >> ============
> >>
> >> "Dub_Love" <(E-Mail Removed)> wrote in message
> >> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
> >> > Is there any way to make my Logo across the top of the page big, and
> >> > then
> >> > when it prints, it resizes itself to fit the printed page?
> >> >
> >> > You have already helped me do that to my text with the 100% page width,
> >> > but
> >> > my logos aren't doing the same.
> >> >
> >> > For an example, go to www.baileylove.com
> >> >
> >> > click obituaries, then click on Nelson Lauer, go to his printer
> >> > friendly
> >> > page, and then you'll notice the small logo, but under print preview,
> >> > it
> >> > fills the whole page top.
> >> >
> >> > I'm wanting it to fill the whole top of my browser, not be small like
> >> > it
> >> > is.
> >> > Thanks in advance!!
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Mar 2005
LOL - it's not so hard.

Here is a good article about how to do this.

http://www.alistapart.com/articles/printyourway/

It may require you to rethink your page layout methodology, though.

--
Murray
============

"Dub_Love" <(E-Mail Removed)> wrote in message
news:2965FA2D-9133-4189-B495-(E-Mail Removed)...
> That's what I've been wanting this whole entire time!! Looks like the same
> page, but minor modifications, and you don't need to create a second page
> (to
> my knowlege). Right now, I have to create a second "printer-friendly"
> page
> for every page that people might want to print...please help me do the
> same
> thing that you've just done with your web site!!
>
> "Murray" wrote:
>
>> <link rel="stylesheet" type="text/css" media="screen" href="styles.css">
>>
>> That's a screen stylesheet (one that will be used by the browser anytime
>> it
>> is displaying your page on a screen.
>>
>> <link rel="stylesheet" type="text/css" media="print" href="styles.css">
>>
>> That's a print stylesheet (one that will be used by the browser anytime a
>> page is being printed).
>>
>> To see the effect of this, go to my site at
>> http://www.great-web-sights.com,
>> and do a print preview. Compare what you see on the screen to what you
>> see
>> in the print preview.
>>
>> --
>> Murray
>> ============
>>
>> "Dub_Love" <(E-Mail Removed)> wrote in message
>> news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
>> > huh? I'm not sure what a print media style sheet is.
>> >
>> > "Murray" wrote:
>> >
>> >> Make a larger image. Reference that one in a print media stylesheet.
>> >>
>> >> --
>> >> Murray
>> >> ============
>> >>
>> >> "Dub_Love" <(E-Mail Removed)> wrote in message
>> >> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
>> >> > Is there any way to make my Logo across the top of the page big, and
>> >> > then
>> >> > when it prints, it resizes itself to fit the printed page?
>> >> >
>> >> > You have already helped me do that to my text with the 100% page
>> >> > width,
>> >> > but
>> >> > my logos aren't doing the same.
>> >> >
>> >> > For an example, go to www.baileylove.com
>> >> >
>> >> > click obituaries, then click on Nelson Lauer, go to his printer
>> >> > friendly
>> >> > page, and then you'll notice the small logo, but under print
>> >> > preview,
>> >> > it
>> >> > fills the whole page top.
>> >> >
>> >> > I'm wanting it to fill the whole top of my browser, not be small
>> >> > like
>> >> > it
>> >> > is.
>> >> > Thanks in advance!!
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?RHViX0xvdmU=?=
Guest
Posts: n/a
 
      24th Mar 2005
Do you recommend anything on the page layout?

"Murray" wrote:

> LOL - it's not so hard.
>
> Here is a good article about how to do this.
>
> http://www.alistapart.com/articles/printyourway/
>
> It may require you to rethink your page layout methodology, though.
>
> --
> Murray
> ============
>
> "Dub_Love" <(E-Mail Removed)> wrote in message
> news:2965FA2D-9133-4189-B495-(E-Mail Removed)...
> > That's what I've been wanting this whole entire time!! Looks like the same
> > page, but minor modifications, and you don't need to create a second page
> > (to
> > my knowlege). Right now, I have to create a second "printer-friendly"
> > page
> > for every page that people might want to print...please help me do the
> > same
> > thing that you've just done with your web site!!
> >
> > "Murray" wrote:
> >
> >> <link rel="stylesheet" type="text/css" media="screen" href="styles.css">
> >>
> >> That's a screen stylesheet (one that will be used by the browser anytime
> >> it
> >> is displaying your page on a screen.
> >>
> >> <link rel="stylesheet" type="text/css" media="print" href="styles.css">
> >>
> >> That's a print stylesheet (one that will be used by the browser anytime a
> >> page is being printed).
> >>
> >> To see the effect of this, go to my site at
> >> http://www.great-web-sights.com,
> >> and do a print preview. Compare what you see on the screen to what you
> >> see
> >> in the print preview.
> >>
> >> --
> >> Murray
> >> ============
> >>
> >> "Dub_Love" <(E-Mail Removed)> wrote in message
> >> news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
> >> > huh? I'm not sure what a print media style sheet is.
> >> >
> >> > "Murray" wrote:
> >> >
> >> >> Make a larger image. Reference that one in a print media stylesheet.
> >> >>
> >> >> --
> >> >> Murray
> >> >> ============
> >> >>
> >> >> "Dub_Love" <(E-Mail Removed)> wrote in message
> >> >> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
> >> >> > Is there any way to make my Logo across the top of the page big, and
> >> >> > then
> >> >> > when it prints, it resizes itself to fit the printed page?
> >> >> >
> >> >> > You have already helped me do that to my text with the 100% page
> >> >> > width,
> >> >> > but
> >> >> > my logos aren't doing the same.
> >> >> >
> >> >> > For an example, go to www.baileylove.com
> >> >> >
> >> >> > click obituaries, then click on Nelson Lauer, go to his printer
> >> >> > friendly
> >> >> > page, and then you'll notice the small logo, but under print
> >> >> > preview,
> >> >> > it
> >> >> > fills the whole page top.
> >> >> >
> >> >> > I'm wanting it to fill the whole top of my browser, not be small
> >> >> > like
> >> >> > it
> >> >> > is.
> >> >> > Thanks in advance!!
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
=?Utf-8?B?RHViX0xvdmU=?=
Guest
Posts: n/a
 
      24th Mar 2005
Jeeze, I just downloaded Firefox, and the webdevelopers tool. I'm at a loss
for words. I'm sure I'm making it more difficult than it is, but until I
have someone sitting down with me, I'm not gonna get anywhere fast. You
don't by any chance live near Indiana do you? I could seriously use some
guidance.

"Murray" wrote:

> LOL - it's not so hard.
>
> Here is a good article about how to do this.
>
> http://www.alistapart.com/articles/printyourway/
>
> It may require you to rethink your page layout methodology, though.
>
> --
> Murray
> ============
>
> "Dub_Love" <(E-Mail Removed)> wrote in message
> news:2965FA2D-9133-4189-B495-(E-Mail Removed)...
> > That's what I've been wanting this whole entire time!! Looks like the same
> > page, but minor modifications, and you don't need to create a second page
> > (to
> > my knowlege). Right now, I have to create a second "printer-friendly"
> > page
> > for every page that people might want to print...please help me do the
> > same
> > thing that you've just done with your web site!!
> >
> > "Murray" wrote:
> >
> >> <link rel="stylesheet" type="text/css" media="screen" href="styles.css">
> >>
> >> That's a screen stylesheet (one that will be used by the browser anytime
> >> it
> >> is displaying your page on a screen.
> >>
> >> <link rel="stylesheet" type="text/css" media="print" href="styles.css">
> >>
> >> That's a print stylesheet (one that will be used by the browser anytime a
> >> page is being printed).
> >>
> >> To see the effect of this, go to my site at
> >> http://www.great-web-sights.com,
> >> and do a print preview. Compare what you see on the screen to what you
> >> see
> >> in the print preview.
> >>
> >> --
> >> Murray
> >> ============
> >>
> >> "Dub_Love" <(E-Mail Removed)> wrote in message
> >> news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
> >> > huh? I'm not sure what a print media style sheet is.
> >> >
> >> > "Murray" wrote:
> >> >
> >> >> Make a larger image. Reference that one in a print media stylesheet.
> >> >>
> >> >> --
> >> >> Murray
> >> >> ============
> >> >>
> >> >> "Dub_Love" <(E-Mail Removed)> wrote in message
> >> >> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
> >> >> > Is there any way to make my Logo across the top of the page big, and
> >> >> > then
> >> >> > when it prints, it resizes itself to fit the printed page?
> >> >> >
> >> >> > You have already helped me do that to my text with the 100% page
> >> >> > width,
> >> >> > but
> >> >> > my logos aren't doing the same.
> >> >> >
> >> >> > For an example, go to www.baileylove.com
> >> >> >
> >> >> > click obituaries, then click on Nelson Lauer, go to his printer
> >> >> > friendly
> >> >> > page, and then you'll notice the small logo, but under print
> >> >> > preview,
> >> >> > it
> >> >> > fills the whole page top.
> >> >> >
> >> >> > I'm wanting it to fill the whole top of my browser, not be small
> >> >> > like
> >> >> > it
> >> >> > is.
> >> >> > Thanks in advance!!
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      25th Mar 2005
Is Philadelphia close enough? 8)

If you are not good with HTML, the first time you look at your pages in
something other than FP is likely to be a shock. The solution is to study
HTML quickly. Forget WYSIWYG for the time being, and become comfortable
with your code. Then study CSS. Soon you will reach enlightenment.... 8)

--
Murray
============

"Dub_Love" <(E-Mail Removed)> wrote in message
news:97897C95-DC7B-49E0-8CE7-(E-Mail Removed)...
> Jeeze, I just downloaded Firefox, and the webdevelopers tool. I'm at a
> loss
> for words. I'm sure I'm making it more difficult than it is, but until I
> have someone sitting down with me, I'm not gonna get anywhere fast. You
> don't by any chance live near Indiana do you? I could seriously use some
> guidance.
>
> "Murray" wrote:
>
>> LOL - it's not so hard.
>>
>> Here is a good article about how to do this.
>>
>> http://www.alistapart.com/articles/printyourway/
>>
>> It may require you to rethink your page layout methodology, though.
>>
>> --
>> Murray
>> ============
>>
>> "Dub_Love" <(E-Mail Removed)> wrote in message
>> news:2965FA2D-9133-4189-B495-(E-Mail Removed)...
>> > That's what I've been wanting this whole entire time!! Looks like the
>> > same
>> > page, but minor modifications, and you don't need to create a second
>> > page
>> > (to
>> > my knowlege). Right now, I have to create a second "printer-friendly"
>> > page
>> > for every page that people might want to print...please help me do the
>> > same
>> > thing that you've just done with your web site!!
>> >
>> > "Murray" wrote:
>> >
>> >> <link rel="stylesheet" type="text/css" media="screen"
>> >> href="styles.css">
>> >>
>> >> That's a screen stylesheet (one that will be used by the browser
>> >> anytime
>> >> it
>> >> is displaying your page on a screen.
>> >>
>> >> <link rel="stylesheet" type="text/css" media="print"
>> >> href="styles.css">
>> >>
>> >> That's a print stylesheet (one that will be used by the browser
>> >> anytime a
>> >> page is being printed).
>> >>
>> >> To see the effect of this, go to my site at
>> >> http://www.great-web-sights.com,
>> >> and do a print preview. Compare what you see on the screen to what
>> >> you
>> >> see
>> >> in the print preview.
>> >>
>> >> --
>> >> Murray
>> >> ============
>> >>
>> >> "Dub_Love" <(E-Mail Removed)> wrote in message
>> >> news:8D9ABC93-34D3-4C3A-AA49-(E-Mail Removed)...
>> >> > huh? I'm not sure what a print media style sheet is.
>> >> >
>> >> > "Murray" wrote:
>> >> >
>> >> >> Make a larger image. Reference that one in a print media
>> >> >> stylesheet.
>> >> >>
>> >> >> --
>> >> >> Murray
>> >> >> ============
>> >> >>
>> >> >> "Dub_Love" <(E-Mail Removed)> wrote in message
>> >> >> news:CED9BD98-DBF6-4E96-906D-(E-Mail Removed)...
>> >> >> > Is there any way to make my Logo across the top of the page big,
>> >> >> > and
>> >> >> > then
>> >> >> > when it prints, it resizes itself to fit the printed page?
>> >> >> >
>> >> >> > You have already helped me do that to my text with the 100% page
>> >> >> > width,
>> >> >> > but
>> >> >> > my logos aren't doing the same.
>> >> >> >
>> >> >> > For an example, go to www.baileylove.com
>> >> >> >
>> >> >> > click obituaries, then click on Nelson Lauer, go to his printer
>> >> >> > friendly
>> >> >> > page, and then you'll notice the small logo, but under print
>> >> >> > preview,
>> >> >> > it
>> >> >> > fills the whole page top.
>> >> >> >
>> >> >> > I'm wanting it to fill the whole top of my browser, not be small
>> >> >> > like
>> >> >> > it
>> >> >> > is.
>> >> >> > Thanks in advance!!
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to get width and height of picture with VBA function? God Itself Microsoft Excel Programming 3 19th Aug 2007 10:11 PM
setting the width for a picture in a macro =?Utf-8?B?RGFyaW4gUGFsYWNreQ==?= Microsoft Word Document Management 2 23rd Feb 2006 06:28 AM
get a picture width and height without inserting the picture =?Utf-8?B?RG9yb3RoeQ==?= Microsoft Excel Programming 1 13th Jan 2005 05:06 AM
Picture height and width are set to 0 =?Utf-8?B?SmVzcw==?= Microsoft Frontpage 2 8th Mar 2004 04:48 PM
Maximum Picture Box width Kapil Raikar Microsoft Dot NET Framework Forms 1 3rd Jan 2004 01:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:41 AM.