1
indream
where is the best xoops theme design & coder ?
  • 2005/2/8 13:09

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


hi


this my theme.html file

i need add XOOPS codes, style classes and block in my theme.html

this my theme.html

le="color: #000000"><?php <html> <head> <meta http-equiv="content-language" content="tr"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-9"> </head> <body rightMargin="0" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0"> <table width="500" align="right" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table cellSpacing="0" cellPadding="0" border="0"> <tr> <td height="70" width="134"></td> <td width="28"><img alt src="images/1.jpg" width="28" height="70"></td> <td width="492" height="70" colspan="3"> <img src="images/sigaraaa.jpg" width="750" height="70"></td> </tr> <tr> <td width="162" colSpan="2"> <img src="images/logoust.jpg" width="162" height="110"></td> <td width="492" height="110" colspan="3"> <img src="images/sigaraa.jpg" border="0" width="750" height="110"></td> </tr> <tr> <td vAlign="top" width="162" background="images/soldol.jpg" colSpan="2"> <img src="images/logoalt.jpg" width="162" height="75"><p>left block</p> <p><width="400"> <br> </p> </td> <td vAlign="top" align="middle" bgcolor="#FFFFFF"><width="400"> <p>center left block</p> <p><br> </p> </td> <td vAlign="top" align="middle" bgcolor="#FFFFFF">center center block<br> <br> <width="400"> <br> </td> <td vAlign="top" align="middle" bgcolor="#FFFFFF">right block<br> <br> <width="400"> <br> </td> </tr> <tr> <td width="134">&nbsp;</td> <td width="28" height="45"> <img src="images/3.jpg" width="28" height="45"></td> <td width="492" background="images/altsol.jpg" height="45" colspan="3">&nbsp;</td> </tr> <tr> <td width="654" colspan="5"> <p align="right">xoops banner</td> </tr> </table> </td> </tr> </table> <p>&nbsp;&nbsp;&nbsp; </p> </body> </html>


thanks for reading and helping my problem...

2
tjnemez
Re: where is the best xoops theme design & coder ?
  • 2005/2/8 13:48

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21



3
indream
Re: where is the best xoops theme design & coder ?
  • 2005/2/8 15:26

  • indream

  • Not too shy to talk

  • Posts: 170

  • Since: 2004/9/21


can you added codes in this html ?

4
talunceford
Re: where is the best xoops theme design & coder ?

le="color: #000000"><?php <!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" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> <head> <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{$xoops_meta_keywords}>" /> <meta name="description" content="<{$xoops_meta_description}>" /> <meta name="rating" content="<{$xoops_meta_rating}>" /> <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="XOOPS" /> <title><{$xoops_sitename}> - <{$xoops_pagetitle}></title> <link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" /> <!-- RMV: added module header --> <{$xoops_module_header}> <script type="text/javascript"> <!-- <{$xoops_js}> //--> </script> </head> <body rightMargin="0" leftMargin="0" topMargin="0" marginheight="0" marginwidth="0"> <table width="500" align="right" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <table cellSpacing="0" cellPadding="0" border="0"> <tr> <td height="70" width="134"></td> <td width="28"><img alt src="images/1.jpg" width="28" height="70"></td> <td width="492" height="70" colspan="3"> <img src="<{$xoops_imageurl}>images/sigaraaa.jpg" width="750" height="70"></td> </tr> <tr> <td width="162" colSpan="2"> <img src="<{$xoops_imageurl}>images/logoust.jpg" width="162" height="110"></td> <td width="492" height="110" colspan="3"> <img src="<{$xoops_imageurl}>images/sigaraa.jpg" border="0" width="750" height="110"></td> </tr> <tr> <td id="leftcolumn" vAlign="top" width="162" background="<{$xoops_imageurl}>images/soldol.jpg" colSpan="2"> <img src="<{$xoops_imageurl}>images/logoalt.jpg" width="162" height="75" /> <p> <!-- Start left blocks loop --> < {foreach item=block from=$xoops_lblocks} > < {include file="default/theme_blockleft.html"} > < {/foreach} > <!-- End left blocks loop --> </p> <p><width="400"> <br> </p> </td> <td id="centerLcolumn"> <!-- Start center-left blocks loop --> <{foreach item=block from=$xoops_clblocks}> <{include file="default/theme_blockcenter_l.html"}> <{/foreach}> <!-- End center-left blocks loop --> </td> <td id="centerCcolumn"> <!-- Start center-right blocks loop --> <{foreach item=block from=$xoops_ccblocks}> <{include file="default/theme_blockcenter_c.html"}> <{/foreach}> <!-- End center-right blocks loop --> </td> <td id="rightcolumn" vAlign="top" align="middle" bgcolor="#FFFFFF"> <!-- Start right blocks loop --> <{foreach item=block from=$xoops_rblocks}> <{include file="default/theme_blockright.html"}> <{/foreach}> <!-- End right blocks loop --> <br> <br> <width="400"> <br> </td> </tr> <tr> <td width="134">&nbsp;</td> <td width="28" height="45"> <img src="<{$xoops_imageurl}>images/3.jpg" width="28" height="45"></td> <td width="492" background="<{$xoops_imageurl}>images/altsol.jpg" height="45" colspan="3">&nbsp;</td> </tr> <tr> <td width="654" colspan="5"> <p align="right">xoops banner</td> </tr> </table> </td> </tr> </table> <p>&nbsp;&nbsp;&nbsp; </p> </body> </html>


You will need to add the rest as I don't have time to finish the css. I would suggest starting with the default themes css file and go from there.

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits