HighDots Forums  

Image LINK to set background on the temp windows with image alone in it?

alt.html.tags alt.html.tags


Discuss Image LINK to set background on the temp windows with image alone in it? in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rod@mastar.com
 
Posts: n/a

Default Image LINK to set background on the temp windows with image alone in it? - 12-20-2003 , 03:05 PM







If having a image linksample code
<tr>
<td width="15%" valign="top"><a href="_Sto-004.jpg"><img
src="_STF-004.jpg" width="113" height="150" border="0"></a></td>
<td width="18%" valign="top"><a href="_Sto-005.jpg"><img
src="_STF-005.jpg" width="113" height="150" border="0"></a></td>
<td width="15%" valign="top"><a href="_Sto-006.jpg"><img
src="_STF-006.jpg" width="113" height="150" border="0"></a></td>
<td width="15%" valign="top"><a href="_Sto-011.jpg"><img
src="_STF-011.jpg" width="113" height="150" border="0"></a></td>
<td width="37%" valign="top"><a href="_Sto-021.jpg"><img
src="_STF-021.jpg" width="113" height="150" border="0"></a></td>
</tr>


When I click on the thumbnail picture I get a new window with my expanded
image here fine..

But with a generic white background! How can I set background on the temp
windows with image alone in it?

Thanks




Rod



Reply With Quote
  #2  
Old   
Steve R.
 
Posts: n/a

Default Re: Image LINK to set background on the temp windows with image alone in it? - 12-20-2003 , 03:46 PM






rod (AT) mastar (DOT) com wrote in message ...
Quote:
When I click on the thumbnail picture I get a new window with my expanded
image here fine..
But with a generic white background! How can I set background on the temp
windows with image alone in it?
If you don't want a white background for the enlarged image you need to put the image
in a *new* HTM page and set the background for that page. The link, instead of going
to the enlarged image goes to the page with the image in it.

Steve.




Reply With Quote
  #3  
Old   
Rob
 
Posts: n/a

Default Re: Image LINK to set background on the temp windows with image alone in it? - 12-21-2003 , 07:55 AM



Just make an HTML page for each image, using bgcolor="Color Here" in the body tag.
An put your image into that page.
Link to the HTML Page versus the actual Image.


"rod (AT) mastar (DOT) com" <mastarod (AT) qwest (DOT) net> wrote


If having a image linksample code
<tr>
<td width="15%" valign="top"><a href="_Sto-004.jpg"><img
src="_STF-004.jpg" width="113" height="150" border="0"></a></td>
<td width="18%" valign="top"><a href="_Sto-005.jpg"><img
src="_STF-005.jpg" width="113" height="150" border="0"></a></td>
<td width="15%" valign="top"><a href="_Sto-006.jpg"><img
src="_STF-006.jpg" width="113" height="150" border="0"></a></td>
<td width="15%" valign="top"><a href="_Sto-011.jpg"><img
src="_STF-011.jpg" width="113" height="150" border="0"></a></td>
<td width="37%" valign="top"><a href="_Sto-021.jpg"><img
src="_STF-021.jpg" width="113" height="150" border="0"></a></td>
</tr>


When I click on the thumbnail picture I get a new window with my expanded
image here fine..

But with a generic white background! How can I set background on the temp
windows with image alone in it?

Thanks




Rod



Reply With Quote
  #4  
Old   
Steve R.
 
Posts: n/a

Default Re: Image LINK to set background on the temp windows with image alone in it? - 12-21-2003 , 10:37 AM



Rob wrote in message ...
Quote:
Link to the HTML Page versus the actual Image.
Rob - So that you don't get hassled by the more outspoken here (and on other
newsgroups) please read the information on the URL below, about posting on Usenet, as
you have committed two grave sins in your reply :~)

Top posting is a No No
Posting in HTML is a No No

http://allmyfaqs.com/faq.pl?How_to_post

To post in 'plain text' if your using 'Outlook Express' go to Tools > Options > Send
(tab) and change the 'News Sending Format' to 'Plain Text', then click 'OK'

Steve :~)




Reply With Quote
  #5  
Old   
Rob
 
Posts: n/a

Default Re: Image LINK to set background on the temp windows with image alone in it? - 12-21-2003 , 11:19 AM




"Steve R." <stevie_ritchieNOSPAM (AT) hotmail (DOT) com> wrote

Quote:
Rob wrote in message ...
Link to the HTML Page versus the actual Image.

Rob - So that you don't get hassled by the more outspoken here (and on
other
newsgroups) please read the information on the URL below, about posting on
Usenet, as
you have committed two grave sins in your reply :~)

Top posting is a No No
Posting in HTML is a No No

http://allmyfaqs.com/faq.pl?How_to_post

