There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
HTML, I need help!..!


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
cnelson04's Avatar
Senior Member with 898 posts.
 
Join Date: Dec 2003
24-Feb-2004, 03:31 PM #1
Arrow HTML, I need help!..!
Ok, i am haveing a probleum with sometihg on my gameing site, i want to have sometihg centered and it goes in the center but then my navagation bar, witch i want on the right of the page also goes to the center, i do not want it in the center i want it at the right of the page, ok, here is the code;


"""""<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<center><font face="BankGothic MD BT"<font color="white"><font size="5">P.C Cheats, Hints, And Guides!
</center></font color></font size></font face>

<center><font face="arial"><font color="red"><A HREF="http://www.freewebs.com/pcad">A-D</A></font face></font color></cneter>******this is in the center********

<head><style>
.menulines{ ***i want this to saty at the right but it does'nt??**
border:2.5px solid #F0F0F0;
}

.menulines a{
text-decoration:none;
color:white;
}
</style>

<script language="JavaScript1.2">

//3-state Highlight menu effect script: By Dynamicdrive.com
//For full source, Terms of service, and 100s DTHML scripts
//Visit http://www.dynamicdrive.com

function over_effect(e,state){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target
if (source4.className=="menulines")
source4.style.borderStyle=state
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines")
source4.style.borderStyle=state
}
}
}

</script>
<title>Gameing Net. for all your gameing needs!</title>
</head>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="#ffffff"
VLINK="#ffffff" ALINK="#0080ff">
<table border="0" width="200" cellspacing="0" cellpadding="0" onMouseover="over_effect(event,'outset')" onMouseout="over_effect(event,'solid')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')" style="background-color:#000000">

<tr><td width="100%" bgcolor="#000000"><font face="BankGothic MD BT" size="3"><b>Platform</b></font></td></tr>

<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/ps2.html">Ps2</a></font></td></tr>

<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/pc.html">P.C</a> </font></td></tr>

<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://freewarejava.com/cgi-bin/Ultimate.cgi">X-Box</a> </font></td></tr>

<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/gamecube.html">GameCube</a></font></td></tr>

<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/n64.html">N-64</a> </font></td></tr>

</table>


</body>
<table onMouseover="over_effect(event,'outset')" onMouseout="over_effect(event,'solid')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')" style="background-color:#000000">
</html>""""



Thankz for any help
__________________
Help me, out visit my site! Vision Studios
-Cnelson. Founder and Admin of Vision Studios.
www.visionstudios.be, graphics, tutorials, php, html, css. we help you!
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
25-Feb-2004, 12:47 AM #2
I see one spelling mistake.

Find this out and correct it
</cneter>******this is in the center********

cneter. It should read center. See if it corrects the problem or aggravates it.
cnelson04's Avatar
Senior Member with 898 posts.
 
Join Date: Dec 2003
26-Feb-2004, 03:18 PM #3
oh, thankz, and i got it fixed so, you can close this thread if you want. Thankz
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
27-Feb-2004, 12:27 AM #4
Just report that this problem is solved. There is a link on the right to the grey window. Some admin will mark this thread as solved and close it.
THFS's Avatar
Senior Member with 253 posts.
 
Join Date: Feb 2004
Location: Queensland, Australia
Experience: Intermediate
27-Feb-2004, 06:29 AM #5
Also, whenever you close font tags it's not font face, font color etc., it's just </font>.
AbvAvgUser's Avatar
Distinguished Member with 2,313 posts.
 
Join Date: Oct 2002
Location: Mumbai, India
Experience: Intermediate
28-Feb-2004, 04:34 AM #6
I noticed it THFS but didn't say anything at that time cause even this way it works.

cnelson04, there is no need to keep so many font tags. You can keep one font tag and specify each attribute e.g. < font face="Arial" size=2 color=#000080 >. Then you need to close only one tag like < /font >
__________________
Domains, web hosting, websites
Corrosive's Avatar
Senior Member with 1,074 posts.
 
Join Date: Jan 2003
Location: Scotland
28-Feb-2004, 08:23 AM #7
Or, even better, use CSS to define your fonts. You have already demonstrated some knowledge of it in defining heights and widths in the <HEAD> part of the document.

http://hotwired.lycos.com/webmonkey/...lesheet_guide/
Reply


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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 02:18 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.