-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlg_Links.php
81 lines (73 loc) · 3.05 KB
/
lg_Links.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!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>
<title>LEGO Links :: Dallas Designs</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="include/Menu.css" type="text/css" media="screen" />
<link rel="stylesheet" href="include/DallasDesigns.css" type="text/css" media="screen" />
<style type="text/css" media="screen">
#main {
position: absolute;
top: 165px;
left:8px;
width: 800px;
}
#column1 {
width:48%;
float: left;
}
#column2 {
width:48%;
float: right;
}
#cell {
width: 100%;
margin: 10px;
padding: 10px;
border: dotted black thin;
}
#cell img {
border: solid black thin;
margin: 5px;
}
</style>
</head>
<body background="images/parchment.gif">
<div id="main">
<div id="column1">
<div id="cell"> <strong>Bricklink</strong> <a href="http://www.bricklink.com" target="_blank">www.bricklink.com<br />
<img src="images/lg_Bricklink_Site.jpg" /></a><br />
BrickLink.com is a premium venue for individuals and businesses from all
around the world to buy and sell new, used and vintage LEGO® through
fixed price and auction services. </div>
<div id="cell">Brikwars <a href="http://www.brikwars.com" target="_blank">www.brikwars.com<br />
<img src="images/lg_BrikWars_Site.jpg" align="top" /></a> <br />
BrikWars is the plastic-brick wargaming system that throws the peaceful
worlds of your favorite construction toys into wanton chaos and destruction!
</div>
<div id="cell">LEGO® User Group Network <a href="http://www.lugnet.com" target="_blank">www.lugnet.com<br />
<img src="images/lg_Lugnet_Site.jpg" align="top" /></a> <br />
International LEGO® Users Group Network (LUGNET™), global community of LEGO®
enthusiasts. LUGNET unites LEGO® fans worldwide through forums, web pages,
and services. </div>
</div>
<div id="column2">
<div id="cell"> <strong>Brickshelf </strong><a href="http://www.brickshelf.com" target="_blank">
www.brickshelf.com<br />
<img src="images/lg_Brickshelf_Site.jpg" /></a><br />
Brickshelf is an online LEGO® photo gallery for fans to display what
they have created.</div>
<div id="cell">New England LEGO® Users Group <a href="http://www.nelug.org" target="_blank">www.nelug.org<br />
<img src="images/lg_NELUG_Site.jpg" align="top" /></a> <br />
The New England LEGO® Users Group (NELUG™) was formed for the sole purpose
of facilitating adults in the sharing of the LEGO® hobby. NELUG's primary
goal is camaraderie that is achieved by providing members the opportunity
to meet other adults who share a common fascination of LEGO® through correspondence,
meetings and events. </div>
</div>
</div>
<?php include('include/Top.php'); ?>
<?php include('include/LegoMenu.php'); ?>
</body>
</html>