May 03, 2024, 03:00:38 AM *
Welcome, Guest. Please login or register.
News: Welcome to Talk.ws - The Official Forum for all GDI members!

If you are a new member please make sure to read the "Forum Rules, Forum Tutorials, and GDI FAQs" section.

Please avoid posting any questions which may require us to discuss detailed information regarding your GDI account. Such questions should be submitted to support@wsdomains.ws.

GDI has a strict Anti-SPAM policy. Please do NOT send unsolicited messages via Private Message.
 
   Home   Help Search Login Register  
Pages: 1 ... 10 11 [12] 13 14 ... 16
  Print  
Author Topic: HTML Questions? Ask Here!  (Read 148281 times)
P De Thierrry
Jr. Member
**
Posts: 63


Never Quit! Keep Building!


View Profile WWW
« Reply #165 on: June 29, 2007, 03:43:41 PM »

Any one got the HTML code for a media player on your website and a drop down menu to choose songs from? would like to place music on my website. Any help most appreciated.
Logged

Patrick De Thierry
Auckland, New Zealand

For your free autoresponder for your webpage, just private message.


"Extra ordinary people do daily what ordinary people do occasionally"
Brad_H
Newbie
*
Posts: 2


View Profile
« Reply #166 on: July 02, 2007, 01:01:50 AM »

Hi,

Can anyone provide the HTML for the   http://www.freedom.ws   site, and if this can be used with 'site builder" , I am considering putting this in my site as opposed to linking to it. Any advice concerning this.

Also would appreciate code for this link     http://website.ws/kvmlm2/ws.dhtml?sponsor=your_username&template=4
 
Thanks and Good Luck to All 
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #167 on: July 02, 2007, 01:07:17 AM »

Hi,

Can anyone provide the HTML for the   http://www.freedom.ws   site, and if this can be used with 'site builder" , I am considering putting this in my site as opposed to linking to it. Any advice concerning this.

Also would appreciate code for this link     http://website.ws/kvmlm2/ws.dhtml?sponsor=your_username&template=4
 
Thanks and Good Luck to All 

You will find all this at http://www.gdi-made-easy.ws/GDI_URLs.html
Logged
Brad_H
Newbie
*
Posts: 2


View Profile
« Reply #168 on: July 03, 2007, 03:22:31 AM »

Hello Rod,
I am new with GDI. I'm looking forward to the future with this company, and this group of people (I've been reading through the forum quite a bit).
Rod, I really appreciate your great site- nice service.
I had looked through every page and every link (code, image,etc.) a couple times before I posted, then again just now.
I may be missing something, but I dont find the specific HTML (or url, etc) I'm refering to.
Similar to the second one I was looking for is this other I would like to see HTML availible for  http://website.ws/kvmlm2/ws.dhtml?sponsor=your_username&template=5
Any help would be appreciated, (sorry to be so picky by wanting these pages, with the great variety  thats on your site Rod)

Thanks, Brad
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #169 on: July 03, 2007, 06:42:40 AM »

Hi

This should do it

Code:
<a href="http://website.ws/kvmlm2/ws.dhtml?sponsor=your_username&template=5
" target="blank>Template 5</a>
Logged
Sergio L
Newbie
*
Posts: 1


View Profile
« Reply #170 on: July 04, 2007, 10:56:18 AM »

Hi... I'm trying to create a slideshow in my website using html text, and i'm having some problems. Can anybody help?
This is my text:

<html>
<head>
<script type="text/javascript">
<!--
var image1=new Image()
image1.src="Travel1.JPG"
var image2=new Image()
image2.src="Nature5.JPG"
var image3=new Image()
image3.src="Nature3.JPG"
//-->
</script>
</head>
<body>
<img src="Travel1.JPG" name="slide" width="512" height="384" />
<script>
<!--
//variable that will increment through the images
var step=1
function slideit(){
//if browser does not support the image object, exit.
if (!document.images)
return
document.images.slide.src=eval("image"+step+".src")
if (step<3)
step++
else
step=1
//call function "slideit()" every 2.5 seconds
setTimeout("slideit()",2500)
}
slideit()
//-->
</script>
</body>
</html>
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #171 on: July 05, 2007, 02:41:36 AM »

I had a quick look. Looks like you are missing two right curly brackets { at the bottom two if statements. Also looks like a missing left curly bracket } after document.images.slide.src=eval("image"+step+".src")
Logged
Tom A
Newbie
*
Posts: 1



View Profile
« Reply #172 on: July 08, 2007, 04:08:46 PM »

