|
|||||||
Join now to share free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
first i would just like to say what a terrific site this is and what a top service
ive downloaded your featured nightclub template and pretty much customised it to how i want it, however, im changing the top links to what i need them to be, but one of them i need to be two words and its overlapping the next number very slightly. What do i need to do to the code to space out the link tags so i can make everything fit? also, can anyone make a phpbb3 theme to complement this? |
|
||||
|
You can make your own www.phpbb.com/kb/article/how-to-create-a-new-phpbb3-style/ but not right now, the site has "been attacked through a 0-day-exploit" and is down.
As for your spacing problem this may work, but then it might make the font to small. Look in you style.css file for font-size: 12px and try 11px or 10px save your file after edit. Code:
#menu li{
position:absolute;
top:50px; /* change to 35px */
list-style-type: none;
}
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
#menu a{
font-family: verdana, arial, sans-serif;
font-size: 12px; /* change to 11px or 10px */
font-weight:bolder;
color:#FFFFFF;
text-decoration:none;
text-transform: uppercase;
}
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
Just noticed you could also try in the style sheet changing
Code:
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants Last edited by ishkey; 02-05-2009 at 08:50 PM. |
|
|||
|
nice one ill give that a go, thanks for that
also is there anyway to add extra links at the top, maybe another row underneath them with the numbers in stars continuing?? and do you know of an uploader script that i can place onto the page that will sync colour wise with the rest of the page so members can upload their dj mixes directly to my host that will display as a download link on the page?? |
|
||||
|
Stu you might what to read A Basic Primer it will give you an idea what templates are all about. If you wanted to add another row then you would have to rewrite the whole template. Maybe you could use one of the menu selections to send them to another page and have all but one menu selections different. That one different menu would allow to get back home or you could see if a drop down menu with sub-menus would work. You can do this in javascript.
If you google for an uploader script, I would look in the area of "php" as there are more scripts written in php. Then you will need a another script in php to display them. Of course you will need to learn php. You can always get a better understanding of languages at http://www.w3schools.com/ along with many other tutoral sites out there. Hope this helps - keep us informed - we love to see the site.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
|||
|
Sorry if this is in the wrong place, but Im trying to compile some different code examples given in the devkit, and every example gives me error:too few arguments to function PAD_ScanPadsI tried searching for the problem, but with no luck...
|
|
||||
|
Igorokk - what place do you think this is?
Lets see this is a forum about html/css templates and you are compling code in some language (unknown) and using a devkit, again unknown. A mystery for now. I suppose you could use Visual Studio and c# as it's less ridged than c++. but then again you could use c++ for the framework with .NET as the wrapper and c# for the body, link it into a database and server up all pages from the back end, throwing in some ajax for good measure.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
Quote:
...Oh Dave! LOL! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|