April 16, 2024, 12:55:44 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 ... 3 4 [5] 6 7 ... 16
  Print  
Author Topic: HTML Questions? Ask Here!  (Read 147584 times)
DebraM
Newbie
*
Posts: 5


View Profile
« Reply #60 on: April 02, 2006, 10:17:41 AM »

Okay.  I figured out the centering part (accidentally, but it works).  But I still can't get rid of all the space under the picture.
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #61 on: April 04, 2006, 01:43:46 AM »

Hi DebraM

I suspect the problem is that the footer component needs to be deleted. I have no idea what the code looks like - can you give us a URL to look at and I am sure it can be fixed.
Logged
JacobA
Newbie
*
Posts: 2


View Profile
« Reply #62 on: April 12, 2006, 09:12:08 PM »

Can someone tell me how I can put my own http codes on my web site builder because it seems to not work.
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #63 on: April 12, 2006, 10:17:49 PM »

You have to be in html mode to do this. There is a tab at the bottom of the editor to do this.
Logged
ArielCarpenter
Newbie
*
Posts: 2


View Profile
« Reply #64 on: April 18, 2006, 10:07:34 AM »

Hello,

Please use this section to post all HTML questions. Before submitting, read through the posts to make sure your question hasn't already been answered.

Thank you,

Nicole

I am not new to HTML, but I am new to WS and it's website builder.  I was going to insert an image from my gallery inbetween some text I had written, but it seems to only let me insert it Under the text and not anywhere on the page I choose.  I know the <img src> tag, but how would I direct that tag to open my image?  Do I have to host the image on a totally different site?  Or is there a link to the images I upload into my gallery!?
Also, in the HTML tab, I hate that it doesn't WORD WRAP!  I have to keep scrolling down and then scrolling over to see all my words.  Is there a way to fix it, or do I just have to deal with it?

Thanks, I love this forum!
Ariel
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #65 on: April 18, 2006, 11:23:59 PM »

Hi, You must be able to insert an image anywhere you like in the HTML editor. The problem sounds to me like you are not using the align attribute  of imge src. This would casue the problem you are describing.

the align attribute values are  ALIGN=top|middle|bottom|left|right

Sorry I am unable to help on the scrolling issue
Logged
Lanny C
Newbie
*
Posts: 2


View Profile
« Reply #66 on: April 19, 2006, 09:54:51 AM »

For those who want to download your web sites and then rework then in HTML or WYSIWYG formats. Use NVU

http://www.nvu.com/download.html

Download to your desk top. Install program. You then copy your URL of your web page and in file "open web location" and paste the URL . Up pops your web page for editing. Save it to your desired created folder then upload it back using it or your own FTP.

It is also free. Great price.

I have been using it for about 4 years and it has a lot to offer in tables and clean up, tags, and more.

HeyLanny
« Last Edit: April 19, 2006, 09:55:50 AM by Nicole Taylor » Logged
DianaMoura
Newbie
*
Posts: 2


View Profile
« Reply #67 on: April 28, 2006, 11:01:42 AM »

How do you put in the GDI calculator on a Web page?

Answer submitted by RodB.

This is a bit complex. You need to put GDI's PopupCalc script in the top of the HTML of your page or a link to an offpage javascript .js page containing the script. Technically an offpage script is better and far more elegant.

Then code like this should do it:-
<a title="Income Calculator" href="javascriptopupCalc('http://website.ws/kvmlm2/st_calculator.dhtml', '', '');"><img height="100" src="http://images.website.ws/kvmlm2/images/calc_small.gif" width="110" border="0">

hi!
thanks this is great help and the calculator already apears on my page but when i click it say's page not found  Huh
does it take time to work or did i do something wrong?

thanks
Logged
JQuisumbing
Newbie
*
Posts: 12


View Profile
« Reply #68 on: May 07, 2006, 09:47:24 PM »

hi... Grin

i'm not much into html... how can i get a visitor counter in my site?

johann
Logged
DanielKer
Newbie
*
Posts: 8



View Profile WWW
« Reply #69 on: May 14, 2006, 08:41:33 AM »

hi all,

It had being 4 months since i join GDI haha i still have no downlines but i am beginning to get some traffice to my website.. my website is www.home-base-business-opportunity.ws and recently someone told me to build a list instead of building a downline and he suggested to me that using a pop over or a pop in might be pretty useful.

Anyone know how to do that can teach me?

From Daniel
Living in Singapore
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #70 on: May 14, 2006, 11:43:42 PM »

hi... Grin

i'm not much into html... how can i get a visitor counter in my site?

johann

Try http://www.extreme-dm.com/tracking/ or www.freestatscounter.com/free-counter.asp
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #71 on: May 14, 2006, 11:50:13 PM »

hi all,

It had being 4 months since i join GDI haha i still have no downlines but i am beginning to get some traffice to my website.. my website is www.home-base-business-opportunity.ws and recently someone told me to build a list instead of building a downline and he suggested to me that using a pop over or a pop in might be pretty useful.

Anyone know how to do that can teach me?

From Daniel
Living in Singapore

Put this just before the </head> tag on your page.
Of course you must change http://yahoo.com to whatever page you want to display in the popunder.

<script>

//specify page to pop-under
var popunder="http://yahoo.com"

//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"

//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0

///No editing beyond here required/////

function get_cookie(Name) {
  var search = Name + "="
  var returnvalue = "";
  if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
      offset += search.length
      // set index of beginning of value
      end = document.cookie.indexOf(";", offset);
      // set index of end of cookie value
      if (end == -1)
         end = document.cookie.length;
      returnvalue=unescape(document.cookie.substring(offset, end))
      }
   }
  return returnvalue;
}

function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}

function loadpopunder(){
win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()
}

if (once_per_session==0)
loadpopunder()
else
loadornot()

</script>
Logged
BrendaSue
Newbie
*
Posts: 19


View Profile
« Reply #72 on: May 18, 2006, 09:07:50 AM »

I am trying to insert a code and it tells me to place it between the 2 head tags. When I try to look for the head tags, I can't find them (I click on each section on my page and look at the html code, but I can't find it). Im also trying to put Instant Buzz on there, the little box doesn't x off-I suspect it's because I didn't place it where I was supposed to. So, when someone tells us to place something between the head tags, where EXACTLY do we find the tag on the page (remember I have a lot of different sections to my page).

Thanks so much.
Brenda Sue
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #73 on: May 19, 2006, 01:34:35 AM »

An html page is made of a header section enclosed between <head></head> tags
and a body section enclosed between <body></body> tags

Generally extraneous stuff goes just before the </head>tag
You should be able to see the head tags from the html tag
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #74 on: May 19, 2006, 09:42:47 AM »

I looked at this some more.

One way to add stuff to the header tags is to go to the Additional Page properties for the page in the editor

in the description box at the bottom type the following after your description

><script language=javascript>myscript.js</script

This would add a javascript

or

><META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.yahoo.com/"

would add a redirect

pay attention to the >< tags in the above code it must start with >< and have no closing > tag
Logged
Pages: 1 ... 3 4 [5] 6 7 ... 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