Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

PHP Echo border color and other saff?

Asked Modified Viewed 5,865 times
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
asked
Member

Hey!

Want change that border color to red and 1px size and want change boarder width to 360px!

Also how i can change that border corners to more circular!

My code is here what i want to change:


      echo "<center><table bgcolor='#C6FF00' border=1px cellspacing=0 cellpading=0> 
<tr> <td><font color=red>
<center><img src='http://jomppaspace.net/images/comment_nottice.png'title='Always follow posting and comment's rules!' alt class='item_45x45' width='45' height='45'></center>
<center><font color='#ff0000'>Comment Rules!</font></center>
1.
<br />
2.
<br />
3.
</td></tr>
</table></center>";
0 replies

2 posts

H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Use that
echo "<style type='text/css'>
.table_example {
background:#70A037;
color:#fff;
border:1px solid #444;
padding:4px;
width:150px;
height:150px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.td_example {
background:#BACBE8;
color:#A10D02;
border:1px solid #fff;
padding:4px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
</style>";
echo "<table class='table_example' cellpadding='0' cellspacing='0' align='center'>
<tr> <td class='td_example'>
<center><img src='http://jomppaspace.net/images/comment_nottice.png' title='' alt='' width='45' height='45' /></center>
<center>Comment Rules!</center>
1.
<br />
2.
<br />
3.
</td></tr>
</table>";


f1210.hizliresim.com/12/p/f4cw0.png
0 replies
J
Jompsa
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions
answered
Member

Thank you very mutch!:G
Edited by Falk on 08-01-2020 19:13,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

H
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
J
J
Jompsa 10
Visit my homepage - http://jomppaspace.net
  • Member, joined since
  • Contributed 96 posts on the community forums.
  • Started 18 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet