scubish.com - HOME
 


Go Back   scubish.com - Scuba Diving Forum > Regional Travel and Dive News > Europe > Netherlands
Register FAQ Search Today's Posts Mark Forums Read


Welcome to the scubish.com - Scuba Diving Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.



Reply
 
LinkBack Thread Tools Display Modes
  #121  
Old 11-16-2004, 11:19 AM
Pete S.
 
Posts: n/a
Default Re: New Vobster website goes online!!!!

On Tue, 16 Nov 2004 14:22:12 -0000, "Bardo" <me@privacy.net> wrote:


>>
>> CSS?

>
>Trust me, Pete - I'm well versed in CSS. Most of what you see on screen is
>controlled in some way using CSS. What CSS won't let you do, however, is add
>and change individual menu options - sure, you can change the 'look and
>feel' but you cannot make a change to the structure of the menu (ie. what
>links to where) using CSS - CSS is, after all, just a clever way of
>controlling the 'look and feel' of what's displayed...
>
>

Well I was only trying to be helpful.

Pete S.
Reply With Quote
  #122  
Old 11-16-2004, 11:27 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Eddie" <eddiej@gmail.com> wrote in message
news:1100616793.576979.267750@c13g2000cwb.googlegr oups.com...
> What you could do is have the menu code in a seperate file altogether,
> and just include the text from that file in each page using a server
> side include directive. This is a lot easier than it sounds! You need
> to have .shtml support enabled on your server.
>
> Heres an example:
>
> external file containing menu code: blah.html
> <ul><li>menu option1</li><li>menu option2</li></ul>
>
> inside html page where you'd usually have your menu:
> <!--#include virtual="blah.html"-->


Yep, there in lies the problem mate - the hosting account we have doesn't
support server side includes. I'll certainly look into it, though!


Reply With Quote
  #123  
Old 11-16-2004, 11:27 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Eddie" <eddiej@gmail.com> wrote in message
news:1100616793.576979.267750@c13g2000cwb.googlegr oups.com...
> What you could do is have the menu code in a seperate file altogether,
> and just include the text from that file in each page using a server
> side include directive. This is a lot easier than it sounds! You need
> to have .shtml support enabled on your server.
>
> Heres an example:
>
> external file containing menu code: blah.html
> <ul><li>menu option1</li><li>menu option2</li></ul>
>
> inside html page where you'd usually have your menu:
> <!--#include virtual="blah.html"-->


Yep, there in lies the problem mate - the hosting account we have doesn't
support server side includes. I'll certainly look into it, though!


Reply With Quote
  #124  
Old 11-16-2004, 11:27 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Eddie" <eddiej@gmail.com> wrote in message
news:1100616793.576979.267750@c13g2000cwb.googlegr oups.com...
> What you could do is have the menu code in a seperate file altogether,
> and just include the text from that file in each page using a server
> side include directive. This is a lot easier than it sounds! You need
> to have .shtml support enabled on your server.
>
> Heres an example:
>
> external file containing menu code: blah.html
> <ul><li>menu option1</li><li>menu option2</li></ul>
>
> inside html page where you'd usually have your menu:
> <!--#include virtual="blah.html"-->


Yep, there in lies the problem mate - the hosting account we have doesn't
support server side includes. I'll certainly look into it, though!


Reply With Quote
  #125  
Old 11-16-2004, 11:27 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Eddie" <eddiej@gmail.com> wrote in message
news:1100616793.576979.267750@c13g2000cwb.googlegr oups.com...
> What you could do is have the menu code in a seperate file altogether,
> and just include the text from that file in each page using a server
> side include directive. This is a lot easier than it sounds! You need
> to have .shtml support enabled on your server.
>
> Heres an example:
>
> external file containing menu code: blah.html
> <ul><li>menu option1</li><li>menu option2</li></ul>
>
> inside html page where you'd usually have your menu:
> <!--#include virtual="blah.html"-->


Yep, there in lies the problem mate - the hosting account we have doesn't
support server side includes. I'll certainly look into it, though!


Reply With Quote
  #126  
Old 11-16-2004, 11:27 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Eddie" <eddiej@gmail.com> wrote in message
news:1100616793.576979.267750@c13g2000cwb.googlegr oups.com...
> What you could do is have the menu code in a seperate file altogether,
> and just include the text from that file in each page using a server
> side include directive. This is a lot easier than it sounds! You need
> to have .shtml support enabled on your server.
>
> Heres an example:
>
> external file containing menu code: blah.html
> <ul><li>menu option1</li><li>menu option2</li></ul>
>
> inside html page where you'd usually have your menu:
> <!--#include virtual="blah.html"-->


