Have made a splashpage for my site, but is a bit weird...

Discussion in 'HTML & Website Design' started by scart3r, Mar 3, 2007.

  1. #1
    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???
     
    scart3r, Mar 3, 2007 IP
  2. Nosliw

    Nosliw Well-Known Member

    Messages:
    77
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    123
    #2
    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 :p
     
    Nosliw, Mar 3, 2007 IP
  3. www.mazoo.co.uk

    www.mazoo.co.uk Peon

    Messages:
    225
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    www.mazoo.co.uk, Mar 3, 2007 IP
  4. scart3r

    scart3r Notable Member

    Messages:
    3,513
    Likes Received:
    279
    Best Answers:
    0
    Trophy Points:
    250
    #4
    Thank you guys, will have another go - and throw it in Dreamweaver and see if that helps.
     
    scart3r, Mar 3, 2007 IP