Ford Forum Ford Forum
Go Back   Ford Forums - Mustang Forum, Ford Trucks and Cars > Fordforums Community > USENET NewsGroups > alt.hi-po.big-block-ford-mercury
Register Home Forum Active Topics Gallery Mark Forums Read


       
Ford Forums is the premier Ford Forum on the internet. We discuss all Ford models on the forum. Registered Users do not see the above ads. Please Register - It's Free!

ยป Wheel & Tire Center

Google Links

» Log in
User Name:

Password:

Not a member yet?
Register Now!
Sponsors

Sponsors

Reply
 
LinkBack Thread Tools Display Modes
Old 01-10-2006, 18:01   #1 (permalink)
Wound Up
 
Posts: n/a
New stuff on the site!!!

I made a new index page, and added a few things. It's still rendered in
beginner HTML code, but it's progress, a bit at a time, and it will be
made much, much cooler as I continue to work on it.

If anyone has suggestions, I'm all ears. This will be the splash page
for some of my stuff too, but mainly the group, and related interests.

If anyone is good at graphics editing, I'd REALLY like a "tach at
redline" watermark image with a light background for the background of
the index page. Something cool, indicating say, 8000 rpm or more?

I'm working on the framed links page. Three more hours today on the
site, mainly due to uploads on DIALUP

=)

Enjoy, good people!

--
Wound Up
ThunderSnake #65


See the official AHPBBFM posting rules, links repository,
member map and more at http://tinyurl.com/9yulk.



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Advertisement
 
Old 01-10-2006, 20:01   #2 (permalink)
Wound Up
 
Posts: n/a
Re: New stuff on the site!!!

MORE NEW STUFF.

I am in compulsion mode

Wound Up wrote:
> I made a new index page, and added a few things. It's still rendered in
> beginner HTML code, but it's progress, a bit at a time, and it will be
> made much, much cooler as I continue to work on it.
>
> If anyone has suggestions, I'm all ears. This will be the splash page
> for some of my stuff too, but mainly the group, and related interests.
>
> If anyone is good at graphics editing, I'd REALLY like a "tach at
> redline" watermark image with a light background for the background of
> the index page. Something cool, indicating say, 8000 rpm or more?
>
> I'm working on the framed links page. Three more hours today on the
> site, mainly due to uploads on DIALUP
>
> =)
>
> Enjoy, good people!
>



--
Wound Up
ThunderSnake #65

See the official AHPBBFM posting rules, links repository,
member map and more at http://tinyurl.com/9yulk.



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-10-2006, 21:01   #3 (permalink)
Stan Weiss
 
Posts: n/a
Re: New stuff on the site!!!

You could add an Index at the top to jump to each of the heads. Here is
some htnl code as an example.
Stan

[<a href="#MACH">Machine Shop</a>]
[<a href="#FUEL">Fuelish Things</a>]
[<a href="#CAM">Cam &amp; Valetrain</a>]


<a name="MACH"></a>


<a name="FUEL"></a>

<a name="CAM"></a>


Wound Up wrote:
>
> MORE NEW STUFF.
>
> I am in compulsion mode
>
> Wound Up wrote:
> > I made a new index page, and added a few things. It's still rendered in
> > beginner HTML code, but it's progress, a bit at a time, and it will be
> > made much, much cooler as I continue to work on it.
> >
> > If anyone has suggestions, I'm all ears. This will be the splash page
> > for some of my stuff too, but mainly the group, and related interests.
> >
> > If anyone is good at graphics editing, I'd REALLY like a "tach at
> > redline" watermark image with a light background for the background of
> > the index page. Something cool, indicating say, 8000 rpm or more?
> >
> > I'm working on the framed links page. Three more hours today on the
> > site, mainly due to uploads on DIALUP
> >
> > =)
> >
> > Enjoy, good people!
> >

>
> --
> Wound Up
> ThunderSnake #65
>
> See the official AHPBBFM posting rules, links repository,
> member map and more at http://tinyurl.com/9yulk.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-10-2006, 22:01   #4 (permalink)
Wound Up
 
Posts: n/a
Re: New stuff on the site!!!

I'm planning to do a leftnav frame with anchor tags to each section, a
la many other sites... with back to top on both the nav and the links
frames. Just going to take some fiddling to get right. Thanks for the
code snippets!

