/    Sign up×
Community /Pin to ProfileBookmark

my site is garbage

Loook at my site… i want to put links on the left side of the words.. how do i do that? im not sure if i use frames or what…

[URL=http://www.teamedgepaintball.tk]my site[/URL]

to post a comment
HTML

13 Comments(s)

Copy linkTweet thisAlerts:
@IncaWarriorJul 25.2003 — <table align="center" border="0">

<tr>

<td width="200">

link<br>

link<br>

link<br>

</td><td width="800">

all that writing goes here

</td>

</tr>

</table
Copy linkTweet thisAlerts:
@neenach2002Jul 25.2003 — I was gonna say the same thing...check out the site in my signature, is that how you want it to look?
Copy linkTweet thisAlerts:
@pyroJul 25.2003 — &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;CSS layout&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;
&lt;style type="text/css"&gt;
#content {
margin-left: 210px;
}
#menu {
position: absolute;
left: 10px;
width: 200px;
background-color: #eeeee;
border: 1px solid #999999;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id="menu"&gt;
&lt;ul&gt;
&lt;li&gt;Menu item 1&lt;/li&gt;
&lt;li&gt;Menu item 2&lt;/li&gt;
&lt;li&gt;Menu item 3&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id="content"&gt;Main content here...&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
Copy linkTweet thisAlerts:
@CharlesJul 25.2003 — [font=georgia]1) You ought not to use TABLEs for layout.

2) You ought to organize your page so that it works without style sheets. The second example will, on an audio browser, require the user to listen to the links before getting to the content. And if you have a number of pages with the same long list links at the beginning of each page it will be very unpleasant.

Use instead:[/font]

[font=monospace]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"

"http://www.w3.org/TR/html4/strict.dtd">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<meta name="COntent-Style-Type" content="text/css">

<title>Example</title>

<style type="text/css">

<!--

#main {margin-left:5em}

#menu {

width:5em;

position:absolute;

top:0px;

left:0px;

padding:1em;

}

#menu a {display:block}

#menu span.divider {display:none}

-->

</style>

<div id="main">

<h1>Lorem ipsum</h1>

<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipitlobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem.</p>

</div>

<div id="menu">

<a href="fee.html">Fee</a>

<span class="divider">|</span>

<a href="fie.html">Fie</a>

<span class="divider">|</span>

<a href="foe.html">Foe</a>

<span class="divider">|</span>

<a href="fum.html">Fum</a>

</div>[/font]
Copy linkTweet thisAlerts:
@IncaWarriorJul 25.2003 — wow that's a lot more complicated... but anything to help the blind paintball players
Copy linkTweet thisAlerts:
@CharlesJul 25.2003 — [font=georgia]You will find that pages that work on Audio browsers also work well on hand helds and with search engines.[/font]
Copy linkTweet thisAlerts:
@IncaWarriorJul 26.2003 — all those ways work on audio browsers
Copy linkTweet thisAlerts:
@CharlesJul 26.2003 — [i]Originally posted by IncaWarrior [/i]

[B]all those ways work on audio browsers [/B][/QUOTE]
[font=georgia]Not the example you provided. That's why according to the HTML 4.01 Specification tables should not be used for layout.[/font]
Copy linkTweet thisAlerts:
@PeOfEoJul 26.2003 — Part of the problem with this site is angelfire is the host of it. I hate it when I am jumped by 5 or six pop up ads and they molest me but, I am just too lazy to get a pop up blocker. Try to find a host that is more conservative with their ad impressions. SpacePorts, freewebs, brinkster, flatface, lycos.co.uk is a good host too. All are free and if not ad free dont have many.
Copy linkTweet thisAlerts:
@IncaWarriorJul 26.2003 — yeah, i use brinkster and have no ad problems seeing as there aren't any

my way is easier to read
Copy linkTweet thisAlerts:
@PeOfEoJul 26.2003 — I used to use brinkster, they are a terrible host all together. I mean I tryed to run asp.net off of their servers and I would get hundreds of errors and it wasn't me eather, it was them, They were 'viewstate errors' the old #500 errors. It was because brinkster is a webfarm and they are using old servers, by that I mean nt. Also they cap bandwidth at 16 meg a day. That was roughly about 50 hits for me, so I had to leave. I am not running a high traffic site its just, I hate going on at 7 at night and finiding my site has been shut down for several hours.
Copy linkTweet thisAlerts:
@IncaWarriorJul 26.2003 — well for me running a 50kb site with no serverside code it's fine
Copy linkTweet thisAlerts:
@PeOfEoJul 26.2003 — I just got tired of worrieing about the cap and got tired of all of their restrictions and everything and found myself a more genorous host. and oh yea did I mention my host is micro$oft powered ? http://europe.webmatrixhosting.net/text.aspx?tmpl=about
×

Success!

Help @Ineedhelp123 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...