Jak zrobić tak żeby tekst w HTML`u był na obrazku dodać coś do <img src=".."> ????
Kod html poniżej. Wlej go do notatnika, zmień ścieżke do zdjęcia i dodaj swój tekst, a pozniej zapisujesz np. strona.html. pozdro ;-)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Untitled Page</title><meta name="generator" content="_"><style type="text/css">body{ background-color: #FFFFFF; color: #000000; scrollbar-face-color: #ECE9D8; scrollbar-arrow-color: #000000; scrollbar-3dlight-color: #ECE9D8; scrollbar-darkshadow-color: #716F64; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #ACA899; scrollbar-track-color: #D4D0C8;}</style><style type="text/css">a{ color: #C8D7EB; text-decoration: underline;}a:visited{ color: #C8D7EB;}a:active{ color: #C8D7EB;}a:hover{ color: #376BAD; text-decoration: underline;}</style><style type="text/css">#Image1{ border: 0px #000000 solid;}#wb_Text1 { background-color: transparent; border: 0px #000000 solid; padding: 0;}#wb_Text1 div{ text-align: center;}</style></head><body><div id="wb_Image1" style="position:absolute;left:0px;top:0px;width:1600px;height:80px;z-index:0;"><img src="E:\zdjecia\sahara.JPG" id="Image1" alt="" border="0" style="width:1600px;height:80px;"></div><div id="wb_Text1" style="position:absolute;left:257px;top:21px;width:518px;height:36px;text-align:center;z-index:1;"><span style="color:#3399FF;font-family:Arial;font-size:32px;">Tutaj wpisujesz swój tekst</span></div></body></html>
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Kod html poniżej. Wlej go do notatnika, zmień ścieżke do zdjęcia i dodaj swój tekst, a pozniej zapisujesz np. strona.html. pozdro ;-)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="generator" content="_">
<style type="text/css">
body
{
background-color: #FFFFFF;
color: #000000;
scrollbar-face-color: #ECE9D8;
scrollbar-arrow-color: #000000;
scrollbar-3dlight-color: #ECE9D8;
scrollbar-darkshadow-color: #716F64;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #ACA899;
scrollbar-track-color: #D4D0C8;
}
</style>
<style type="text/css">
a
{
color: #C8D7EB;
text-decoration: underline;
}
a:visited
{
color: #C8D7EB;
}
a:active
{
color: #C8D7EB;
}
a:hover
{
color: #376BAD;
text-decoration: underline;
}
</style>
<style type="text/css">
#Image1
{
border: 0px #000000 solid;
}
#wb_Text1
{
background-color: transparent;
border: 0px #000000 solid;
padding: 0;
}
#wb_Text1 div
{
text-align: center;
}
</style>
</head>
<body>
<div id="wb_Image1" style="position:absolute;left:0px;top:0px;width:1600px;height:80px;z-index:0;">
<img src="E:\zdjecia\sahara.JPG" id="Image1" alt="" border="0" style="width:1600px;height:80px;"></div>
<div id="wb_Text1" style="position:absolute;left:257px;top:21px;width:518px;height:36px;text-align:center;z-index:1;">
<span style="color:#3399FF;font-family:Arial;font-size:32px;">Tutaj wpisujesz swój tekst</span></div>
</body>
</html>