Jump to content

Website NOOOOOOOOB! help me :P

Gilbernata
Go to solution Solved by WanderingFool,

By the looks of things, you are not closing contenttext div containers.

 

e.g.

<div class="innerBox">		<div class="contentText"><p>-If you are prompted to run Java click "Run this time". A dialogue box will appear, click "I accept" Click "Run". <br>    -It may take a few minutes to load, please be patient. </p></div><hr color="blue">

The </div> was the change I made (added it)

The closing tag will means that the rest of the content won't be nested together....just repeat the solution on the other contenttext containers you have and I believe you should be good

Im doing something wrong! I Know! I need help! All my Java applets keep consistently moving farther to the right side of my web page as you scroll down! I dont know how to fix this! D: here is the link to the website https://dl.dropboxusercontent.com/u/254937046/anoceanofsky/index.html Its in dropbox because i do not want to buy a domain and get hosting until im finished with the code.

 

here is the code for my index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link rel="stylesheet" type="text/css" href="anoceanofsky.css" /><title>PC_Chat!</title></head><body>    <div id="page">        <div class="topNaviagationLink"><a href="index.html">Home</a></div>        <div class="topNaviagationLink"><a href="aboutus.html">About us</a></div>        <div class="topNaviagationLink"><a href="Build Logs.html">Build Logs</a></div>        <div class="topNaviagationLink"><a href="index.html">Services</a></div>	    <div class="topNaviagationLink"><a href="index.html">Contact</a></div>	</div>    <div id="mainPicture">    	<div class="picture">        	<div id="headerTitle">PC Technologies Chat!</div>            <div id="headerSubtext">Only PC Related Topics. DIY, Modding, Help, and Tech Related Issues!</div>        </div>    </div>        <div class="contentBox">    	<div class="innerBox">		<div class="contentText"><p>-If you are prompted to run Java click "Run this time". A dialogue box will appear, click "I accept" Click "Run". <br>    -It may take a few minutes to load, please be patient. </p><hr color="blue">        	<div class="contentTitle">PC Help And Support Chat</div>          <div class="contentText"><p>Please feel free to ask a tech question here! Please only answer questions with legitimate answers. </p><br />             <PARAM NAME="" VALUE=""><APPLET code=main.class height=450 width=600   archive=gmorkirc40.jar codebase="http://javachat.krey.net"><PARAM NAME="channel" VALUE="#channel"><PARAM NAME="server" VALUE="javachat.krey.net"></APPLET>		<hr color="blue">         <div class="contentTitle">DIY And Products Questions/Answers</div>        <div class="contentText"><p>Feel free to ask questions about building a computer here! Please only answer questions with legitimate answers. </p><br />         <APPLET code=main.class height=450 width=600   archive=gmorkirc40.jar codebase="http://javachat.krey.net"><PARAM NAME="channel" VALUE="#channel"><PARAM NAME="server" VALUE="javachat.krey.net"></APPLET><hr color="blue">   </APPLET>		<hr color="blue">         <div class="contentTitle">Modding Questions and Discussions</div>        <div class="contentText"><p>Feel free to discuss Case and Component Modding here! Please only answer questions with legitimate answers. </p><br />         <APPLET code=main.class height=450 width=600   archive=gmorkirc40.jar codebase="http://javachat.krey.net"><PARAM NAME="channel" VALUE="#channel"><PARAM NAME="server" VALUE="javachat.krey.net"></APPLET><hr color="blue"> 	</APPLET>		<hr color="blue">         <div class="contentTitle">Other topics?</div>        <div class="contentText"><p>Feel free to talk about other computer related topics here! </p><br />         <APPLET code=main.class height=450 width=600   archive=gmorkirc40.jar codebase="http://javachat.krey.net"><PARAM NAME="channel" VALUE="#channel"><PARAM NAME="server" VALUE="javachat.krey.net"></APPLET><hr color="blue"> 	<br>	2014_PC_Technologies_Chat <hr color="orange" width="500"> https://dl.dropboxusercontent.com/u/254937046/anoceanofsky/index.html		</div></div></body></html>

Its a mess, ik that, im a noob so take it easy on me :P

all i want to know is how to stop my java applets from moving to the right as i go down the page..

GILBERNATA

"They will suck your energy from you -- the energy you call money and will put it to evil ends giving you worthless dross in return, Your inner self will protect you from this."

Link to comment
Share on other sites

Link to post
Share on other sites

Your semantics are completely wrong. Rewrite your code and use the correct tags. It will be easier to debug.

Link to comment
Share on other sites

Link to post
Share on other sites

Your semantics are completely wrong. Rewrite your code and use the correct tags. It will be easier to debug.

yea thats the thing :P this is my first website, idk what im doing!

GILBERNATA

"They will suck your energy from you -- the energy you call money and will put it to evil ends giving you worthless dross in return, Your inner self will protect you from this."

Link to comment
Share on other sites

Link to post
Share on other sites

im trying to learn! :D

GILBERNATA

"They will suck your energy from you -- the energy you call money and will put it to evil ends giving you worthless dross in return, Your inner self will protect you from this."

Link to comment
Share on other sites

Link to post
Share on other sites

By the looks of things, you are not closing contenttext div containers.

 

e.g.

<div class="innerBox">		<div class="contentText"><p>-If you are prompted to run Java click "Run this time". A dialogue box will appear, click "I accept" Click "Run". <br>    -It may take a few minutes to load, please be patient. </p></div><hr color="blue">

The </div> was the change I made (added it)

The closing tag will means that the rest of the content won't be nested together....just repeat the solution on the other contenttext containers you have and I believe you should be good

0b10111010 10101101 11110000 00001101

Link to comment
Share on other sites

Link to post
Share on other sites

you should use dreamweaver that program is very easy to use and it will mark all errors you have on your code.

Link to comment
Share on other sites

Link to post
Share on other sites

By the looks of things, you are not closing contenttext div containers.

 

e.g.

<div class="innerBox">		<div class="contentText"><p>-If you are prompted to run Java click "Run this time". A dialogue box will appear, click "I accept" Click "Run". <br>    -It may take a few minutes to load, please be patient. </p></div><hr color="blue">

The </div> was the change I made (added it)

The closing tag will means that the rest of the content won't be nested together....just repeat the solution on the other contenttext containers you have and I believe you should be good

I second this.

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×