Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming > HTML
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11-13-2007, 11:02 PM   #1
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default what did i do wrong

OK, I went to one of those generated nav bars thingys online, I place the code on my site and the screan shows up black could anyone help me, below is the code I have.

<html>

<head>
<title></title>

<body bgcolor="#000000" text="#FFFFFF" alink="#CC6600" vlink="#FF9900">





<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=125 HEIGHT=259>
<PARAM NAME=movie VALUE="pod.swf?tarframe=_self&exbackground=FF99000 &makenavfield0=HOME&makenavurl0=#&makenavfield1=NE WSBOARD&makenavurl1=#&makenavfield2=BABES&makenavu rl2=#&makenavfield3=FORUM&makenavurl3=#&makenavfie ld4=ENTERTAINMENT&makenavurl4=#&makenavfield5=STAF F&makenavurl5=#&makenavfield6=STREAM&makenavurl6=# ">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>

<EMBED src="pod.swf?tarframe=_self&exbackground=FF99000&m akenavfield0=HOME&makenavurl0=#&makenavfield1=NEWS BOARD&makenavurl1=#&makenavfield2=BABES&makenavurl 2=#&makenavfield3=DISCUSSION BOARD&makenavurl3=#&makenavfield4=ENTERTAINMENT&ma kenavurl4=#&makenavfield5=STAFF&makenavurl5=#&make navfield6=STREAM&makenavurl6=#" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=125 HEIGHT=259 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>

</OBJECT>

<a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>

<script language = "javascript">
<!--
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;}
//-->
</script>







</head>

</body>
</html>

heres the link: http://prowrestlingnow.com/website/index.html
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 11-13-2007, 11:08 PM   #2
UnKnown
Tellin' it like it is!!
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,082
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: what did i do wrong

<html>

<head>
<title></title>

<body bgcolor="#FF9900" text="#FFFFFF" alink="#CC6600" vlink="#FF9900">





<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=125 HEIGHT=259>
<PARAM NAME=movie VALUE="pod.swf?tarframe=_self&exbackground=FF99000 &makenavfield0=HOME&makenavurl0=#&makenavfield1=NE WSBOARD&makenavurl1=#&makenavfield2=BABES&makenavu rl2=#&makenavfield3=FORUM&makenavurl3=#&makenavfie ld4=ENTERTAINMENT&makenavurl4=#&makenavfield5=STAF F&makenavurl5=#&makenavfield6=STREAM&makenavurl6=# ">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>

<EMBED src="pod.swf?tarframe=_self&exbackground=FF99000&m akenavfield0=HOME&makenavurl0=#&makenavfield1=NEWS BOARD&makenavurl1=#&makenavfield2=BABES&makenavurl 2=#&makenavfield3=DISCUSSION BOARD&makenavurl3=#&makenavfield4=ENTERTAINMENT&ma kenavurl4=#&makenavfield5=STAFF&makenavurl5=#&make navfield6=STREAM&makenavurl6=#" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=125 HEIGHT=259 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>

</OBJECT>

<a href="http://www.guistuff.com/"><img border="0" src="http://www.guistuff.com/images/11dot.gif" width="1" height="1"></a>

<script language = "javascript">
<!--
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;}
//-->
</script>







</head>

</body>
</html>


there is looks bettter orange

I nevr seen anything ike it
UnKnown is offline  
Old 11-13-2007, 11:21 PM   #3
UnKnown
Tellin' it like it is!!
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,082
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: what did i do wrong

http://image1hosting.com/t.html
UnKnown is offline  
Old 11-13-2007, 11:32 PM   #4
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: what did i do wrong

still didn't work.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 11-13-2007, 11:33 PM   #5
UnKnown
Tellin' it like it is!!
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,082
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: what did i do wrong

http://image1hosting.com/t.html

that link dont work?
UnKnown is offline  
Old 11-13-2007, 11:39 PM   #6
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: what did i do wrong

All that I'm getting is a block for FireFox. the link works but not the nav bar.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 11-13-2007, 11:43 PM   #7
UnKnown
Tellin' it like it is!!
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,082
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: what did i do wrong

Is this what is suppose to look like?
Attached Images
File Type: jpg Untitled.jpg (76.6 KB, 5 views)
UnKnown is offline  
Old 11-13-2007, 11:50 PM   #8
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: what did i do wrong

No, I guess that genirater was a hoax, and didnt work"(
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 11-13-2007, 11:55 PM   #9
UnKnown
Tellin' it like it is!!
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,082
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: what did i do wrong

Its nasty dude look at it
UnKnown is offline  
Old 11-14-2007, 12:19 AM   #10
wwe9112
Member
 
wwe9112's Avatar
 
Join Date: Sep 2007
Posts: 120
wwe9112 is on a distinguished road
Default Re: what did i do wrong

I saw lol. thanks for da help anyway.
__________________
Please read and adhere to the signature link policy. Thank you.
wwe9112 is offline  
Old 11-27-2007, 02:12 PM   #11
dreamcom
Newcomer
 
dreamcom's Avatar
 
Join Date: Nov 2007
Posts: 5
dreamcom is on a distinguished road
Default Re: what did i do wrong

Quote:
Originally Posted by wwe9112 View Post
All that I'm getting is a block for FireFox. the link works but not the nav bar.

Rofl, haven't you tought about chaning your browser?

_____
http://www.dreamcom.co.cc/
dreamcom is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can anybody tell me what i'm doing wrong Jax Marketing and Promotion 8 07-21-2007 02:11 PM
what am I doing wrong? planetabaja Google 10 11-30-2006 10:54 AM
What Am I Doing Wrong? Zack PHP 3 11-06-2006 09:51 PM
Am I wrong? jumpenjuhosaphat Marketing and Promotion 7 07-06-2006 02:55 AM


All times are GMT. The time now is 05:38 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.