Results 1 to 11 of 11
Thread: div?
Hybrid View
-
12th February 2013 08:30 #1
div?
div?
:Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </head> <body> <div align="left"> <embed src="HarryPotter.swf" width="1250" height="440"/> </div> </body> </html>
1. ?
2. , "align" div-a?
, .
-
12th February 2013 09:18 #2
1. , . <embed> . , css - margin-, -.
2. , HTML 3, - . , css, <div> : "text-align: left".Fujistu Lifebook E756 | Core i7-6500U / 400MHz-3.1GHz | 8 GB DDR4-2133 | Samsung PM871 / 256 GB SSD | 15" 1920x1080 | Manjaro Linux + kernel 4.19
-
12th February 2013 17:58 #3
DIV , TABLE - ...
Code:<html> <body> <table width="100%" border="1"> <tr> <td align="left" width="33%">left</td> <td align="center">center</td> <td align="right" width="33%">right</td> </tr> </table> </body> </html>
ASRock B550M Pro 4; Ryzen R5 3600; 2x16 GiB G.SKILL Aegis 3200; 1TB Samsung QVO 960 + 3TB Seagate IronWolf; Zalman Z1
-
12th February 2013 18:14 #4Registered User
Join Date: Jul:2005
Location: Sofiq
Posts: 2,798

http://tools.webmasters.sk/embedded-media.php , objectCode:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <div style="background: blue; height: 100px; width: 33%; float: right;"></div> <div style="background: red; height: 100px; width: 33%; float: left;"></div> <div style="background: green; height: 100px; width: 33%; margin: 0px auto;"></div> </body> </html>
-
14th February 2013 13:43 #5
-
14th February 2013 15:01 #6




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in