Music bands/fans website

nbaulch

New Member
Messages
29
Reaction score
0
Points
0
Hi! Thought I'd see if anyone wants to take a look at my site.

Basically it is a site used to help local unsigned bands enabling them to advertise gigs, look for band members, promote themselves etc...

Also for fans and marketing companies to come and use.

I am still fixing up bits and pieces trying to make it usable over the popular web browsers.... but that is taking time :mad:

There is a forum attached to this site also.

Cheers.. and comments and suggestions are more than welcome.

www.localmusicscene.pcriot.com
 
Last edited:

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
Nice Animating image at the home page. But change the title of the first page. Lot of empty spaces at the bottom. Need to remove that . Other than that its ok.
 

nbaulch

New Member
Messages
29
Reaction score
0
Points
0
Nice Animating image at the home page. But change the title of the first page. Lot of empty spaces at the bottom. Need to remove that . Other than that its ok.

Thanks

I tried to move the empty spaces at the bottom in dwcs3 but when i do it puts a gap in the header images.. im not sure how to correct this properly... i only know basic coding and usually its just trial and error..

I agree with your sentiments on the first page :cool:
 

Patrick M

New Member
Messages
27
Reaction score
0
Points
0
eliminate the border around your buttons by adding a border="0" to the images for Enter Site and Enter Forum.

heres your code
Code:
<a href="HOME.html"><img src="images/site_button2.jpg" /></a><img src="images/text.box_filler_spotlight.jpg" width="10" height="30" /><a href="http://www.localmusicscene.pcriot.com/forum"><img src="images/forum_button2.jpg" /></a>

Simply replace it with this:
Code:
<a href="HOME.html"><img src="images/site_button2.jpg" border="0" /></a><img src="images/text.box_filler_spotlight.jpg" width="10" height="30" /><a href="http://www.localmusicscene.pcriot.com/forum"><img src="images/forum_button2.jpg" border="0" /></a>
 

Coonz

New Member
Messages
132
Reaction score
1
Points
0
Yeah you def. need to remove the border like previously stated or at least change the border color. You have a few things that could be fixed in your Spotlight Application page. Some of your fields are WAY to small not to mention the green text is hard to read. Try making the green darker/lighter. But the rest is fine. Looks pretty good.
 

nbaulch

New Member
Messages
29
Reaction score
0
Points
0
Thanks people.. this is great! :biggrin:

I will be having a go at the changes tomorrow...

cheers again :cool:
 
Top