Hi:

I know how to create an anchor text in Websites and bulletin boards but I am wondering.....
How do you create it in the body of an e-mail? Roll Eyes

Sincerely

Tom
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #173 on: July 10, 2007, 06:22:34 AM »

Hi:

I know how to create an anchor text in Websites and bulletin boards but I am wondering.....
How do you create it in the body of an e-mail? Roll Eyes

Sincerely

Tom

Read about it here http://www.w3.org/TR/html4/struct/links.html
Logged
Rick Allison
Newbie
*
Posts: 8


View Profile WWW
« Reply #174 on: July 12, 2007, 11:39:34 PM »

Nicole, I've built a lot of websites and written a lot of HTML in my time, and I couldn't copy and paste any HTML into GetASite.ws, at all, regardless of where the HTML came from.  I couldn't write it, either.  What am I doing wrong?  I wonder if the images (like banners from Linkshare or Commission Junction) don't show until after I publish.

Also, how do I position the building blocks?  I want a two column site but to be able to put single blocks on top or bottom.
« Last Edit: July 13, 2007, 02:49:55 AM by Nicole Taylor » Logged
SanjinkaO
Jr. Member
**
Posts: 59



View Profile WWW
« Reply #175 on: July 18, 2007, 05:33:17 AM »

Hi guys,

One of my team members would like to incorporate
DVD presentation into his website.
I remember I've seen a post about it
somewhere but cannot find it.
Is there any HTML code for including
video presentation (same one as on DVD)
into the website?

Thanks in advance,
Sanjinka
Logged
Joel_P
Newbie
*
Posts: 9


Take Action and Don't Quit!


View Profile WWW
« Reply #176 on: July 30, 2007, 03:00:20 AM »

Hi Sanjinka,
Your question was "Is there any HTML code for including
video presentation (same one as on DVD)"

This is a banner HTML code, when you click on the banner it will open your affiliate page to show the dvd movie, copy the following into a web page (insert html):

<object  classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
    width="468" height="60">
    <param name=movie
    value="http://images.website.ws/banners/kvmlm2/468x60_02.swf?

link1=http://www.freedom.ws/username/show_dvd">

    <param name=quality value=high>
    <embed src="http://images.website.ws/banners/kvmlm2/468x60_02.swf?

link1=http://www.freedom.ws/username/show_dvd"

    type="application/x-shockwave-flash" quality="high"
    width="468" height="60"
    pluginspage="http://www.macromedia.com/go/getflashplayer" >
    </embed>
    </object>

username is the username you chose during sign up, remember to change username to your own.
You can choose a variation of Banners, check in your Banners for the list.

Have a great day,

Joel  Smiley
Logged

...Step #1...More details Click HERE
The foundation of your online business is the most important step you will ever make!!...
Don't under-estimate Step #1 !!![/B]
BouchardJ
Newbie
*
Posts: 1


View Profile
« Reply #177 on: October 10, 2007, 08:37:13 PM »

Hi everybody

For some reasons I wanted to do my website with my own tool so I used Microsoft Frontpage to do it.

I showed my site to many of my friends and I realised that those who are  using Mozilla Firefox are unable to see my website properly ( they dont see the graphics I think)

Sorry if my english is not good but for those who understood me, could you help me please to fix this problem...

Thanks in advance
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #178 on: October 11, 2007, 01:00:41 AM »

Hi everybody

For some reasons I wanted to do my website with my own tool so I used Microsoft Frontpage to do it.

I showed my site to many of my friends and I realised that those who are  using Mozilla Firefox are unable to see my website properly ( they dont see the graphics I think)

Sorry if my english is not good but for those who understood me, could you help me please to fix this problem...

Thanks in advance

The reason for this is that Firefox is stricter than the IE when it interprets HTML. Most likely the problem is an error in the html code. Also check the graphic names and make sure they are case sensitive. So MYPicture.gif is not the same a mypictuRE.gif. Frontpage tends to use lowercase image names and if you upload them to a Unix server such as is used by GDI they will not work,
Logged
PenaE
Newbie
*
Posts: 1


View Profile
« Reply #179 on: October 12, 2007, 05:33:37 PM »

Hello everybody. I don't see any tools available in the website builder. How can I link page 1 and page 2 through an image. THX. Huh
Logged
Pages: 1 ... 10 11 [12] 13 14 ... 16
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Copyright © 2024 by Global Domains International, Inc. · All Rights Reserved
701 Palomar Airport Road #300 · Carlsbad, CA 92011 · 760-602-3000