I designed my first web page in photoshop for my band and then uploaded it to my site it works great....the rollovers worked as links ect...........but i used www.jackjohnsonmusic.com as kind of a template on how to design my page and
if you view the page source for that site its much more simple....for example other than the main page each subsaquent pages source code is like this
<html>
<head>
<title>JackJohnsonMusic.com</title>
</head>
<frameset rows="545,*" frameborder=0>
<frame name="main" src="shows.asp?NavId=3">
<frame name="bottom" src="bottom.asp">
</frameset>
</html>
and even the code for my main page is much complicated.....and takes a bit of time to load, unlike jack's main page. I noticed that the jackjohnson site used .asp file with NavID refernces and I'm a newbie at this so i'm not sure what that means or how to go about building site that preloads the main parts it needs to.... and the subsequent pages as framesets
my site is www.ggapband.com if any one needs to view the source code
Any help would be greatly appreciated
P.S i cant use .asp due to my yahoo host but i'm under the asumption that PHP is an alternative
if you view the page source for that site its much more simple....for example other than the main page each subsaquent pages source code is like this
<html>
<head>
<title>JackJohnsonMusic.com</title>
</head>
<frameset rows="545,*" frameborder=0>
<frame name="main" src="shows.asp?NavId=3">
<frame name="bottom" src="bottom.asp">
</frameset>
</html>
and even the code for my main page is much complicated.....and takes a bit of time to load, unlike jack's main page. I noticed that the jackjohnson site used .asp file with NavID refernces and I'm a newbie at this so i'm not sure what that means or how to go about building site that preloads the main parts it needs to.... and the subsequent pages as framesets
my site is www.ggapband.com if any one needs to view the source code
Any help would be greatly appreciated
P.S i cant use .asp due to my yahoo host but i'm under the asumption that PHP is an alternative







