WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Change color in this table Empty Change color in this table Tue May 11, 2010 7:31 pm

Matti

Matti
Registered Member
Registered Member
Changing color in this table that Sanket give me here is the link to the topic.

http://www.webartzforum.com/html-hyper-text-markup-language-f5/text-ads-code-t700.htm?sid=4e2d8f8f809404de728407538fed40e1

If this is possible I want to change it with this color of my forum
Code:
#A8D8E3

Screenshot and see where I mark it with red

Change color in this table This14

http://csshelp.forumotion.net/

2Change color in this table Empty Re: Change color in this table Tue May 11, 2010 8:29 pm

Russel

Russel
Moderator
Moderator
Hello,

You have just to add this code inside the table tag.

Code:
bordercolor="#A8D8E3"


This is your code.

Code:
<table bordercolor="#A8D8E3" border="1" width="100%">
  <tr><!-- Row 1 -->
    <td align="center"><a href="http://www.webartzforum.com"title ="WebArtz"><img src="http://i48.tinypic.com/34rx7ps.jpg"border = none</a></td><!-- Col 1 -->
    <td align="center"><a href="http://www.webartzforum.com"title ="WebArtz"><img src="http://i48.tinypic.com/34rx7ps.jpg"border = none</a></td><!-- Col 2 -->
    <td align="center"><a href="http://www.webartzforum.com"title ="WebArtz"><img src="http://i48.tinypic.com/34rx7ps.jpg"border = none</a></td><!-- Col 3 -->
    <td align="center"><a href="http://www.webartzforum.com"title ="WebArtz"><img src="http://i48.tinypic.com/34rx7ps.jpg"border = none</a></td><!-- Col 4 -->
  </tr>
  <tr><!-- Row 2 -->
    <td align="center">Description</td><!-- Col 1 -->
    <td align="center">Description</td><!-- Col 2 -->
    <td align="center">Description</td><!-- Col 3 -->
    <td align="center">Description</td><!-- Col 4 -->
  </tr>
</table>

https://www.twitter.com/russeltubo

3Change color in this table Empty Re: Change color in this table Tue May 11, 2010 9:48 pm

Matti

Matti
Registered Member
Registered Member
Hey, Russel

that is nice but there are still some more as you can see so I would like to be all in the same color

Change color in this table More10

http://csshelp.forumotion.net/

4Change color in this table Empty Re: Change color in this table Tue May 11, 2010 10:36 pm

Sanket

Sanket
Administrator
Administrator
Can you provide the original code?

http://www.webartzforum.com

5Change color in this table Empty Re: Change color in this table Tue May 11, 2010 10:51 pm

Matti

Matti
Registered Member
Registered Member
Here is what I use now the one u give me before
Code:


<table border="1"  width="100%">
  <tr><!-- Row 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 2 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 3 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 4 -->
  </tr>
  <tr><!-- Row 2 -->
    <td align="center">Request This Service</td><!-- Col 1 -->
    <td align="center">Request This Service</td><!-- Col 2 -->
    <td align="center">Request This Service</td><!-- Col 3 -->
    <td align="center">Request This Service</td><!-- Col 4 -->
  </tr>
</table>

http://csshelp.forumotion.net/

6Change color in this table Empty Re: Change color in this table Tue May 11, 2010 11:07 pm

Sanket

Sanket
Administrator
Administrator
Code:

<table border="1" bordercolor="red"  width="100%">
  <tr><!-- Row 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 2 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 3 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 4 -->
  </tr>
  <tr><!-- Row 2 -->
    <td align="center">Request This Service</td><!-- Col 1 -->
    <td align="center">Request This Service</td><!-- Col 2 -->
    <td align="center">Request This Service</td><!-- Col 3 -->
    <td align="center">Request This Service</td><!-- Col 4 -->
  </tr>
</table>
Change the border color to anything else as you like.

http://www.webartzforum.com

7Change color in this table Empty Re: Change color in this table Tue May 11, 2010 11:23 pm

Matti

Matti
Registered Member
Registered Member
Is the same as the one Russel made and I want it in all borders to be the same color and not the border Background if you see on my second screenshot is that possible to make it the same colors in all borders. if not then I can use this one you made now Smile

http://csshelp.forumotion.net/

8Change color in this table Empty Re: Change color in this table Wed May 12, 2010 6:09 am

Krazy


Registered Member
Registered Member
Code:
<table border="1" bordercolor="#"  width="100%">
  <tr><!-- Row 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 2 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 3 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 4 -->
  </tr>
  <tr><!-- Row 2 -->
    <td align="center">Request This Service</td><!-- Col 1 -->
    <td align="center">Request This Service</td><!-- Col 2 -->
    <td align="center">Request This Service</td><!-- Col 3 -->
    <td align="center">Request This Service</td><!-- Col 4 -->
  </tr>
</table>

Try that. Should make the border the same color as the background of your forum.

9Change color in this table Empty Re: Change color in this table Wed May 12, 2010 6:15 am

Russel

Russel
Moderator
Moderator
Hello Krazy,

You also gave same codes given by me and Sanket.

https://www.twitter.com/russeltubo

10Change color in this table Empty Re: Change color in this table Wed May 12, 2010 6:25 am

Matti

Matti
Registered Member
Registered Member
@ Krazy

is the same lol

http://csshelp.forumotion.net/

11Change color in this table Empty Re: Change color in this table Wed May 12, 2010 9:51 am

Krazy


Registered Member
Registered Member
Code:
<table border="1" bordercolor=""  width="100%">
  <tr><!-- Row 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 1 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 2 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 3 -->
    <td align="center"><a href="http://advertisehighway.forumotion.com/"title ="Advertisehighway"><img src="http://i64.servimg.com/u/f64/14/74/84/24/bmmmmm10.png"border = none</a></td><!-- Col 4 -->
  </tr>
  <tr><!-- Row 2 -->
    <td align="center">Request This Service</td><!-- Col 1 -->
    <td align="center">Request This Service</td><!-- Col 2 -->
    <td align="center">Request This Service</td><!-- Col 3 -->
    <td align="center">Request This Service</td><!-- Col 4 -->
  </tr>
</table>

@ Bluesky - Try that. I used to know a way to make it go away.
@ Russell - No, I edited a variable, there is a way to remove the border.

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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