Need help with Tables
2 posters
Page 1 of 1
Need help with Tables
I Need help.How Do I make a table?I'm making a rules for my server in SA-MP.
I want it to look exactly like this.
I want it to look exactly like this.
Re: Need help with Tables
- Code:
<table style="background-color:black;color:white;">
<tr>
<th>title1</th>
<th>title2</th>
<th>title3</th>
</tr>
<tr>
<td>some info1</td>
<td>some info2</td>
<td>some info 3</td>
</tr>
<tr>
<td>some info1</td>
<td>some info2</td>
<td>some info 3</td>
</tr>
<tr>
<td>some info1</td>
<td>some info2</td>
<td>some info 3</td>
</tr>
</table>
Re: Need help with Tables
acp>general>message&emails>configuration
turn on html and turn on html in your profile options
old members will have to enable html in there profile new members wont
turn on html and turn on html in your profile options
old members will have to enable html in there profile new members wont
Re: Need help with Tables
Okay This Shows me when I enabled everything you said.How can I change it to Fit this in my Width and height settings?
Re: Need help with Tables
change
- Code:
<table style="background-color:black;color:white;">
- Code:
<table style="background-color:black;color:white;width:100%;height:100%">
Re: Need help with Tables
then change height:100% to height:1000px
and set the 1000px lower or higher as needed
and set the 1000px lower or higher as needed
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum