TeamScionEyed Miami, All Scions welcome!
ok how does webpage work, i attempted to start wokring on my cigar brand webpage and this is all ive gotten
www.casagomezcigars.com
www.casagomezcigars.com
Originally Posted by ACiDTc
ok how does webpage work, i attempted to start wokring on my cigar brand webpage and this is all ive gotten
www.casagomezcigars.com
www.casagomezcigars.com
The easy way. Is you create a couple of identical webpages.
With the Top portion (the head) same on all of them. Then you just change the bottom portion which is usually the title and content.
At the very bottom you could have the navigation. With different links to your different pages.
The way people usually do it though, which is a little harder. Is they setup 1 html page. Which houses 3 Framesets. Each frameset has a name. Let's say the top frameset is called "topFrame", the left frameset will be called "leftFrame", and the bottom right portion will be called "mainFrame".
You create 1 html page per frame set to begin. So create a header. htm page. Which will reside in the "topFrame" frameset.
Create another html called menu.htm, whiich will have the menu (which basically means your links to other webpages i.e. Contacts.htm About.htm Cigars. htm you get the picture) and this will reside in the "leftFrame" frameset. Your links in here should look something like this.
About Us
Contact Us
Main Page
So what it does. Is when they click on a link in the menu.htm page, it will update the frame on the bottom right, which is the mainFrame portion.
Oh yea don't forget to create a a main page which will have some content, and will reside in the"mainFrame" frameset when they initially load the webpage.
This is how your Index.htm page should look like:
<html>
<head>
<title>Cigars</title>
</head>
<frameset rows="80,*" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="header.htm" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="80,*" frameborder="no" border="0" framespacing="0">
<frame src="menu.htm" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frame src="main.htm" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
</frameset>
<noframes><body>
</body>
</noframes></html>
If you have any questions, let me know.
Originally Posted by ACiDTc
ok how does webpage work, i attempted to start wokring on my cigar brand webpage and this is all ive gotten
www.casagomezcigars.com
www.casagomezcigars.com
Originally Posted by TCpete
Originally Posted by ACiDTc
ok how does webpage work, i attempted to start wokring on my cigar brand webpage and this is all ive gotten
www.casagomezcigars.com
www.casagomezcigars.com
I know the ins and outs, but I don't like making it, lol. Which is funny, since I do programming at work >.<
Joined: Nov 2007
Posts: 7,369
From: Jacksonville, FL
Originally Posted by TCpete
Originally Posted by ACiDTc
ok how does webpage work, i attempted to start wokring on my cigar brand webpage and this is all ive gotten
www.casagomezcigars.com
www.casagomezcigars.com
prices vary depending on the project.. if you need something sam LMK what it is and i can give u an accurate price. if loren wants me to do it i'd have to sit down with him and really see what he needs.. you both can PM me or call me up anytime 305.761.8893. and we'll talk it over. =)
i can design it for you no problem. the only part that would be rough is the shopping cart deal. but i have friends who can do that or if u know ppl who are good with shopping carts im sure they can help..
i can design it and get it up and running no problem. and i can ad forms like for contacts or sending messages .. small things like that.. but shopping carts i definitely do not touch right now lol everything else i can do. html, flash, w.e
i can design it and get it up and running no problem. and i can ad forms like for contacts or sending messages .. small things like that.. but shopping carts i definitely do not touch right now lol everything else i can do. html, flash, w.e
loren here were 2 of my previous clients ive done work for in the past free lancing
http://www.padron.com/
http://www.drewestate.com/
did these a while ago.. one of my reps loves cigars and whisky so i do alot of ____ like this all day lol
http://www.padron.com/
http://www.drewestate.com/
did these a while ago.. one of my reps loves cigars and whisky so i do alot of ____ like this all day lol