Stan Weiss wrote:
> You could add an Index at the top to jump to each of the heads. Here is
> some htnl code as an example.
> Stan
>
> [<a href="#MACH">Machine Shop</a>]
> [<a href="#FUEL">Fuelish Things</a>]
> [<a href="#CAM">Cam &amp; Valetrain</a>]
>
>
> <a name="MACH"></a>
>
>
> <a name="FUEL"></a>
>
> <a name="CAM"></a>
>
>
> Wound Up wrote:
>
>>MORE NEW STUFF.
>>
>>I am in compulsion mode
>>
>>Wound Up wrote:
>>
>>>I made a new index page, and added a few things. It's still rendered in
>>>beginner HTML code, but it's progress, a bit at a time, and it will be
>>>made much, much cooler as I continue to work on it.
>>>
>>>If anyone has suggestions, I'm all ears. This will be the splash page
>>>for some of my stuff too, but mainly the group, and related interests.
>>>
>>>If anyone is good at graphics editing, I'd REALLY like a "tach at
>>>redline" watermark image with a light background for the background of
>>>the index page. Something cool, indicating say, 8000 rpm or more?
>>>
>>>I'm working on the framed links page. Three more hours today on the
>>>site, mainly due to uploads on DIALUP
>>>
>>>=)
>>>
>>>Enjoy, good people!
>>>

>>
>>--
>>Wound Up
>>ThunderSnake #65
>>
>>See the official AHPBBFM posting rules, links repository,
>>member map and more at http://tinyurl.com/9yulk.

>



--
Wound Up
ThunderSnake #65

See the official AHPBBFM posting rules, links repository,
member map and more at http://tinyurl.com/9yulk.



 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-11-2006, 09:01   #5 (permalink)
Stan Weiss
 
Posts: n/a
Re: New stuff on the site!!!

You are welcome. One day I may get to frames, but I will look at using
CSS first. For now just basic html with tables for me.
Stan

Wound Up wrote:
>
> I'm planning to do a leftnav frame with anchor tags to each section, a
> la many other sites... with back to top on both the nav and the links
> frames. Just going to take some fiddling to get right. Thanks for the
> code snippets!
>
> Stan Weiss wrote:
> > You could add an Index at the top to jump to each of the heads. Here is
> > some htnl code as an example.
> > Stan
> >
> > [<a href="#MACH">Machine Shop</a>]
> > [<a href="#FUEL">Fuelish Things</a>]
> > [<a href="#CAM">Cam &amp; Valetrain</a>]
> >
> >
> > <a name="MACH"></a>
> >
> >
> > <a name="FUEL"></a>
> >
> > <a name="CAM"></a>
> >
> >
> > Wound Up wrote:
> >
> >>MORE NEW STUFF.
> >>
> >>I am in compulsion mode
> >>
> >>Wound Up wrote:
> >>
> >>>I made a new index page, and added a few things. It's still rendered in
> >>>beginner HTML code, but it's progress, a bit at a time, and it will be
> >>>made much, much cooler as I continue to work on it.
> >>>
> >>>If anyone has suggestions, I'm all ears. This will be the splash page
> >>>for some of my stuff too, but mainly the group, and related interests.
> >>>
> >>>If anyone is good at graphics editing, I'd REALLY like a "tach at
> >>>redline" watermark image with a light background for the background of
> >>>the index page. Something cool, indicating say, 8000 rpm or more?
> >>>
> >>>I'm working on the framed links page. Three more hours today on the
> >>>site, mainly due to uploads on DIALUP
> >>>
> >>>=)
> >>>
> >>>Enjoy, good people!
> >>>
> >>
> >>--
> >>Wound Up
> >>ThunderSnake #65
> >>
> >>See the official AHPBBFM posting rules, links repository,
> >>member map and more at http://tinyurl.com/9yulk.

> >

>
> --
> Wound Up
> ThunderSnake #65
>
> See the official AHPBBFM posting rules, links repository,
> member map and more at http://tinyurl.com/9yulk.

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-11-2006, 10:01   #6 (permalink)
Wound Up
 
Posts: n/a
Re: New stuff on the site!!!


Stan Weiss wrote:
> You are welcome. One day I may get to frames, but I will look at using
> CSS first. For now just basic html with tables for me.
> Stan
>


I'm having to use a tool to do frames. This whole project is a
grinding (but valuable) refresher. I may do some scripts eventually,
as a little coding practice for work... tables are about all I can
still do by hand. Doing a pics page with 'em soon here... and there
will be no pink stuffed animals ;^)

