-

  • (1084)
  •     (436)
  •     (299)
  •    . , (155)
  •    . , (130)
  •     (38)
  •    . . (16)
  •    . (14)
  •     (9)
  •    . , (6)
  •     (3)
  •     (3)
  •    . . (2)
  •     (2)
  •     (1)
  • (293)
  •     (67)
  •     (34)
  •     (30)
  •     (26)
  •     (22)
  •    . , , (16)
  •     (15)
  •     (15)
  •     (11)
  •     (9)
  •    . (8)
  •     (8)
  •     (7)
  •     (6)
  •     (3)
  •     (3)
  •     (3)
  •    , (3)
  •     (2)
  •     (2)
  •     (2)
  •     (1)
  •    , (1)
  •     (1)
  • (57)
  • (53)
  • (45)
  • . (39)
  • . . (28)
  • (26)
  • (19)
  • . (19)
  • (6)
  • (3)
  • (2)
  • (2)
  • . . . (1)

 -

" "
: 5346 : 0

 -

   miss_Jordan

 - e-mail

 

 -

 LiveInternet.ru:
: 17.07.2009
: 1690
: 91
: 2232

:

.


: (57), (19), . . .(1), (1084), (45), (2), (3), (6), (293), (26), . (39), . (19), (2), . .(28)
(0)

. !

, 02 2017 . 11:44 +
_ [ + !]


, ,   . . , , , , , - , !
. Teleport Pro.   - -   .
... Teleport Pro... ( ).
( -   , -  500 , .).

!!! - Teleport Pro ,   10-15 .

... ? Teleport Pro ( " "):

5908616_teleport_1 (463x480, 23Kb)5908616_teleport_2_so_strukturoy (500x400, 24Kb)

( , ) :

...


(0)

, 04 2011 . 12:37 +
Rost [ + !]



(0)

-

, 15 2011 . 13:50 +
MONI4KA [ + !]



(0)

( )

, 31 2011 . 18:06 +
_28 [ + !]



(0)

,(+)

, 31 2011 . 10:50 +
2112 [ + !]

, http://www.liveinternet.ru/community/4091266/post149395967/

>>>


(0)

HTML-

, 25 2011 . 09:32 +
yaqut [ + !]


 
HTML-

   

 
<img src=" 1"title=" ">
-
TITLE - , .. title


 
<a href=" ">
<img src=" 1"title=" " border="0" ></a>
-

border="0" , , , (border) border .
   

HSPACE VSPACE - . .
HSPACE - Horizontal Space -
VSPACE - Vertical Space - .
.


 
<p align="justify"> <img src=" 1"hspace="15" vspace="15" align="left"> </p>


align="left" -
align="justify" -

 
   

HSPACE VSPACE - . .
HSPACE - Horizontal Space -
VSPACE - Vertical Space - .
.

<p align="justify"> <img src=" 1" hspace="15" vspace="15" align="right"> </p>


align="right" -
align="justify" -
   

, . .
/. /
, , . , , .
/. -/


 
<p align="justify"><img src=" 1" align="left"> </p>

,
align="left" align="right" - , .
   
, -- , -- .
<img src=" 1" align="middle" border="0">


align="middle" -
   


  ,

 
     , .


 
<table align=center border=0>
<tr>
<td><img src=" 1"></td>
<td></td>
<td><img src=" 1"></td>
</tr>
</table>


   

… ,
.
, ,
.
, ,
,
, ,
, .

, .
,
.
,

,
<table align=center border=0>
<tr>
<td></td>
<td><img src=" 1"></td>
<td></td>
</tr>
</table>

   
.
<fieldset><legend><img src=" 1"></legend> </fieldset>

   
<fieldset><legend> </legend> </fieldset>

   
2 2

TABLE - html . .
TR (Table Row) - . .
TD (Table Data) - html . .

 
<table border="1">
<tr>
<td> 1 1</td> <td>1 2</td>
</tr>
<tr>
<td> 2 1</td> <td> 2 2</td>
</tr>
</table>

.. <table>, <tr>, . : <td> 1 1</td> <td>1 2</td>. </tr>, <tr>. . </table>.

BORDER - .

 
   



  
 

  

 


2 1 2 2 2 3



 
<table border="1">
<tr>
<td colspan="2"> 1 1+2</td>
</tr>
<tr>
<td> 2 1</td> <td> 2 2</td>
</tr>
</table>

COLSPAN , . 1.
   


1, 1+2 1 2
2 2


1
1+2+3+4
1 2
2 2
3 2
4 2


 
<table border="1">
<tr>
<td rowspan="2"> 1, 1+2</td>
<td>1 2</td>
</tr>
<tr>
<td> 2 2</td>
</tr>
</table>

ROWSPAN , . 1.
 
   
cellpadding

1 1 1 2
2 1 2 2


CELLPADDING – ( ) html .

 
<table border="4" align="center" cellpadding="10">
<tr>
<td> 1 1</td><td>1 2</td>
</tr>
<tr>
<td> 2 1</td> <td> 2 2</td>
</tr>
</table>

ALIGN – html .
: left , center , right . – left .

 
   
cellspacing

1 1 1 2
2 1 2 2

CELLSPACING – ( ) html.

 
<table border="1" align="center" cellspacing="10">
<tr>
<td> 1 1</td><td>1 2</td>
</tr>
<tr>
<td> 2 1</td> <td> 2 2</td>
</tr>
</table>
   
,




1 1 1 2
2 1 2 2


 
<table border="1" align="center" width="400" height="100">
<tr>
<td> 1 1</td><td>1 2</td>
</tr>
<tr>
<td> 2 1</td> <td> 2 2</td>
</tr>
</table>

WIDTH – html. , . .

HEIGHT – . , . html .

 
   
