![]() |
styl strony - Wersja do druku +- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl) +-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www) +--- Dział: Początkujący webmaster (https://www.webmastertalk.pl/forum-poczatkujacy-webmaster) +--- Wątek: styl strony (/thread-styl-strony) |
styl strony - woxik - 01-03-2010 RE: styl strony - hatake00 - 01-03-2010 Prawdopodobnie masz stronę zrobioną w tabelach i nie ustawiłeś położenia tekstu w komórce. ![]() RE: styl strony - woxik - 01-03-2010 a mógł byś mi z tym pomóc RE: styl strony - dziamber - 02-03-2010 Wklej kod z layoutu. RE: styl strony - woxik - 02-03-2010 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Skate - Strona startowa</title> <style type="text/css"> <!-- body { background-image: url(http://theme.webme.com/designs/skater/Bilder/bg.gif); margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding: 0px; background-repeat: repeat-y; background-color: #262626; } body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .Stil1 { font-size: 24px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } .Stil2 { color: #000000; font-weight: bold; } .Stil3 {color: #000000} a:link { color: #bf0f0e; text-decoration: underline; } a:visited { text-decoration: underline; color: #BF0F0E; } a:hover { text-decoration: none; color: #FF6600; } a:active { text-decoration: underline; color: #BF0F0E; } a.menu { font-size: 12px; } --> </style> </head> <body> <table width="1000" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="254" colspan="2"> <table width="1000" height="254" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="331"><img src="http://theme.webme.com/designs/skater/Bilder/1.gif" width="331" height="254" /></td> <td width="469"> <table width="100%" height="254" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="154"><img src="http://theme.webme.com/designs/skater/Bilder/2.gif" width="469" height="154" /></td> </tr> <tr> <td height="17"><img src="http://theme.webme.com/designs/skater/Bilder/4.gif" width="469" height="17" /></td> </tr> <tr> <td height="55" align="center" valign="middle" background="http://theme.webme.com/designs/skater/Bilder/5.gif"><span class="Stil1">skate - Strona startowa</span></td> </tr> <tr> <td height="28"><img src="http://theme.webme.com/designs/skater/Bilder/6.gif" width="469" height="28" /></td> </tr> </table> </td> <td width="200"><img src="http://theme.webme.com/designs/skater/Bilder/3.gif" width="200" height="254" /></td> </tr> </table> </td> </tr> <tr> <td width="183" valign="top"> </body> </html> POMOCY!!! KTO MI W TYM POMOŻE |