April 26, 2024, 05:04:40 PM *
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 ... 11 12 [13] 14 15 16
  Print  
Author Topic: HTML Questions? Ask Here!  (Read 147998 times)
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #180 on: October 12, 2007, 09:50:25 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


When you are in the sitebuilder edit mode  choose HTML and use the linking tool at the top of the page. (It is a small globe with a chain link under it) or in html mode type <a href="page1.html">Go to my page 1</a>
Logged
Fabio Spezzano
Newbie
*
Posts: 16



View Profile WWW
« Reply #181 on: November 05, 2007, 08:30:57 AM »

hi guys
i have a question
How can i put html code banner or html code test link in the standard template of GDI?
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #182 on: November 05, 2007, 09:11:39 PM »

hi guys
i have a question
How can i put html code banner or html code test link in the standard template of GDI?

In the site builder simply switch over to HTML mode and type in the code!
Logged
JayudomInc.
Newbie
*
Posts: 1


View Profile
« Reply #183 on: November 06, 2007, 07:04:47 PM »

Hello, I'm working on my web site now and it's harder than I expected... 
Can anyone show me how to place "click here" or when you place a cursor on a certain word or pictures you can able to click on it and go into that particular pages.
Does this make sense??
Am I able to do this with sitebuilder 3.0??

Thank you so much.
Logged
Fabio Spezzano
Newbie
*
Posts: 16



View Profile WWW
« Reply #184 on: November 07, 2007, 05:35:30 AM »

ok this i know
but when i put html code in the block, the banner is in blank space of the block
I would have banner in the template
Logged
RobertCoaster
Newbie
*
Posts: 18


Hello From Long Island NY!


View Profile WWW
« Reply #185 on: November 07, 2007, 05:40:21 AM »

Hi,

To make your links live use this command <a href="Your URL Link Here">Click Here</a>
To make images clickable use <a href="You URL Link Here"><img src="Your Image URL Here"></a>

Take care,
Robert
Logged
SharynB
Newbie
*
Posts: 1


View Profile
« Reply #186 on: November 10, 2007, 11:54:38 PM »

Hello,

Hypertext Markup Language (HTML) is the language in which all pages on the Web are written.

Below is a list of basic HTML tags and their descriptions. I hope you all will find this helpful in building your Websites.

<HTML> </HTML> - Identifies the file as an HTML document to the program opening it.

<HEAD> </HEAD> - Identifies the document’s head area, where you can code information about your document, including its title.

<TITLE< </TITLE> - Formats the documents title, which appears in the browser’s title bar.

<BODY> </BODY> - Identifies the document’s body area, which contains the Web page contents that appear in the browser’s window.

<BR> - Adds a line break; does not require a closing tag.

<P> - Adds a blank line before and after the current paragraph; does not require a closing tag.

<CENTER> </CENTER> - Horizontally centers the enclosed text or image.

<U> </U> - Adds underline format to text.

<STRONG> </STRONG> - Adds bold format to text. NOTE: Do not use the <B> </B> tags for bold because not all browsers will interpret.

<EM> </EM> - Adds italic format to text. NOTE: Do not use the <I> </I> tags for italic because not all browsers will interpret.

For highlighting text, you would use the following tags:

<span style="background-color: #FFFF00">Your Text Goes Here</span>

The #FFFF00 you see above is the value for yellow. To view all HTML color names see http://webmonkey.wired.com/webmonkey/reference/color_codes

<A> </A> - Marks the beginning and end of a hypertext link.

<A HREF="URL

Example: <A HREF="http://www.mywebsite.ws">Click Here</A>

To open your Website in a different window use the following:

<A HREF="http://www.yourwebsite.ws" TARGET="_blank">Click Here</A>

<IMG> - Used to insert an inline image in the document.

<IMG SRC="Document - The source of the inline image

<IMG BORDER="Value – The size of the border around the image, in pixels.

<IMG HEIGHT="Value – The height of the image in pixels.

<IMG WIDTH="Value – The width of the image in pixels.

<IMG HSPACE="Value – The amount of space to the left and right of the image, in pixels.

<IMG VSPACE="Value – The amount of space above and below the image, in pixels.

Example: <IMG SRC="image.jpg" Width=200 Height=60>

<FONT> </FONT> - Used to control the appearance of the text it encloses.

<FONT COLOR="Color – The color of the enclosed text.

<FONT SIZE="Value – Size of the font on a seven point scale. (1 is smallest, 7 is largest). Specifying SIZE=5 sets the font size to size 5 on the scale.

Example: <FONT COLOR="#FF0000" SIZE=3 FONT=Times New Roman>Global Domains International</FONT>

Nicole

HTML Second Edition, Reding/Vodnik 2001

Hi Nicole,

I am wanting a website something like yours, how do I do it.? 
Logged
KeithWorboys
Newbie
*
Posts: 5


Loose the shades


View Profile
« Reply #187 on: November 22, 2007, 08:04:37 AM »