To post in 'plain text' if your using 'Outlook Express' go to Tools
Options > Send
(tab) and change the 'News Sending Format' to 'Plain Text', then click
'OK'

Steve :~)


Thanks Steve.

I haven't been in a newsgroup for a while, but when I was it wasn't on
Usenet, but Webtv, an they Posted On The Top or more oftne Through out the
quoted text an that what I"m use to. I do appreciate you letting me know
how it is in Usenet though, an I will take heed.

Rob





Reply With Quote
  #6  
Old   
J&D
 
Posts: n/a

Default OT: Topposting - 12-21-2003 , 11:33 AM



In all mail- or webgroups that I know is usual topposting and the
downposting is "barbaric"

How can I recognize, if this group is top or downposted? .

Sorry, downposting is usual in webforums, but in mailforums is usual
topposting.

J&D


"Steve R." <stevie_ritchieNOSPAM (AT) hotmail (DOT) com> píše v diskusním příspěvku
news%jFb.2729$zA3.24843278 (AT) news-text (DOT) cableinet.net...
Quote:
Rob wrote in message ...
Link to the HTML Page versus the actual Image.

Rob - So that you don't get hassled by the more outspoken here (and on
other
newsgroups) please read the information on the URL below, about posting on
Usenet, as
you have committed two grave sins in your reply :~)

Top posting is a No No
Posting in HTML is a No No

http://allmyfaqs.com/faq.pl?How_to_post

To post in 'plain text' if your using 'Outlook Express' go to Tools
Options > Send
(tab) and change the 'News Sending Format' to 'Plain Text', then click
'OK'

Steve :~)




Reply With Quote
  #7  
Old   
rod@mastar.com
 
Posts: n/a

Default Re: Image LINK to set background on the temp windows with image alone in it? - 12-21-2003 , 08:15 PM



Thanks guys.. thats to many files for the number if birdie pics i rotate
through the recuebird site,,.. Was hoping to find another way.. thanks

--

Rod Minarik, MASTAR Telemessaging
Answering Service Software & Systems
www.mastar.com
www.freewebdevelop.com
Full Service Graphics & Web Development
"rod (AT) mastar (DOT) com" <mastarod (AT) qwest (DOT) net> wrote

Quote:
If having a image linksample code
tr
td width="15%" valign="top"><a href="_Sto-004.jpg"><img
src="_STF-004.jpg" width="113" height="150" border="0"></a></td
td width="18%" valign="top"><a href="_Sto-005.jpg"><img
src="_STF-005.jpg" width="113" height="150" border="0"></a></td
td width="15%" valign="top"><a href="_Sto-006.jpg"><img
src="_STF-006.jpg" width="113" height="150" border="0"></a></td
td width="15%" valign="top"><a href="_Sto-011.jpg"><img
src="_STF-011.jpg" width="113" height="150" border="0"></a></td
td width="37%" valign="top"><a href="_Sto-021.jpg"><img
src="_STF-021.jpg" width="113" height="150" border="0"></a></td
/tr


When I click on the thumbnail picture I get a new window with my expanded
image here fine..

But with a generic white background! How can I set background on the temp
windows with image alone in it?

Thanks




Rod





Reply With Quote
  #8  
Old   
Steve R.
 
Posts: n/a

Default Re: Topposting - 12-22-2003 , 04:31 PM



J&D wrote in message ...
Quote:
How can I recognize, if this group is top or downposted? .
Just read 10 or so of the messages and you'll soon know :~)

No don't bother ... this is the *correct way :~)




Reply With Quote
  #9  
Old   
Samuël ML Lison
 
Posts: n/a

Default Re: OT: Topposting - 12-23-2003 , 05:11 PM



On Sun, 21 Dec 2003 18:33:29 +0100, J&D wrote the following message
<bs7qfi$2esf$1 (AT) news (DOT) vol.cz>:

Quote:
In all mail- or webgroups that I know is usual topposting and the
downposting is "barbaric"

How can I recognize, if this group is top or downposted? .

Sorry, downposting is usual in webforums, but in mailforums is usual
topposting.
These groups are not mailforums! They have absolutely nothing to do with
e-mail.

Anduin


Reply With Quote
  #10  
Old   
J&D
 
Posts: n/a

Default Re: OT: Topposting - 12-26-2003 , 12:34 PM



Quote:
In all mail- or webgroups that I know is usual topposting and the
downposting is "barbaric"

How can I recognize, if this group is top or downposted? .

Sorry, downposting is usual in webforums, but in mailforums is usual
topposting.

These groups are not mailforums! They have absolutely nothing to do with
e-mail.

Anduin
But these groups are also not webforums! And some news are duplicated with
email group and archive is on www.
J&D



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.