-

1 1 1 2
2 1 2 2


1 1 1 2
2 1 2 2


, , . .
<table background=" 1" border=2 align="center" >
<tr>
<td> 1 1</td>
<td> 1 2</td>
</tr>
<tr>
<td> 2 1</td>
<td> 2 2</td>
</tr>
</table>

BACKGROUND – . URL .
 
   




 
<OL>
<LI>
<LI>
<LI>
</OL>

- <OL></OL>. <LI>. .

, <LI> - .. </LI> .

 
   



    1
    2
    3
    4


<UL></UL>

 

<UL>
<B> </B><BR>

<IMG SRC="

"":
1 -
2 -
...
9 - Paint
10 - .
11 - HTML-
12 -
13 - - . .
...
98 -
99 - ?
100 - .


(0)

() -3

, 24 2011 . 15:14 +
[ + !]



(0)

, 20 2011 . 14:18 +
_ [ + !]

?
,
( )....

,
....
ValeZ
. .
... " " ...

.
. .
...http...
..." " ...
, .
...target=_blank... ,
.





(0)

.

, 18 2010 . 12:18 +
Arnusha [ + !]



[flash=250,250,http://i382.photobucket.com/albums/oo265/tinnad08/HORLOGE%20FLASH/noel%202009/horlogenoeltinnad4.swf]
...


(0)

, 11 2010 . 15:29 +
_ [ + !]

.

 (110x133, 10Kb) , .
, -.
...



(0)

()

, 21 2010 . 09:53 +
Monro-Designs [ + !]

()




. File -> New. :
- Name.
, 1010 . 5050.
: Background Contents: Transparent.
 (397x267, 25Kb)
Paint Bucket Tool. Opacity, (, 30-50%).
 (249x144, 11Kb)
PNG.
 (50x50, 0Kb)
>>>>>>>>>>>>>>>>>>>>>


(0)

!

, 21 2010 . 09:35 +
Monro-Designs [ + !]

!



!!!

1
. ,- :
 (448x34, 5Kb)

" ":

 (330x76, 10Kb)

:

:

:

 (304x170, 20Kb)

> > >


(1)

!

, 18 2010 . 17:14 +
yfnjxrf [ + !]

!




[ihttp://www.playcast.ru/js/tiny_mce/plugins/emotions/img/girl_heart.gifmg] ( ) ...





 (368x192, 31Kb)



==

 (550x96, 20Kb)

 (550x96, 27Kb)

 (550x96, 23Kb)

==

 (550x96, 25Kb)

 (550x96, 21Kb)

 (550x96, 21Kb)

 (400x77, 21Kb)

==

 (550x96, 21Kb)

==

 (550x96, 23Kb)

 (500x77, 24Kb)

==

 (550x96, 23Kb)

 (500x77, 22Kb)

==

 (500x77, 22Kb)

 (500x77, 20Kb)

==

 (550x96, 21Kb)

 (550x96, 21Kb)

 (400x77, 20Kb)

==

 (550x96, 24Kb)

 (550x96, 23Kb)

 (550x96, 19Kb)

 (500x77, 22Kb)

==

 (550x96, 21Kb)

 (550x96, 22Kb)

 (550x96, 24Kb)

 (550x96, 22Kb)

==

 (550x96, 24Kb)

Untitled-198 (500x77, 24Kb)

Untitled-1087 (500x77, 24Kb)

 (472x105, 22Kb)

==

 (550x96, 25Kb)

 (550x96, 21Kb)

 (550x96, 23Kb)

==

 (550x96, 21Kb)

 (550x96, 23Kb)

==



==

Untitled-14- (500x77, 22Kb)

 (500x77, 21Kb)

 (500x77, 21Kb)

==

 (550x96, 24Kb)

 (550x96, 22Kb)

 (550x96, 23Kb)

==

 (550x96, 21Kb)

 (550x96, 21Kb)

 (500x77, 24Kb)

==

 (550x96, 25Kb)

==

 (550x96, 21Kb)

==

 (550x96, 20Kb)




[/img]



(0)

, 15 2010 . 16:55 +
cassandra_1964 [ + !]

, ,



: " "

 



(0)

, 15 2010 . 16:37 +
Langrella [ + !]

.








 



(0)

, 15 2010 . 16:36 +
-OFIGENNAY_BLONDI- [ + !]

! !))



- !!! !)) .

 (410x410, 23Kb) (150x92, 3Kb)


(0)

, 13 2010 . 16:33 +
[ + !]

- !!!



!
!!! !!!:mms_pozdravlau:

.
,
2009
2009
 (237x347, 144Kb)
3_elka_allavatars_ru (270x380, 64Kb)
 (140x196, 8Kb)
 (154x129, 5Kb)
 (125x153, 52Kb)
elka-kedzx (85x123, 63Kb)
1229801740_000p6ckq (107x115, 34Kb)
 (70x70, 11Kb)
 (70x70, 7Kb)


(0)

, 13 2010 . 16:27 +
[ + !]





C !:mms_pozdravlau:

1.
2.
3.
4. 2009
5. 2009
6.


95 (150x134, 31Kb)

kerstklokken16 (153x156, 10Kb)

Glocken0013 (144x145, 11Kb)

Glocken0044n (197x165, 18Kb)

Glocken0008 (184x149, 5Kb)

215 (219x221, 56Kb)

kerstklokken3 (300x184, 39Kb)

10780105_125701_kerstklokken (257x325, 61Kb)


(0)

, 13 2010 . 15:56 +
[ + !]

.



! - , - .

...


(0)

.

, 13 2010 . 15:51 +
[ + !]

.



:
:
1.
2. - - - - - .
3. .
:
1.
2. , .
3. .

, . -

















...



 : [3] 2 1