Heej,
Ik vraag me af of dit uberhaupt te vertalen is, maar ik werk in mijn website's niet graag met tabellen dus vroeg ik me af of iemand dit voor mij wil vertalen:
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Vertaling</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <div align="center"> <table width="506" border="0" cellpadding="0" cellspacing="0"> <tr> </tr> <tr> <td height="25" valign="top"><iframe width="506" scrolling="no" frameborder="0" height="25" align="middle" src="menu.htm" name="menu" marginwidth="5" marginheight="5"></iframe></td> </tr> <tr> <td height="338" valign="top"><iframe width="506" scrolling="auto" frameborder="0" height="438" align="middle" src="home.htm" name="inhoud" marginwidth="10" marginheight="10"></iframe></td> </tr> </table> </div> </body> </html>
- Tabelen naar CSS (vertaling)
-
15-07-2006, 16:52 #1
- Berichten
- 302
- Lid sinds
- 18 Jaar
Tabelen naar CSS (vertaling)
Laatst aangepast door Bram Lodens : 19-07-2006 om 16:11
-
-
17-07-2006, 09:53 #2
- Berichten
- 173
- Lid sinds
- 19 Jaar
Aangezien ik niet van het mooie weer mag genieten, maar van de airco, zal ik je een eindje opweg helpen:
Code:<!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>Pagina</title> <style type="text/css"> html { width: 100%; height: 100%; } #container { float: none; position: relative; clear: both; padding: 0px; margin: 0 auto; width: 506px; top: 0px; bottom: 0px; text-align: left; } #menu { position:relative; height:25px; width:506px; background-color: #E8D137; } #home { position:relative; height:438px; width:506px; background-color:#286DB9; } </style> </head> <body> <div id="container"> <div id="menu"> Menu </div> <div id="home"> Home </div> </div> </body> </html>
Plaats een
- + Advertentie
- + Onderwerp
Marktplaats
Webmasterforum
- Websites algemeen
- Sitechecks
- Marketing
- Domeinen algemeen
- Waardebepaling
- CMS
- Wordpress
- Joomla
- Magento
- Google algemeen
- SEO
- Analytics
- Adsense
- Adwords
- HTML / XHTML
- CSS
- Programmeren
- PHP
- Javascript
- JQuery
- MySQL
- Ondernemen algemeen
- Belastingen
- Juridisch
- Grafisch ontwerp
- Hosting Algemeen
- Hardware Info
- Offtopic