View Full Version : Border
G3MM4
06-09-2005, 07:51 AM
Ok I am a bit confused. I want to add a coloured border (not white) around the box right at the bottom of the page(the one with the admin/archive etc links, just above the copyright text), but I don't know whether the code should go in the footer or somewhere else? I'm not sure what code to put either. I know I can say <table border="1"> or similar but how do I change the border colour? I've looked on the web for tutorial about changing the colour of a border around a table, but other than doing it with CSS, I can't find any other information. Some detailed help would be nice for this newbie. Thanks.
G3MM4
06-10-2005, 08:05 AM
Has no one got any suggestions?
sphinx
06-10-2005, 05:37 PM
if you mean the one at the bottom ie footer the change you need to make is in your footer template add the border there.
sphinx
06-10-2005, 05:40 PM
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="710" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
this is the bit you need to change it is in your footer,in mine it is just above the quickchooser as you can see,hope this has helped ;)
G3MM4
06-11-2005, 02:12 PM
Ah thanks. Still learning where everything is. Just out of interest, (for another skin I'm doing) a lot of vBulletin websites have a border on the left and right side of the forums, on the forumhome (not the body background, I mean on the sides of the page background). How is this done?
sphinx
06-11-2005, 03:10 PM
try putting a bordertag in your page background extra css box,if that's what you mean.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.