Printable Version of Topic

Click here to view this topic in its original format

Forums _ Friendster Support _ Change table widths/transparency

Posted by: RoyalRiver Jan 10 2008, 07:54 AM

I want to know if it's possible to change the table widths and it is what is the code? Also, I want to make my tables at a certain percent of transparency so is there a code for that also?

When I add a picture on the "About ME," the picture always ends up like 5 spaces down so there's this big space between the picture and the title "About ME" so is there any way to prevent that?

Posted by: RoyalRiver Jan 10 2008, 07:57 AM

Instead of having a certain color for my tables, is it possible to have like an image?

Posted by: 9001 Jan 1 2009, 02:04 AM

Ignore Michel, he's drunk.

CODE
<table width="XX%" background-url="http://www.example.com/example.jpg">
<tr><td></td></tr>


I don't remember how to do opacity with HTML. I've always used an image.

Posted by: IVIike Jan 5 2009, 08:55 PM

CODE
filter: alpha(opacity=80); opacity: 0.80; -moz-opacity: 0.80;


out that in the code and see if it works _smile.gif