> Wound Up wrote:
> >
> > I'm planning to do a leftnav frame with anchor tags to each section, a
> > la many other sites... with back to top on both the nav and the links
> > frames. Just going to take some fiddling to get right. Thanks for the
> > code snippets!
> >
> > Stan Weiss wrote:
> > > You could add an Index at the top to jump to each of the heads. Here is
> > > some htnl code as an example.
> > > Stan
> > >
> > > [<a href="#MACH">Machine Shop</a>]
> > > [<a href="#FUEL">Fuelish Things</a>]
> > > [<a href="#CAM">Cam &amp; Valetrain</a>]
> > >
> > >
> > > <a name="MACH"></a>
> > >
> > >
> > > <a name="FUEL"></a>
> > >
> > > <a name="CAM"></a>
> > >
> > >
> > > Wound Up wrote:
> > >
> > >>MORE NEW STUFF.
> > >>
> > >>I am in compulsion mode
> > >>
> > >>Wound Up wrote:
> > >>
> > >>>I made a new index page, and added a few things. It's still rendered in
> > >>>beginner HTML code, but it's progress, a bit at a time, and it will be
> > >>>made much, much cooler as I continue to work on it.
> > >>>
> > >>>If anyone has suggestions, I'm all ears. This will be the splash page
> > >>>for some of my stuff too, but mainly the group, and related interests.
> > >>>
> > >>>If anyone is good at graphics editing, I'd REALLY like a "tach at
> > >>>redline" watermark image with a light background for the background of
> > >>>the index page. Something cool, indicating say, 8000 rpm or more?
> > >>>
> > >>>I'm working on the framed links page. Three more hours today on the
> > >>>site, mainly due to uploads on DIALUP
> > >>>
> > >>>=)
> > >>>
> > >>>Enjoy, good people!
> > >>>
> > >>
> > >>--
> > >>Wound Up
> > >>ThunderSnake #65
> > >>
> > >>See the official AHPBBFM posting rules, links repository,
> > >>member map and more at http://tinyurl.com/9yulk.
> > >

> >
> > --
> > Wound Up
> > ThunderSnake #65
> >
> > See the official AHPBBFM posting rules, links repository,
> > member map and more at http://tinyurl.com/9yulk.


 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2006, 08:01   #7 (permalink)
Carl
 
Posts: n/a
Re: New stuff on the site!!!

Wound Up wrote:
> I made a new index page, and added a few things. It's still rendered in
> beginner HTML code, but it's progress, a bit at a time, and it will be
> made much, much cooler as I continue to work on it.
>
> If anyone has suggestions, I'm all ears. This will be the splash page
> for some of my stuff too, but mainly the group, and related interests.
>
> If anyone is good at graphics editing, I'd REALLY like a "tach at
> redline" watermark image with a light background for the background of
> the index page. Something cool, indicating say, 8000 rpm or more?
>
> I'm working on the framed links page. Three more hours today on the
> site, mainly due to uploads on DIALUP
>
> =)
>
> Enjoy, good people!
>

i used to be the webmaster for the labor union at a past position. if i
can find the html reference books would you like them sent to you?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-12-2006, 09:01   #8 (permalink)
Wound Up
 
Posts: n/a
Re: New stuff on the site!!!


Carl wrote:
> Wound Up wrote:
> > I made a new index page, and added a few things. It's still rendered in
> > beginner HTML code, but it's progress, a bit at a time, and it will be
> > made much, much cooler as I continue to work on it.
> >
> > If anyone has suggestions, I'm all ears. This will be the splash page
> > for some of my stuff too, but mainly the group, and related interests.
> >
> > If anyone is good at graphics editing, I'd REALLY like a "tach at
> > redline" watermark image with a light background for the background of
> > the index page. Something cool, indicating say, 8000 rpm or more?
> >
> > I'm working on the framed links page. Three more hours today on the
> > site, mainly due to uploads on DIALUP
> >
> > =)
> >


I finally broke down and ordered DSL, which will be active on Jan. 19.
No more waiting an hour to upload a few MB, or hours saving and
refreshing the links page.

> > Enjoy, good people!
> >

> i used to be the webmaster for the labor union at a past position. if i
> can find the html reference books would you like them sent to you?


That would be fantastic, man!

My one and only book was somehow lost in our last move, so I've been
looking up tags online and searching others' source code.

Use the email address in this post to contact me, if you'd like.

--
Wound Up
TS #65

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


  Ford Forums - Mustang Forum, Ford Trucks and Cars > Fordforums Community > USENET NewsGroups > alt.hi-po.big-block-ford-mercury



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 03:11.

Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0