Jump to content

We need some going to have to see some code in order to help.

 

Spoiler

I remember this site from a while back. Hi.

 

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/639053-webpage-is-bugged/#findComment-8242242
Share on other sites

Link to post
Share on other sites

6 minutes ago, ShenaniganCoder said:

I need some help with fixing my webpage. It is very bugged and it looks horrific. The picture is what my webpage looks like and this the link to what it is supposed to look like.

http://www.brucetelecom.com/? Except my page isn't going to have the slideshow.

untitled.png

It works fine for me.

CPU: AMD Ryzen 5 5600X | CPU Cooler: Stock AMD Cooler | Motherboard: Asus ROG STRIX B550-F GAMING (WI-FI) | RAM: Corsair Vengeance LPX 32 GB (4x 8 GB) DDR4-3000 CL16 | GPU: Nvidia GTX 1060 6GB Zotac Mini | Case: K280 Case | PSU: Cooler Master B600 Power supply | SSD: 1TB  | HDDs: 1x 250GB & 1x 1TB WD Blue | Monitor: 24" Acer S240HLBID | OS: Win 11 Pro.

 

Home Lab:  Lenovo ThinkCenter M82 Hyper-V Server 2022 | Dell OptiPlex 9020 Hyper-V Server 2022 | TP-LINK TL-SG108E | Cisco Catalyst C2960CG 8 Port Switch | HP MicroServer G8 SCCM Server | 2x Dell PowerEdge R630 Hyper-V Server 2022

 

 

Link to comment
https://linustechtips.com/topic/639053-webpage-is-bugged/#findComment-8242246
Share on other sites

Link to post
Share on other sites

4 minutes ago, vorticalbox said:

We need some going to have to see some code in order to help.

 

  Hide contents

I remember this site from a while back. Hi.

 

<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8" />
	<title>Homepage</title>
	<link rel="stylesheet" href="homepage.css">
</head>
<body>
	<div id="container">
		<a href="http://www.brucetelecom.com/NetworkStatusDescription.php?id=43" style="margin-left: 265px; font-family: Verdana; color: #0b479d; font-size: 14px;">Bill payments during possible Canada Post work stoppage</a>
		<br />
		<br />
		<iframe src="frame1.html" scrolling="no" height="125" width="865" frameBorder="0" id="header">
			<p>iframes are not supported by your browser.</p>
		</iframe>
		<iframe src="frame2.html" scrolling="no" height="325" width="250" frameBorder="0" id="sidebar">
			<p>iframes are not supported by your browser.</p>
		</iframe>
	<div id="body">
		<table>
			<tr>
				<td>
					<a href="http://www.brucetelecom.com/backtoschool.php">
						<img src="backtoschool2016.jpg" />
					</a>
				</td>
				<td>
					<a href="http://www.brucetelecom.com/selectlocation.php?referral=%2Fbundles.php">
						<img src="bundle_banner.jpg" />
					</a>
				</td>
				<td>
					<a href="http://www.brucetelecom.com/tveverywhere.php">
						<img src="banner_tmn.png" />
					</a>
				</td>
			</tr>
			<tr>
				<td>
					<a href="http://www.brucetelecom.com/iphone_details.php">
						<img src="iphone_se.jpg" />
					</a>
				</td>
				<td>
					<a href="http://www.brucetelecom.com/wireless.php">
						<img src="banner_bberry_leap.jpg" />
					</a>
				</td>
				<td>
					<a href="http://www.brucetelecom.com/aboutus.php">
						<img src="ask_about_rotator.jpg" />
								</a>
				</td>
			</tr>
		</table>
	</div>
	</div>
</body>
</html>
a:link {
	text-decoration: none;
}
body {
	margin: auto;
}
#sidebar {
	float: right;
	clear: left;
	position: relative;
}
table {
	float: left;
	clear: right;
}
#header {
	position: absolute;
}
table {
	position: relative;
}

I was messing around with position to see if that would help. 

Link to comment
https://linustechtips.com/topic/639053-webpage-is-bugged/#findComment-8242292
Share on other sites

Link to post
Share on other sites

Can I ask why you're using iframes?

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/639053-webpage-is-bugged/#findComment-8242365
Share on other sites

Link to post
Share on other sites

1 hour ago, ShenaniganCoder said:

It was recommended to me by the person who assigned this project to me

really? Iframes are very old and not used anymore and there are much better ways ti get the job done.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/639053-webpage-is-bugged/#findComment-8242688
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

×