Results 1 to 7 of 7
Thread: HTML/CSS/Encoding
Hybrid View
-
28th March 2013 20:21 #1Registered User
Join Date: Mar:2013
Location: Sofia
Posts: 33
HTML/CSS/Encoding
,
, . , , , FAQ- , "" . :
:
:
: , ?HTML Code:<!DOCTYPE html> <html> <head> <title>Website Title</title> <link rel="stylesheet" type="text/css" href="stylesheets/public.css" /> </head> <body> <!-- Website Body Content --> <table border="1" width="100%" cellspacing="0" cellpadding="0" height="100%"> <tr><td> <table border="1" width="100%" cellspacing="0" cellpadding="0" height="150"> <tr><td><center><img src="#" alt="#" /></center></td></tr> </table> </td></tr> <tr> <td> <table border="1" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr> <td> <table border="1" width="100%" cellspacing="0" cellpadding="0"> <tr><td height="300" width="100px">Website Menu</td></tr> </table> </td> <td> <table border="1" width="100%" cellspacing="0" cellpadding="0"> <tr><td height="300">Website Content</tr></td> </table> </td> </tr> <tr> <td> <table cellspan="2" border="1" width="100%" cellspacing="0" cellpadding="0"> <tr><td height="50">Footer</td></tr> </table> </td> </tr> </table> </td> </tr> </table> <!-- End of Website Body Content --> </body> </html>
(19201080) , .
FOOTER . cellspan="2",
Last edited by OzoneBG; 28th March 2013 at 20:54.
ALL GREAT THINGS ARE SIMPLE AND MANY CAN BE EXPRESSED IN SINGLE WORDS:
FREEDOM, JUSTICE, HONOR, DUTY, MERCY, HOPE.
Winston Churcill
-
28th March 2013 20:59 #2
-
28th March 2013 21:38 #3Registered User
Join Date: Mar:2013
Location: Sofia
Posts: 33
, , . "clear: both;" . , .
ALL GREAT THINGS ARE SIMPLE AND MANY CAN BE EXPRESSED IN SINGLE WORDS:
FREEDOM, JUSTICE, HONOR, DUTY, MERCY, HOPE.
Winston Churcill
-
28th March 2013 21:44 #4
.
(logo, menu, footer ) ,: XaMaB; . 0.42
In God we Trust (all others must submit a X.509 certificate). , ()
-
28th March 2013 21:50 #5Registered User
Join Date: Mar:2013
Location: Sofia
Posts: 33
, .
ALL GREAT THINGS ARE SIMPLE AND MANY CAN BE EXPRESSED IN SINGLE WORDS:
FREEDOM, JUSTICE, HONOR, DUTY, MERCY, HOPE.
Winston Churcill
-
31st March 2013 13:48 #6Registered User
Join Date: Mar:2013
Location: Sofia
Posts: 33
.
H "Content goes here.". HTML-a:
CSS-a:HTML Code:<!DOCTYPE html> <html> <head> <title>L2 Born Private Server</title> <link rel="stylesheet" type="text/css" href="public.css" /> </head> <body> <div id="container"> <div id="header">L2 Born logo</div> <div id="inner"> Content goes here <div id="menu"> <ul> <li><a href="#">News</a></li><br /> <li><a href="#">Media</a></li><br /> <li><a href="#">Download</a></li><br /> <li><a href="#">Forum</a></li><br /> <li><a href="#">Team</a></li><br /> <li><a href="#">Information</a></li><br /> </ul> </div> </div> <div id="stats"> <div id="users"><font face="Arial" size="2" color="dodgerblue">Total users:</font> <font face="Arial" size="2" color="green">23</font><br /> <font face="Arial" size="2" color="dodgerblue">Last user:</font> <font face="Arial" size="2" color="red">OzoneBG</font></div> <div id="time" style="text-align:center;">Server time:<br /> 23.00</div> </div> <div id="footer"><span class="footer-text"><font size="2">Copyrights © stuff</font></span><br /> <span class="footer-text"><font size="2">Copyrights © stuff</font></span><br /> <span class="footer-text">Copyrights © stuff</div> </div> </body> </html>
HTML Code:html { width:100%; height:100%; } body { margin: 5px; padding: 5px; font-family: Arial; font-size: 16px; background-image:url("images/body_b.jpg"); } #container { width: 100%; height: 100%; border: 1px solid; } #header { margin: 10px 5px 0px 5px; width: 100%; height: 100px; text-align: center; border: 1px solid; } #menu { width:200px; height:560px; border: 1px solid; float: left; } #menu ul { list-style-type: none; } #content { float: right; } #footer { clear: both; border: 1px solid; text-align: center; } #inner { width: 100%; width: 760px; } #stats { border: 1px solid; clear: both; } #users { float:left; } #time { float:right; }ALL GREAT THINGS ARE SIMPLE AND MANY CAN BE EXPRESSED IN SINGLE WORDS:
FREEDOM, JUSTICE, HONOR, DUTY, MERCY, HOPE.
Winston Churcill




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