Yep, there in lies the problem mate - the hosting account we have doesn't
support server side includes. I'll certainly look into it, though!


Reply With Quote
  #127  
Old 11-16-2004, 11:28 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Pete S." <spamPetespam@spamderwentspamelec.spamclara.spamco .spamuk> wrote
in message news:419a1a94.101280765@news.clara.net...
> On Tue, 16 Nov 2004 14:22:12 -0000, "Bardo" <me@privacy.net> wrote:
>
>
>>>
>>> CSS?

>>
>>Trust me, Pete - I'm well versed in CSS. Most of what you see on screen is
>>controlled in some way using CSS. What CSS won't let you do, however, is
>>add
>>and change individual menu options - sure, you can change the 'look and
>>feel' but you cannot make a change to the structure of the menu (ie. what
>>links to where) using CSS - CSS is, after all, just a clever way of
>>controlling the 'look and feel' of what's displayed...
>>
>>

> Well I was only trying to be helpful.


And it is indeed appreciated, Pete - apologies if my reply came across as
less than friendly


Reply With Quote
  #128  
Old 11-16-2004, 11:28 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Pete S." <spamPetespam@spamderwentspamelec.spamclara.spamco .spamuk> wrote
in message news:419a1a94.101280765@news.clara.net...
> On Tue, 16 Nov 2004 14:22:12 -0000, "Bardo" <me@privacy.net> wrote:
>
>
>>>
>>> CSS?

>>
>>Trust me, Pete - I'm well versed in CSS. Most of what you see on screen is
>>controlled in some way using CSS. What CSS won't let you do, however, is
>>add
>>and change individual menu options - sure, you can change the 'look and
>>feel' but you cannot make a change to the structure of the menu (ie. what
>>links to where) using CSS - CSS is, after all, just a clever way of
>>controlling the 'look and feel' of what's displayed...
>>
>>

> Well I was only trying to be helpful.


And it is indeed appreciated, Pete - apologies if my reply came across as
less than friendly


Reply With Quote
  #129  
Old 11-16-2004, 11:28 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Pete S." <spamPetespam@spamderwentspamelec.spamclara.spamco .spamuk> wrote
in message news:419a1a94.101280765@news.clara.net...
> On Tue, 16 Nov 2004 14:22:12 -0000, "Bardo" <me@privacy.net> wrote:
>
>
>>>
>>> CSS?

>>
>>Trust me, Pete - I'm well versed in CSS. Most of what you see on screen is
>>controlled in some way using CSS. What CSS won't let you do, however, is
>>add
>>and change individual menu options - sure, you can change the 'look and
>>feel' but you cannot make a change to the structure of the menu (ie. what
>>links to where) using CSS - CSS is, after all, just a clever way of
>>controlling the 'look and feel' of what's displayed...
>>
>>

> Well I was only trying to be helpful.


And it is indeed appreciated, Pete - apologies if my reply came across as
less than friendly


Reply With Quote
  #130  
Old 11-16-2004, 11:28 AM
Bardo
 
Posts: n/a
Default Re: New Vobster website goes online!!!!


"Pete S." <spamPetespam@spamderwentspamelec.spamclara.spamco .spamuk> wrote
in message news:419a1a94.101280765@news.clara.net...
> On Tue, 16 Nov 2004 14:22:12 -0000, "Bardo" <me@privacy.net> wrote:
>
>
>>>
>>> CSS?

>>
>>Trust me, Pete - I'm well versed in CSS. Most of what you see on screen is
>>controlled in some way using CSS. What CSS won't let you do, however, is
>>add
>>and change individual menu options - sure, you can change the 'look and
>>feel' but you cannot make a change to the structure of the menu (ie. what
>>links to where) using CSS - CSS is, after all, just a clever way of
>>controlling the 'look and feel' of what's displayed...
>>
>>

> Well I was only trying to be helpful.


And it is indeed appreciated, Pete - apologies if my reply came across as
less than friendly


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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Vobster website goes online!!!! Bardo United Kingdom of Great Britain & N. Ireland 54 03-27-2007 01:17 AM
Vobster Quay - Bearings now online Bardo United Kingdom of Great Britain & N. Ireland 36 11-22-2004 02:29 PM
Vobster Map Bill Boyd United Kingdom of Great Britain & N. Ireland 50 11-02-2004 07:43 PM
Vobster Map Bill Boyd United Kingdom of Great Britain & N. Ireland 0 10-27-2004 08:57 AM
Vobster Map Bill Boyd United Kingdom of Great Britain & N. Ireland 0 10-27-2004 08:57 AM


All times are GMT -4. The time now is 01:39 AM.




SEO by vBSEO ©2007, Crawlability, Inc.