Tuesday, August 5, 2008

Naruto Fanfiction Lemon

Tutorial: align widgets in a table.



As and when the construction of this blog, I propose, using some tutorials to share with you how I method for the design.


In a previous article , I told you about how to share a header to include, among other things, widgets. Meanwhile, I encountered a new problem. It turned out that I did not want to put in each section one but many widgets. But without precaution, ie by copying and pasting the widget code just one after the other, we see that they appear one above the other instead of taking advantage of horizontal space offered by the Sections crées.Voici what it looked like concrete:




Obviously there's nothing good in this bad use of space. So I sought a solution for aligning widgets. The one I found is simply create an HTML table . Here's the code:
\u0026lt;table>
\u0026lt;tbody>
\u0026lt;tr>
\u0026lt;td>
\u0026lt;script src = "http://www.gmodules.com / ig / ifr? url = http://www.google.com/ig/modules/translatemypage.xml& up_source_language = en & & w = 160 h = 60 & title = & amp ; border = & output = js "> \u0026lt;/ script>
\u0026lt;/ td>

\u0026lt;td>
<a href="http://technorati.com/faves?sub=addfavbtn&add=http://generation68.blogspot.com"><img alt="Add to Technorati Favorites" src="http://static.technorati.com/pix/fave/tech-fav-1.png"/></a>
</td>

<td>
<script language="JavaScript" src="http://www.blogcatalog.com/rate-button.js.php?id=4442672" type="text/javascript"></script>

<noscript><a href="http://www.blogcatalog.com" title = "Blog Directory, Find A Blog, Submit A Blog, Search For The Best Blogs"> Blog Catalog Blog Directory \u0026lt;br/> \u0026lt;br/> \u0026lt;/ a> \u0026lt;/ noscript>
\u0026lt; ; / td>
\u0026lt;/ tr>
\u0026lt;/ tbody>
\u0026lt;/ table>


I have indicated in orange code of the table itself, and bright yellow code my widgets. You just have to replace them by the codes of the widgets that interest you most directly. Please do not forget to tag \u0026lt;tbody> \u0026lt;/ tbody> . That was the mistake I made with results in a display defective and have unfortunately been slow to understand. With the hope that this little thing you used:)


If you liked this article or brought you something, or rather if you did not like and that its contents can be completed, thank you to leave a comment . It is through your actions that this blog will improve.

0 comments:

Post a Comment