Skip to content

Commit 074757e

Browse files
committed
Added XHTML and CSS source code files for tutorials 6 and 7
1 parent aea7816 commit 074757e

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> This is the Title </title>
6+
</head>
7+
8+
<body>
9+
<a href="http://google.com">This will be a link</a>
10+
<a href="second.html">This will link to the second page</a>
11+
</body>
12+
13+
</html>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> Second Page </title>
6+
</head>
7+
8+
<body>
9+
This is the second page!
10+
</body>
11+
12+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<a href="#farm">Farming Section</a>
8+
<a href="#ads">Ads section</a>
9+
10+
<h1>Posting in the wrong place</h1>
11+
<p>You are not to post the same thread twice, be it in the same section or in two separate sections. Of course we understand that you can accidentally hit the submit button twice, but posting a topic a second time just to give it more attention will result in one of the topics being deleted or locked dependent on the situation. If one of the topics has already recieved helpful replies, the other topic will be locked, linking to the topic that will remain open. Accidental doule posts will be deleted without any further consequences for other user.</p>
12+
13+
<p>This also goes for posting posts in the wrong topics. Post topics and posts in the correct place. This means questions about PHP go in the PHP forum, and not the PHP tutorials section or Web Development section, for example.</p>
14+
15+
<h3><a name="farm"></a>Post count farming</h3>
16+
<p>Sometimes people try to boost their post count artificially by posting short and/or useless messages. This is not to be done, and we therefore don't allow people to post in the forum games very quickly after eachother. If you posted in one, don't respond to it again for a certain amount of time.</p>
17+
18+
<p>Bumping topics falls under this category as well. Bumping a topic means posting a message in it just to bring it up to the top of the topic list again. Especially in the sections where we try to help people with their programming problems, this is quite annoying. Don't do it. Your topic will get attention, just be patient.
19+
20+
<h3>CAPS etc.</h3>
21+
<p>We're a community, therefore we should be able to communicate properly. So don't write posts with only caps, and try not to use shorthand words (so how r u today?) and things in similar vein.</p>
22+
23+
<h3><a name="ads"></a>Advertising</h3>
24+
<p>Advertising web sites or products that you are in some way affiliated with is not allowed. This goes for any and all advertisements. Advertisements will be removed instantly, no exceptions.</p>
25+
26+
<h3>Header</h3>
27+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut nulla nunc, sodales id turpis vel, bibendum tempus felis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam eu massa et justo tincidunt gravida. Donec iaculis sem at dapibus imperdiet. Etiam convallis magna lorem. Nulla at semper ipsum. In hac habitasse platea dictumst. Aenean in metus sit amet turpis aliquam sollicitudin. Pellentesque et massa dolor. Nulla vitae ex ligula. Etiam laoreet tortor mollis consequat egestas. Fusce volutpat vulputate magna id tempus. Proin ac scelerisque arcu, vel bibendum turpis. Donec pretium tempus pulvinar. In vehicula congue nulla, sed fringilla tortor scelerisque sed. Curabitur at mi sit amet orci ultricies porta vel at diam.</p>
28+
29+
</body>
30+
31+
</html>

0 commit comments

Comments
 (0)