<< Previous Topic | Next Topic >>  

Donna: no email

September 26 2001 at 5:12 PM
Phil  (Login mrpip)
Forum Owner

 
no email recieved yet, also just send as jpeg attachments as inserting graphics into email requires using HTML, which I just delete anyway.
Scanning though the source code of HTML mail is just time consuming

I only have free email accounts which don't offer the protection required for safe computing



    
This message has been edited by mrpip on Sep 26, 2001 5:19 PM


 
 
AuthorReply
Phil
(Login mrpip)
Forum Owner

Hyperlinking (jump to): same page

September 26 2001, 8:03 PM 

On your main page you have some text "Independent/Group Tours" half way down the page, so as an example say you want to jump down to it, you'd give the text a name using the Anchor tag (<A>). i.e.

 <A NAME="igt">Independent/Group</A> Tours

Next create a hyperlink(s), say on left pane menu and reference it to the named tag above. i.e.

 <A HREF="#igt">Independent/Group Tours</A>

or if your on another page on within your site and would like a reference to it just hyperlink to it as you normally would but include the tag name. i.e.

 <A HREF="home.htm#igt">Independent/Group Tours</A>

and the same goes if I wanted to hyperlink/reference to it from my site I would just include the full address. i.e.

 <A HREF="http://yoursite/home.htm#igt">Independent/Group Tours</A>


By the way, you need to turn the menu frame scrolling to "on" or "yes" as the menu scrolls of the bottom of the screen, well thats for 800x600 dpi res anyway and I took a look at the source code of your menu pane "menu.htm" and saw how repetative the tags were, you could vertually cut the code size in half, cutting the file size in half also, using css which I copyed and added to, Shaun may see what I mean or is this to do with that Microsoft Crap "FrontPage".

<style TYPE="text/css">
<!--
a:link {color: #000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:active {color:#000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:visited {color: #000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:hover {color:#FFFFFF; text-decoration: underline; font-face: Tahoma; font-size:2;}
p.{margin-bottom: 0px; margin-left: 10px; margin-top: 0px; word-spacing: 0px}
// -->
</style>



 
 
Phil
(Login mrpip)
Forum Owner

Opps... 1 mistake

September 26 2001, 11:15 PM 

Quote:
<style TYPE="text/css">
<!--
a:link {color: #000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:active {color:#000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:visited {color: #000080; text-decoration: none; font-face: Tahoma; font-size:2;}
a:hover {color:#FFFFFF; text-decoration: underline; font-face: Tahoma; font-size:2;}
p.{margin-bottom: 0px; margin-left: 10px; margin-top: 0px; word-spacing: 0px}
// -->
</style>



Noticed one mistake: Remove the Dot (.) from p.{margin-bottom: 0px; ma...... after the p
It should be:
p{margin-bottom: 0px; margin-left: 10px; margin-top: 0px; word-spacing: 0px}


 
 
Donna
(no login)

Regarding "repetitive tagging"

September 27 2001, 3:00 PM 

In reference to...." the source code of your menu pane "menu.htm" and saw how repetative the tags were, you could vertually cut the code size in half, cutting the file size in half also, using css which I copyed and added to, Shaun may see what I mean or is this to do with that Microsoft Crap "FrontPage".

Explain what you mean, but in short Frontpage does add like up to a million tags in the html, I will be getting the upgrade this week or sometime which has a whole different look and there aren't so many tags involved

Donna


 
 
Current Topic - Donna: no email
  << Previous Topic | Next Topic >>  
Find more forums on Personal Web PagesCreate your own forum at Network54
 Copyright © 1999-2009 Network54. All rights reserved.   Terms of Use   Privacy Statement