Staff List Help
2 posters
Page 1 of 1
Staff List Help
So I was playing around using THIS to assist me, but it really got me confused as I'm no good when it comes to HTML coding (actually, coding in general). But for my site, I'd like to develop a basic hover Staff List like the link provided. Graphics can be handled by me myself but could I get a basic outline of the code created for me?
If specifics are required, the actual site is http://op-piratenation.forumotion.com/
However, I'll be testing it on a test site I created before releasing it.
http://op-piratenationtest.forumotion.com/
If specifics are required, the actual site is http://op-piratenation.forumotion.com/
However, I'll be testing it on a test site I created before releasing it.
http://op-piratenationtest.forumotion.com/
Re: Staff List Help
Hi
Well, these are the basic layouts for an HTML table:
Or can be:
If you want it to have a style, you can put a class in either <table>, <td> or <tr> like so:
And input the style in your CSS via ACP < Display < Colors < Stylesheet.
Though you can put it in the table itself by doing things such as:
If you want to learn more about tables, visit w3schools.com.
Regards,
Pizza Boi
Well, these are the basic layouts for an HTML table:
- Code:
<table>
<tr>
<td>
</td>
</tr>
</table>
Or can be:
- Code:
<table>
<tr>
<th>
</th>
</tr>
</table>
If you want it to have a style, you can put a class in either <table>, <td> or <tr> like so:
- Code:
<table class="thisiskewl">
And input the style in your CSS via ACP < Display < Colors < Stylesheet.
Though you can put it in the table itself by doing things such as:
- Code:
<table>
<tr>
<td style="border: 1px solid #900; background-color: #A52A2A;">
</td>
</tr>
</table>
If you want to learn more about tables, visit w3schools.com.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Similar topics
» How to add a staff list?
» Please Help Me Toggle My Staff List
» Forum Staff List.
» Staff list widget problem
» Hover Staff List Help Needed
» Please Help Me Toggle My Staff List
» Forum Staff List.
» Staff list widget problem
» Hover Staff List Help Needed
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum