The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Staff List Help

2 posters

Go down

Staff List Help Empty Staff List Help

Post by Vanny July 13th 2015, 8:08 pm

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/
avatar
Vanny
New Member

Posts : 1
Reputation : 1
Language : English

http://op-piratenationtest.forumotion.com/

Back to top Go down

Staff List Help Empty Re: Staff List Help

Post by Pizza Boi July 14th 2015, 12:20 pm

Hi Very Happy

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
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum