Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 02-28-2002, 03:18 AM   #1
Member (8 bit)
 
Web Gecko's Avatar
 
Join Date: Nov 2001
Location: Perth Western Australia
Posts: 244
EMAIL/HTML Question

Hello

I know that HTML can be inserted into email to format it but I don't know how
to do it. Haven't done that much HTML at this stage.

I use yahoo web mail but it probably doesn't matter what email service you
use (web or client).

I thought the browser looked after the and
statements and that you just mixed your HTML statements into your email
at the appropriate places.

Like

Header



I obviously haven't got this down yet as It is not working yet.

How do you insert HTML into your email the right way ?
Ideas appreciated.

cheers

The Web Gecko
Web Gecko is offline   Reply With Quote
Old 02-28-2002, 03:20 AM   #2
Member (8 bit)
 
Web Gecko's Avatar
 
Join Date: Nov 2001
Location: Perth Western Australia
Posts: 244
Hey How come it Works Here ?

Have a look at the above post !

How come HTML insertion works in the thread and not in yahoo mail ?

Confused !

The Web Gecko
Web Gecko is offline   Reply With Quote
Old 02-28-2002, 03:26 AM   #3
Member (7 bit)
 
Gabe's Avatar
 
Join Date: Dec 2001
Location: MB, Canada
Posts: 116
Send a message via Yahoo to Gabe
Hello there Web Gecko. In Yahoo! there is a check box I believe towards the bottom of the screen, stating you have several choices. Plain Text and HTML. I think you have to make sure HTML is checked off. Sorry if this explaination is a little off, but I am very tired. Hope to have helped.
Gabe is offline   Reply With Quote
Old 02-28-2002, 04:05 AM   #4
Member (8 bit)
 
Web Gecko's Avatar
 
Join Date: Nov 2001
Location: Perth Western Australia
Posts: 244
Join the Club !

Gabe ,

Thanks for the trouble you took to respond. I was actually amazed at how quickly your response came through. I made the post and 5 to 10 minutes later there it was. This is a first in my experience but of course I usually get a fairly prompt response at PCMECH anyways.

I haven't checked out the HTML thing yet but will be in a few minutes or so.
I am a beginner when it comes to HTML but know the basic statements and so the HTML is not the problem. It's just that every damned different piece of software you use these days does the same type of function using a different approach. I have actually heard arguments against standardisation of software systems as this in some way enhances security (another issue I know but maybe someone could show me where the connection is).

All I can say is that it confuses the hell outta me (sometimes).

I know what it's like to have your eyeballs hanging outta your sockets
(overtired) and that's what mine are doing right now. I had a few late nighters last week and I still haven't caught up. My PC is on an old split line
exchange (28.8/31.2 dialup) and boy does it move slow with Internet Explorer 5.5. Opera 5.12 (new version is 6.0) is a quick alternative (more bugs than your backyard though) and I swap between different browsers all the time as one will offer something the other doesn't. Opera is worth checking out despite the bugs as it can be very fast. It has problems with form processing so give web email send and delete a miss but it's great for reading email, downloads and just loading and displaying sites if you are in a hurry.

http://www.opera.com


All the best and thanks again.

The Web Gecko
Web Gecko is offline   Reply With Quote
Old 02-28-2002, 06:56 AM   #5
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Make sure if you are doing an html email that you include the full path any image that you want to show up in the email.

So this <img src="logo3.jpg">
will yield this
You will have to use the full path:
<img src="http://www.pcmech.com/logo3.jpg">
which will yield this in an html email
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Old 02-28-2002, 08:41 AM   #6
Member (8 bit)
 
Web Gecko's Avatar
 
Join Date: Nov 2001
Location: Perth Western Australia
Posts: 244
Thanx

Thanks Mairving

That one goes into my next email. I recommend PCMECH to people so that will
look great over the link.

Yer right, Linux is definitely not for Flashing Twelvsers ! Hey but we all
have to start somewhere. For the Point and Clickers out there it's definitely
good old WinDoz.

Also thanks to Gabe as I have sorted out the HTML insertion thing and am having
some fun with it. I have actually wondered about the small white box with the red X which you get in place of an image on some pages. Now I know what's going on.

As I am a HTML newbie I am open to any pointers here at all. So shoot.
I have so much to learn.

Actually I used Net Objects Fusion some months ago to set up a very simple web page to advertise my old mans' yacht delivery service in Fremantle Western Australia. The page is pretty tacky and needs a lot of work. At the time I didn't really know that much about Net Objects so I may have selected the wrong options for the HTML auto-generation.

The page is using sizing instead of dynamic centering so to make sure it is displayed without too much line wrap, MEDIUM in text size is required (IE setting). Of course this is messy as people have their text setting on different settings so some will see it displayed right and others will see a relative mess.

I have many changes to make but haven't had time to do it yet. It will of course keep evolving over time. Any suggestions as to changes to the page are quite welcome

Check out World Wide Yacht Deliveries at :

http://www.iinet.net.au/~eastaugh

cheers

The Web Gecko

p.s. How do I add a light coloured maritime map or whatever background to the
web page so that the foreground detail stands out well (contrast) ?

Also what format should the background graphic be in and how do I
assess the scanning DPI so that the graphic gets sucked in and fills the
whole page ? Does the graphic have to be displayed tiled or is there a
way around this ?
Web Gecko is offline   Reply With Quote
Old 02-28-2002, 09:43 AM   #7
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Re: Thanx

Quote:
Originally posted by Web Gecko

p.s. How do I add a light coloured maritime map or whatever background to the
web page so that the foreground detail stands out well (contrast) ?

I really wouldn't recommend adding a background unless it is a repeating type where you can't see the seams. You can turn the tiling off via a stylesheet but it will cutoff in higher resolutions.
Quote:
Originally posted by Web Gecko
Also what format should the background graphic be in and how do I
assess the scanning DPI so that the graphic gets sucked in and fills the
whole page ?
Usually scan at 72dpi.
Quote:
Originally posted by Web Gecko

Does the graphic have to be displayed tiled or is there a
way around this ?
Using a stylesheet, you can control the tiling this way:
PHP Code:
<style>
        
Body {
    
marginwidth:0;
    
marginheight:0;
    
margin-left0;
    
margin0 0 0 0;
    
padding0 0 0 0;
    
scrollbar-base-color#CCCCFF;
    
scrollbar-track-color#CCCCFF;
    
scrollbar-face-color#CCCCFF;
    
scrollbar-highlight-color#FFFF99;
    
scrollbar-3dlight-color#336633;
    
scrollbar-darkshadow-color#FFFF99;
    
scrollbar-shadow-color#336633;
    
scrollbar-arrow-color#336633;
    
background-color #CCCCFF;
    
background-image url(/images/border.gif);
    
background-repeat repeat-y;

}
[/
style
Actually that is part of a stylesheet that I have used in the past. You have two values, x-repeat and y-repeat. One control tiling vertically, the other horizontally. You can add this to a section between your <head> tags. The rest of the stuff is for colored scrollbars.
mairving is offline   Reply With Quote
Old 02-28-2002, 10:01 AM   #8
Member (10 bit)
 
Join Date: Nov 2001
Location: Conrad, Montana USA
Posts: 903
Send a message via Yahoo to BFD Deadeye
Web Gecko,
Try this site. It's where I learned HTML a few years ago. I see it's not updated anymore (since '99!) but the basic HTML info is still there in an easy to use style. I also learned alot about HTML just by clicking the "edit with" button on the browser. You can view the guts of any website all day doing that. HTH
BFD Deadeye is offline   Reply With Quote
Old 03-05-2002, 08:22 PM   #9
Member (11 bit)
 
raftero's Avatar
 
Join Date: Oct 2001
Location: lometa,tx.
Posts: 1,399
hey web gecko now that you have found out about the box with the red x in the corner tell me.i have wondered why they bother posting a picture i cant get.
__________________
claude

intel d850mv 1.6a 512 rambus ATI8500le solid as a rock.
intel e5200 2.5 P5KPL-CM 2 gig memory also solid
raftero is offline   Reply With Quote
Old 03-05-2002, 08:41 PM   #10
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally posted by raftero
hey web gecko now that you have found out about the box with the red x in the corner tell me.i have wondered why they bother posting a picture i cant get.
All it means is that the picture does not exist in that particular location. Oftentimes the picture is named wrong or it is not uploaded or deleted.
mairving is offline   Reply With Quote
Old 03-06-2002, 04:14 PM   #11
Member (11 bit)
 
raftero's Avatar
 
Join Date: Oct 2001
Location: lometa,tx.
Posts: 1,399
thanks mairving i thought i might get a revilation about something.when something doesn't i always figure it ignorance on my part.
raftero is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:07 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2