Hey I have been trying to design a couple of splashpages for my exchange - I made one here, but I can't get the border to go the right colour. http://www.trafficbunnies.com/splash/marchpromo.php?r=58081 Here is the code. <html> <head> <meta http-equiv="Content-Language" content="en-au"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Splash1</title> </head> <body background="http://www.trafficbunnies.com/splash/newbg.jpg" style="background-attachment: fixed"> <div align="center"> <table border="10" cellpadding="0" cellspacing="0" width="622" height="520" bordercolorlight="#663739" bordercolordark="#663739" bgcolor="#E4E5DC"> <!-- MSTableType="layout" --> <tr> <td valign="top" bgcolor="#E4E5DC" height="465" bordercolor="#663739" bordercolorlight="#663739" bordercolordark="#663739"> <!-- MSCellType="ContentHead" --> <img border="0" src="http://www.trafficbunnies.com/splash/tiger.jpg"></td> </tr> <tr> <td valign="top" height="35" width="600"> <p align="center"><font color="#890E21"> <span style="font-size: 16pt"><b>***</b></span></font><b><font color="#663739" style="font-size: 16pt"><a target="_blank" href="http://trafficbunnies.com/"><font color="#890E21">Click here to get your free account! [Opens in New Window]</font></a><font color="#890E21">***</font></font></b></td> </tr> </table> </div> </body> </html> Code (markup): I am using frontpage, and it says that the colour is like a burgundy kinda colour, but when I upload it it's grey. How can I change this???
The border around the bunny-picture? I think you need to right-click the picture, go to Border Properties and change settings there... Shouldn't be too hard to find if you give it a few min
your border colour is on line 15 if you have any kind of graphics program select the colour you want the, most program will give you a numerical value for the colour, change this part of the code #663739 to your new colour hope that makes sense to you Kathryn. p.s try using dreamweaver if you can get it