We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Locked Topic
[ C ] Another Announcement Box Code Request
Topic Started: Jun 14 2011, 02:21 AM (356 Views)
JadedOne
Member Avatar
Member
[ *  *  * ]
Board Address: s7.zetaboards.com/daytimeroyalty
Board Software: ZB
Description: 3 Box Announcement Box

I was looking at THIS closed topic and wanted a box like it but I wasn't sure where to put the code. I also am not sure if we would need the extra small boxes at the bottom.

To add linkable images for people to click for Twitter and Facebook would I just add the hmtl codes they provide for those butons?
Edited by JadedOne, Jun 14 2011, 02:22 AM.
Offline Profile Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Try this instead, it can go in the Website Maker as a webpage or in the Board Template; which wrapper it goes in depends on where you want it to appear.
Code:
 
<div class="category">
<table class="cat_head">
<tr>
<td>
<h2>News Box</h2>
</td>
</tr>
</table>
<table>
<tr>
<th>Box 1</th>
<th>Box 2</th>
<th>Box 3</th>
</tr>
<tr>
<td>Box 1</td>
<td>Box 2</td>
<td>Box 3</td>
</tr>
</table>
</div>
Usually you can just add the HTML they give you, sometimes they provide links, where you would then need to use HTML:
Code:
 
<a href="URL"><img src="IMAGE_URL" alt="" /></a>
Offline Profile Goto Top
 
Minato
Member Avatar
Let Me Be With You
[ *  *  *  *  * ]
Completed!

Your request has been completed. If you have any questions or concerns regarding the state of your request, please feel free to contact me via PM.
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Closed Requests · Next Topic »
Locked Topic