- Joined
- Nov 28, 2006
- Messages
- 5,360
I've been looking and looking and looking but no matter what I try I cannot fix this little issue I've been having while trying to create an infobox. Whenever I make an article and place the code ( {{infobox}} ) the infobox appears below the article, not aligned to the right of the text. If anybody knows why this is happening that would be appreciated.
Now, I've made the template using the information provided at the bottom of the post. I believe that the template's code and the code used to make it appear in an article is correct - correct me if I'm wrong. That is all I have done as of yet. However, my problem persists.
Case closed. Samuraid pointed out something and now I feel like a fool. D:
Now, I've made the template using the information provided at the bottom of the post. I believe that the template's code and the code used to make it appear in an article is correct - correct me if I'm wrong. That is all I have done as of yet. However, my problem persists.
Keep in mind that the following information has not been edited to fit my needs. At the moment it just has the fields the original version had that I found via google searching.
<table class="infobox" align="right" bgcolor="#E1E1E1" style="width:20em; font-size:90%; text-align:left; border: 1px green solid;"> <caption style="text-align:center; font-size:140%;"><i><b>{{{name}}}</b></i></caption> <tr> <td colspan="2" style="text-align:center;" bgcolor="#E1E1E1">{{{image}}}</td> </tr> <tr> <td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">{{{imagecaption}}}</td>
<tr> <th>Author</th> <td>{{{author}}}</td> </tr>
<tr> <th>Publisher</th> <td>{{{publisher}}}</td> </tr>
<tr> <th>Publication date</th> <td>{{{publication}}}</td> </tr>
<tr> <th>Illustrator</th> <td>{{{illustrator}}}</td> </tr>
<tr> <th>Genre</th> <td>{{{genre}}}</td> </tr>
<tr> <th>Pages</th> <td>{{{pages}}}</td> </tr>
<tr> <th>ISBN</th> <td>{{{isbn}}}</td> </tr>
<tr> <th>Author</th> <td>{{{author}}}</td> </tr>
<tr> <th>Publisher</th> <td>{{{publisher}}}</td> </tr>
<tr> <th>Publication date</th> <td>{{{publication}}}</td> </tr>
<tr> <th>Illustrator</th> <td>{{{illustrator}}}</td> </tr>
<tr> <th>Genre</th> <td>{{{genre}}}</td> </tr>
<tr> <th>Pages</th> <td>{{{pages}}}</td> </tr>
<tr> <th>ISBN</th> <td>{{{isbn}}}</td> </tr>
Keep in mind that the following information has not been edited to fit my needs. At the moment it just has the fields the original version had that I found via google searching.
{{infobox
| name = The Hitchhiker's Guide to the Galaxy
| image = [[Image:Hhgttg.jpg|150px]]
| image_caption = Movie Poster
| author = Douglas Adams
| country = United Kingdom
| language = English
| series = The Hitchhiker's Guide to the Galaxy
| genre = Science Fiction
| publisher = Pan Books
| release_date = 1979
| media_type = Paperback and hardcover
| pages = 180
| isbn = ISBN 0-330-25864-8
| followed_by = The Restaurant at the End of the Universe
}}
| name = The Hitchhiker's Guide to the Galaxy
| image = [[Image:Hhgttg.jpg|150px]]
| image_caption = Movie Poster
| author = Douglas Adams
| country = United Kingdom
| language = English
| series = The Hitchhiker's Guide to the Galaxy
| genre = Science Fiction
| publisher = Pan Books
| release_date = 1979
| media_type = Paperback and hardcover
| pages = 180
| isbn = ISBN 0-330-25864-8
| followed_by = The Restaurant at the End of the Universe
}}
Case closed. Samuraid pointed out something and now I feel like a fool. D:
Last edited: