RodB
|
|
« Reply #90 on: August 26, 2006, 11:22:20 PM » |
|
In the html mode this is entirely possible. To set the background use the "bgcolor" attribute you can also use a background color or image in the <body> tag which works for the whole page. eg <body bgcolor="#E5FOB8" text="#000000" alink="#FF0000" vlink="#FF00FF" link="#0000FF">. bgcolor also works in individual components of a table or the whole table so you can get color blocks.
Images can be placed anywhere you like in the page and can be aligned anywhere. Research the tag : <img src="">
|
|
|
Logged
|
|
|
|
EPineda
Newbie
Posts: 4
|
|
« Reply #91 on: August 27, 2006, 11:39:41 PM » |
|
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
How can I put the "ticket movie" in my own website?... I try to copy and paste the "html code from the view code" but it is not working... !! Thanks in advance
|
|
|
Logged
|
|
|
|
RodB
|
|
« Reply #92 on: August 27, 2006, 11:41:28 PM » |
|
You must be in the HTML mode of the editor which you can select at the bottom of the page in the editor.
|
|
|
Logged
|
|
|
|
TerriNorvell
|
|
« Reply #93 on: September 30, 2006, 06:47:41 AM » |
|
Hi all, Wow, I'm having Fun with GDI But SiteBuilder has me stumped as to Why I Can't see my Banner after I've pasted the code. It's in HTML mode at the bottom to the page, and when I Preview, I still see only code. This has got to be something simple, I Hope!!
|
|
|
Logged
|
Terri
|
|
|
RodB
|
|
« Reply #94 on: October 02, 2006, 03:38:55 AM » |
|
Hi all, Wow, I'm having Fun with GDI But SiteBuilder has me stumped as to Why I Can't see my Banner after I've pasted the code. It's in HTML mode at the bottom to the page, and when I Preview, I still see only code. This has got to be something simple, I Hope!! Which preview are you looking at the one in the site builder or the one in the HTML editor?
|
|
|
Logged
|
|
|
|
NeilB
Newbie
Posts: 2
|
|
« Reply #95 on: October 21, 2006, 05:07:45 AM » |
|
To verify your status on google you have to add meta tag in sites first <head> section before first <body> section. Can we do this with the templates we choose from , if not could we upload our own templates? thanks Neil.
|
|
|
Logged
|
|
|
|
Karin ShirleyR
Newbie
Posts: 2
|
|
« Reply #96 on: November 09, 2006, 04:40:14 AM » |
|
hi my name is karin if someone has the html code of the banner of the video in spanish version please send me i totally loss
|
|
|
Logged
|
|
|
|
Frederick Jaeger
Newbie
Posts: 3
|
|
« Reply #97 on: November 09, 2006, 02:35:29 PM » |
|
Hi, this is my first visit here and I apologize if I'm not following the proper thread to ask a new question. I couldn't find a place that says ask your question. Here is my problem and question. I have copied and pasted the below code for a banner from one of my affiliate sites.But after its submitted all that shows on the web page is the code. I'm sure it mus need some doctoring up to make it work, but I am lost as I dont know HTML. Can anybody please help? Here is the code: <EMBED src= " http://offerserve.com/clients/us15/flash/plaf_e_1.swf" width="250" height="250" FlashVars="clickTAG=http://us.offerforge.com/ez/aoakrpwtto/" > <img src=' http://us.offerforge.com/42/3801/6223' border='0' /> I have pasted it into the edit area that says it is for HTML and banners and images. I have also uploaded the image into the gallery...but just dont know how to connect the image into the code and what if anything needs to be done to make it all work so that I just dont see the plain printed code on my page. Any help would be appreciated. Sincerely, Frederick Jaeger AKA: RavenMoon
|
|
|
Logged
|
|
|
|
Dave H
|
|
« Reply #98 on: November 11, 2006, 02:44:45 AM » |
|
Here is my problem and question. I have copied and pasted the below code for a banner from one of my affiliate sites.But after its submitted all that shows on the web page is the code. I'm sure it mus need some doctoring up to make it work, but I am lost as I dont know HTML. Can anybody please help? Here is the code: <EMBED src= " http://offerserve.com/clients/us15/flash/plaf_e_1.swf" width="250" height="250" FlashVars="clickTAG=http://us.offerforge.com/ez/aoakrpwtto/" > <img src=' http://us.offerforge.com/42/3801/6223' border='0' /> Hi Frederick, IMHO I have only used straight forward banners, but you should just need the link for the site URL that the banner is directing to, and the image source. ie: <a href=" http://www.nameofsitegoeshere.com" target="_blank"><img src=" http://www.nameofsitegoeshere.com.banner/gif" width="468" height="60" border="0"></a> Or what I have done on this part of my site, http://www.travelezi.ws/page2.html is whilst in design mode, upload the image of the ferrari from the gallery, hold left mouse down over the image to highlight it, go to Edit/Insert Hyperlink, a box appears where you can put the link to the website that you want the image to link to. Once you have done that you can go back into HTML mode and include the target="_blank" as above, (when banner is clicked will open a new window) and also include the border="0", in the image source. Hope this helps All the best Dave
|
|
|
Logged
|
"I never ran 1000 miles. I could never have done that. I ran one mile 1000 times." - Stu Mittleman, World Record Holder for Ultra-Distance running.
|
|
|
Frederick Jaeger
Newbie
Posts: 3
|
|
« Reply #99 on: November 14, 2006, 09:06:28 AM » |
|
Hello Dave,
Thanks for your help and suggestions. My problem was resolved.
Always best wishes to you, Frederick
|
|
|
Logged
|
|
|
|
StevenHalstead
Newbie
Posts: 1
|
|
« Reply #100 on: November 15, 2006, 04:17:52 AM » |
|
i just need some help on trying to get started on making a web page, just like most of these people today the only things they know how to do is with a helping hand, so i am asking for some help. i need to get some things started to of course get the attention of the wounderful people that need to learn about this gdi network. so if some one can, write me back and let me know how to get started cause i have no clue even where to start. thanks steven Hals...
|
|
|
Logged
|
|
|
|
RodB
|
|
« Reply #101 on: November 16, 2006, 01:10:53 AM » |
|
i just need some help on trying to get started on making a web page, just like most of these people today the only things they know how to do is with a helping hand, so i am asking for some help. i need to get some things started to of course get the attention of the wounderful people that need to learn about this gdi network. so if some one can, write me back and let me know how to get started cause i have no clue even where to start. thanks steven Hals... Hi Steven, There are comprehensive instructions at http://www.gdi-made-easy.ws/SiteBuilder.html
|
|
|
Logged
|
|
|
|
Robert U
Newbie
Posts: 1
|
|
« Reply #102 on: November 20, 2006, 08:34:18 PM » |
|
If so how do I access my website with FrontPage?
|
|
|
Logged
|
|
|
|
RodB
|
|
« Reply #103 on: November 20, 2006, 08:36:58 PM » |
|
If so how do I access my website with FrontPage?
GDI sites can be built with any HTML editor including FrontPage. If you use an editor you must choose the hosting option not the site builder option. You would access your site with Frontpages built in FTP facility.
|
|
|
Logged
|
|
|
|
WJason
Newbie
Posts: 1
|
|
« Reply #104 on: December 11, 2006, 08:59:29 PM » |
|
ON a trail period now. How do I have people link DIRECTLY to the movie through my site like others do? Also, I've noticed other buttons that aren't included in the banners section. Any help? Thanks! Jay
|
|
|
Logged
|
|
|
|
|