|
|
동네 사람들의 정담이 오고가는 대청마루입니다. 무슨 글이든 좋아요. |
<head>와 </head>사이에 이 소스를 넣으시면 됩니다..
<STYLE type="text/css">
<!--
A:link { font-size: 9pt;text-decoration: none;}
A:visited {font-size: 9pt;text-decoration: none;}
A:active {font-size: 9pt;text-decoration: none;}
A:hover {font-size: 9pt;text-decoration: underline overline;color: red ;}
-->
</STYLE>
a:link {text-decoration: none;color:#333333}
a:visited {text-decoration: none;color:#333333}
a:active {text-decoration: none;color:#F8352C}
a:hover {text-decoration:none;color:#F8352C;}
위에소스중 none이라고 적힌부분이 밑줄을 안나타나게 하는 소스입니다..
컬러부분은 원하시는 것으로 넣으시면 되구요.. ^^
사이에 넣으세요.. 위에 붙이니깐.. 글에 나타나지 않아서
참고하실부분.------------
ink : 링크된 글씨
visited : 방문한 후의 글씨
active : 클릭된 상태의 글씨
hover : 마우스를 올렸을때의 글씨
underline overline 은 아래위로 줄
underline 은 아래에만 줄
overline 은 위에만 줄
none 은 줄 없음.
<STYLE type="text/css">
<!--
A:link { font-size: 9pt;text-decoration: none;}
A:visited {font-size: 9pt;text-decoration: none;}
A:active {font-size: 9pt;text-decoration: none;}
A:hover {font-size: 9pt;text-decoration: underline overline;color: red ;}
-->
</STYLE>
a:link {text-decoration: none;color:#333333}
a:visited {text-decoration: none;color:#333333}
a:active {text-decoration: none;color:#F8352C}
a:hover {text-decoration:none;color:#F8352C;}
위에소스중 none이라고 적힌부분이 밑줄을 안나타나게 하는 소스입니다..
컬러부분은 원하시는 것으로 넣으시면 되구요.. ^^
사이에 넣으세요.. 위에 붙이니깐.. 글에 나타나지 않아서
참고하실부분.------------
ink : 링크된 글씨
visited : 방문한 후의 글씨
active : 클릭된 상태의 글씨
hover : 마우스를 올렸을때의 글씨
underline overline 은 아래위로 줄
underline 은 아래에만 줄
overline 은 위에만 줄
none 은 줄 없음.
첫 페이지
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
끝 페이지
최신댓글