themesbyhaleigh

Page #6, Tags 2

Sep 1st, 2013
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- Page #6, Tags 2 by nerdydean. Keep the credit intact, don't claim as your own, and message me if you have any problems. -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <style type="text/css">
  18.  
  19.  
  20. /*--scrollbar--*/
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#bbbaba;}
  23. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  24. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:8px;border:5px solid #fff;}
  25. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  26. }
  27. /*--body--*/
  28.  
  29.  
  30. body {
  31. font-style:none;
  32. background-color:{color:bg};
  33. font-family:calibri;
  34. color:{color:text};
  35. font-size:9px;
  36. }
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -webkit-transition: all 0.5s ease-out;
  43. -moz-transition: all 0.5s ease-out;
  44. transition: all 0.5s ease-out;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. text-decoration:none;
  50. -webkit-transition: all 0.8s ease-out;
  51. -moz-transition: all 0.8s ease-out;
  52. transition: all 0.8s ease-out;
  53. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur'), auto;
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. padding-left:5px;
  62. border-left:2px solid {color:border};
  63. }
  64.  
  65. h1 {
  66. font-size:10px;
  67. }
  68.  
  69. /*everything*/
  70.  
  71. #everything {
  72. margin-left:250px;
  73. margin-top:100px;
  74. }
  75.  
  76. /*--title--*/
  77.  
  78. #title {
  79. font-family:'times new roman';
  80. font-size:80px;
  81. margin-top:-67px;
  82. margin-left:345px;
  83. color:#bbbaba
  84. }
  85.  
  86. /*--links--*/
  87.  
  88. #links {
  89. width:150px;
  90. font-family:'cambria';
  91. text-transform:uppercase;
  92. text-align:center;
  93. margin-top:20px;
  94. margin-left:334px;
  95. }
  96.  
  97. #links a {
  98. padding:3px;
  99. font-size:8px;
  100. color:#bbb8b8;
  101. -webkit-transition: all 0.4s ease-in-out;
  102. -moz-transition: all 0.4s ease-in-out;
  103. -o-transition: all 0.4s ease-in-out;
  104. -ms-transition: all 0.4s ease-in-out;
  105. transition: all 0.4s ease-in-out;
  106. }
  107.  
  108. #links a:hover {
  109. text-decoration:underline;
  110. }
  111.  
  112.  
  113.  
  114. #grouptitle {
  115. padding:5px;
  116. text-align:center;
  117. font-style:italic;
  118. font-family:'times new roman';
  119. color:#bbbaba;
  120. font-size:17px;
  121. width:118px;
  122. margin-left:105px;
  123. margin-top:80px;
  124. border-left:1px solid #eaeaea;
  125. border-right:1px solid #eaeaea;
  126. border-top:1px solid #eaeaea;
  127. }
  128.  
  129.  
  130. #grouplinks {
  131. width:120px;
  132. margin-top:0px;
  133. padding:4px;
  134. margin-left:105px;
  135. border:1px solid #eaeaea;
  136. }
  137.  
  138.  
  139. #grouplinks a {
  140. font-family:'times new roman';
  141. display:block;
  142. color:#bbb8b8;
  143. font-size:10px;
  144. padding:6px;
  145. text-align:center;
  146. letter-spacing:1px;
  147. text-transform:none;
  148. margin-bottom:5px;
  149. -webkit-transition: all 0.4s ease-in-out;
  150. -moz-transition: all 0.4s ease-in-out;
  151. -o-transition: all 0.4s ease-in-out;
  152. -ms-transition: all 0.4s ease-in-out;
  153. transition: all 0.4s ease-in-out;
  154. }
  155.  
  156. #grouplinks a:hover {
  157. text-decoration:underline;
  158. }
  159.  
  160. #s-m-t-tooltip {
  161. max-width:300px;
  162. padding:3px 4px 5px 4px;
  163. margin:20px 0px 0px 20px;
  164. background-color:#fff;
  165. border:1px solid #fff;
  166. font-family:times;
  167. font-size:11px;
  168. letter-spacing:0px;
  169. text-transform:lowercase;
  170. color:#999;
  171. z-index:999999999999999999999999999999999999;
  172. }
  173.  
  174. #tumblr_controls {
  175. top: 4.30% !important;
  176. margin: -28px 0 0 0;
  177. right: 1px !important;
  178. position: fixed !important;
  179. }
  180.  
  181. ::selection {
  182. background:#fefefe;
  183. color:#aaa;
  184. }
  185.  
  186. ::-moz-selection {
  187. background:#fefefe;
  188. color:#aaa;
  189. }
  190.  
  191. ::-webkit-selection {
  192. background:#fefefe;
  193. color:#fff;
  194. }
  195.  
  196. {CustomCSS}
  197.  
  198. </style></head>
  199.  
  200. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  201.  
  202. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  203.  
  204. <script>
  205. (function($){
  206. $(document).ready(function(){
  207. $("a[title]").style_my_tooltips({
  208. tip_follows_cursor:true,
  209. tip_delay_time:90,
  210. tip_fade_speed:600,
  211. attribute:"title"
  212. });
  213. });
  214. })(jQuery);
  215. </script>
  216.  
  217. <body>
  218.  
  219. <div id="everything">
  220.  
  221. <div id="title">tags</div> <!-- title here -->
  222.  
  223. <div id="links"> <!-- links here. don't remove the credit or i'll sick hellhounds on you. -->
  224. <a href="/" title="home">home</a>
  225. <a href="/ask" title="ask">ask</a>
  226. <a href="http://www.hellish.co.vu/" title="theme by nerdydean">&copy;</a>
  227. </div>
  228.  
  229. <table id="all" border="0" cellpadding="0" cellspacing="0">
  230.  
  231.  
  232. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  233. <div id="grouplinks">
  234. <div style="width:129px; height:170px; overflow-Y:scroll;">
  235. <!--tags here -->
  236. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  237.  
  238. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  239.  
  240. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  241.  
  242. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  243.  
  244. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  245.  
  246. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  247.  
  248. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  249.  
  250. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  251.  
  252. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  253.  
  254. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  255.  
  256. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  257.  
  258. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  259.  
  260. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  261.  
  262. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  263.  
  264. </div></td></div>
  265.  
  266.  
  267. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  268. <div id="grouplinks">
  269. <div style="width:129px; height:170px; overflow-Y:scroll;">
  270. <!--tags here -->
  271. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  272.  
  273. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  274.  
  275. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  276.  
  277. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  278.  
  279. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  280.  
  281. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  282.  
  283. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  284.  
  285. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  286.  
  287. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  288.  
  289. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  290.  
  291. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  292.  
  293. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  294.  
  295. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  296.  
  297. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  298.  
  299. </div></td></div>
  300.  
  301. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  302. <div id="grouplinks">
  303. <div style="width:129px; height:170px; overflow-Y:scroll;">
  304. <!--tags here -->
  305. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  306.  
  307. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  308.  
  309. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  310.  
  311. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  312.  
  313. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  314.  
  315. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  316.  
  317. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  318.  
  319. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  320.  
  321. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  322.  
  323. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  324.  
  325. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  326.  
  327. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  328.  
  329. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  330.  
  331. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  332.  
  333. </div></td></div>
  334.  
  335. <tr>
  336.  
  337. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  338. <div id="grouplinks">
  339. <div style="width:129px; height:170px; overflow-Y:scroll;">
  340. <!--tags here -->
  341. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  342.  
  343. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  344.  
  345. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  346.  
  347. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  348.  
  349. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  350.  
  351. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  352.  
  353. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  354.  
  355. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  356.  
  357. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  358.  
  359. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  360.  
  361. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  362.  
  363. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  364.  
  365. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  366.  
  367. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  368.  
  369. </div></td></div>
  370.  
  371.  
  372. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  373. <div id="grouplinks">
  374. <div style="width:129px; height:170px; overflow-Y:scroll;">
  375. <!--tags here -->
  376. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  377.  
  378. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  379.  
  380. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  381.  
  382. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  383.  
  384. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  385.  
  386. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  387.  
  388. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  389.  
  390. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  391.  
  392. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  393.  
  394. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  395.  
  396. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  397.  
  398. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  399.  
  400. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  401.  
  402. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  403.  
  404. </div></td></div>
  405.  
  406.  
  407. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  408. <div id="grouplinks">
  409. <div style="width:129px; height:170px; overflow-Y:scroll;">
  410. <!--tags here -->
  411. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  412.  
  413. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  414.  
  415. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  416.  
  417. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  418.  
  419. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  420.  
  421. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  422.  
  423. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  424.  
  425. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  426.  
  427. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  428.  
  429. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  430.  
  431. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  432.  
  433. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  434.  
  435. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  436.  
  437. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  438.  
  439. </div></td></div>
  440. <tr>
  441.  
  442.  
  443. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  444. <div id="grouplinks">
  445. <div style="width:129px; height:170px; overflow-Y:scroll;">
  446. <!--tags here -->
  447. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  448.  
  449. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  450.  
  451. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  452.  
  453. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  454.  
  455. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  456.  
  457. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  458.  
  459. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  460.  
  461. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  462.  
  463. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  464.  
  465. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  466.  
  467. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  468.  
  469. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  470.  
  471. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  472.  
  473. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  474.  
  475. </div></td></div>
  476.  
  477.  
  478. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  479. <div id="grouplinks">
  480. <div style="width:129px; height:170px; overflow-Y:scroll;">
  481. <!--tags here -->
  482. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  483.  
  484. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  485.  
  486. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  487.  
  488. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  489.  
  490. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  491.  
  492. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  493.  
  494. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  495.  
  496. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  497.  
  498. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  499.  
  500. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  501.  
  502. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  503.  
  504. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  505.  
  506. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  507.  
  508. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  509.  
  510. </div></td></div>
  511.  
  512.  
  513.  
  514. <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
  515. <div id="grouplinks">
  516. <div style="width:129px; height:170px; overflow-Y:scroll;">
  517. <!--tags here -->
  518. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  519.  
  520. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  521.  
  522. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  523.  
  524. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  525.  
  526. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  527.  
  528. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  529.  
  530. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  531.  
  532. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  533.  
  534. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  535.  
  536. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  537.  
  538. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  539.  
  540. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  541.  
  542. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  543.  
  544. <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
  545.  
  546. </div></td></div>
  547.  
  548. </table>
  549.  
  550. </div>
  551. </body>
  552. </html>
Advertisement
Add Comment
Please, Sign In to add comment