Hi y all,

Hopefully somebody can answer this and the answer can remain here for the aid of many.

Google have given a code that needs to be added to my site between the two >head< section of the HTML ?

Please.  How can i edit this section as the only time i can find it is when i right click on the title and then click view source ?

Is it at all possible to insert the google code into the >head< section with site builder when using windows xp sp2.   Huh

ps. I have tried inserting it in meta tags, description, keyword and just about everywhere else with no joy.  You could say that i am loosing my head, but i have to find it first, he he   Cheesy



Logged

Hi ya all.
40 something going on 21. Cant grow up, (dont want to). Life's to short and so are the weekends
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #188 on: November 23, 2007, 04:39:20 AM »

Hi y all,

Hopefully somebody can answer this and the answer can remain here for the aid of many.

Google have given a code that needs to be added to my site between the two >head< section of the HTML ?

Please.  How can i edit this section as the only time i can find it is when i right click on the title and then click view source ?

Is it at all possible to insert the google code into the >head< section with site builder when using windows xp sp2.   Huh

ps. I have tried inserting it in meta tags, description, keyword and just about everywhere else with no joy.  You could say that i am loosing my head, but i have to find it first, he he   Cheesy


Yes - the workaround is add the following at the very END of the site builder form that takes the meta description


><Whatever the Google Meta Tag is 

You must start it with >< and there must be NO > at the end
You can add as many header tags as you like in this way
Logged
K Dozsane Nagymajtenyi
Newbie
*
Posts: 1


View Profile
« Reply #189 on: November 25, 2007, 07:53:03 PM »

Hi!

I have same problem, cannot place the Google meta tag in website builder, tried into meta description, no success, please help
Logged
RodB
Hero Member
*****
Posts: 695



View Profile WWW
« Reply #190 on: November 25, 2007, 08:00:28 PM »

Hi!

I have same problem, cannot place the Google meta tag in website builder, tried into meta description, no success, please help

Hi

In the description meta tag box
type the following after your description.


><meta name="verify-v1" content="FbiPSd0VuRkMvrjTd2XZfs9F8+h6pEKRdcaalUHHvZg=" /

So for example if the description was This is my new GDI site

The following should go in the description box

This is my new GDI site><meta name="verify-v1" content="FbiPSd0VuRkMvrjTd2XZfs9F8+h6pEKRdcaalUHHvZg=" /
Logged
William Bauwens
Newbie
*
Posts: 1


View Profile
« Reply #191 on: January 06, 2008, 06:31:23 AM »

Hi all, greetings from belgium Wink
what am i doing wrong i put this code into sitebuilder but it won't work
<HTML>
<HEAD>
<TITLE>http://williambauwens.ws/page3.html</TITLE>
</HEAD>
<BODY>
<script language="JavaScript" src="http://www.mypowermall.com/Biz/Home/5236">
</script>
</BODY>
</HTML>

I want to put this page on my website but i can't do it something is wrong please help
best wishes for a gr8 NewYear
 belgianbill  Kiss
 www.williambauwens.ws
 Online shopping revolution

Logged
Richard Glover
Newbie
*
Posts: 3


View Profile
« Reply #192 on: January 24, 2008, 03:58:16 AM »

say if i was promoting my power mall and i wanted page 2 to be my online mall page how would i do that
Logged
GerardoCollazo
Newbie
*
Posts: 1


View Profile
« Reply #193 on: January 27, 2008, 10:04:10 AM »

Hi, I have tried to insert a html Event Attributes on my page. In edit content have design, html code and preview. In preview accepts all Event Attributes but when submit information in the my page appears in the Status Bar Error on Page. It is a system of voting. We have created for our site. This is the code that you want to insert.  www.campanas.ws http:// Thanks

<script>
function goupone(){
var a=document.Vote.sky.value;
bi=parseInt(a);
bi=bi+1;
document.Vote.sky.value=bi;
}
</script>
</head>

<table border="1"
cellpadding="5" align="center">
<tr>
      <td align="center"><form name="Vote"  action="Same;onclick "target="_self">
      <input type="text" value="0" name="sky" Size = "5" readonly="true" style="background-color: #ffff99; color: #ff0000; font size:30 align: left " ><br>
      <input type="button" value="         Vota Aquí / Vote Here         "  Size="200"  style="background-color: #009999; color: #0000cc;" onClick="goupone();this.style.display='none';">
      </form></td>
      </tr>
      </table>
Logged
TiongC
Newbie
*
Posts: 3


View Profile
« Reply #194 on: January 31, 2008, 07:50:41 PM »

dear all,

i need some help here,

i got a website with the html coding,

but when i publish it, i find out there are 1 problem.

i put some advertisement on the website to earn additional income, but i found out most of the time when i open the page, there are some error and the advertisement is not shown.

can anyone tell me what is the error with my html?

my web page is www.globmex.ws
Logged
Pages: 1 ... 11 12 [13] 14 15 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