Website Babble Webmaster Forums  
     Click to Download a Free, 3 Column CSS Web Template | Watch Instructional Video
  #51 (permalink)  
Old 05-19-2008, 08:37 PM
JaMina's Avatar
Regular Babbler
 
Join Date: Mar 2008
Location: Beautiful New England
Posts: 64
Default

Yeah thanks Steve. Although I have used many website builders, such as Dreamweaver, NVU and Arachnophilia, many times I often use plain and simple Notepad. I just used it today as a matter of fact to do some quick HTML to upload to my site. I've never heard of Notepad2 but I'm definitely going to check it out.
__________________
Peace - Love and Butterflies

~ JaMina

Last edited by JaMina; 06-15-2008 at 07:03 PM.
Reply With Quote
  #52 (permalink)  
Old 06-15-2008, 05:03 PM
Multimastery's Avatar
Junior Babbler
 
Join Date: May 2008
Posts: 20
Default

Love the new design! I ran across your site in the past and although the previous design was workable -- this new design definitely "sells" your website more -and the layout is more engaging
__________________
Free Subscription (US / Canada) ~ The only Print Magazine for Website Owners & Serious Internet Marketers ~ Time-Sensitive Opportunity
Reply With Quote
  #53 (permalink)  
Old 07-01-2008, 06:19 PM
Junior Babbler
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 13
Default

Hi again Lisa

I hope you read this - I have a question about your implementation of the search box you use on your stomach site. I have signed up with master.com and I can get the search tool to work but I was wondering how you get the search results to show inside a page of your site? I have read their instructions but I must admit, I'm a bit lost.

Am I right in assuming that you have to put the entire code for a page, includes and all, into a master.com page for it to look the same?

And then what do I need to upload to my site for this to work?

Thanks
Steve
Reply With Quote
  #54 (permalink)  
Old 07-01-2008, 11:49 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 2,879
Default

Hi Steve

Yes, you do have to grab all your code. They won't read include files so you'll have to use the expanded HTML code from your includes.

What I did was open up my homepage in a browser, did a "View Source" and copied all my code into Dreamweaver. (The reason I opened my site up in a browser rather than getting the code from my PC is because browsers will display the include code. Remember, master can't read includes.)

I erased all the content from the "main content" area where the results are to be displayed and placed the Master code where the content was. You need to paste the text Master.com.content in your template where you want the results to show.

Then login to master.com, click on the "Search Your Site" link under the "Configuration" tab and paste this template you've just created into the Look and Feel Selector box.

Now add the search box code HTML to your site. Here's mine and of course you'll just adjust it to work for your site. You can get this code from master too.

HTML Code:
<FORM METHOD=GET ACTION="http://flat-stomach-exercises.master.com/texis/master/search/">
<INPUT name="q" value="search this site..." size="14">
<INPUT TYPE=submit VALUE="Search Now"><INPUT TYPE=hidden NAME=s VALUE=SS>
</FORM>  
Also if this is too complex you can try Google customized search. I'm sure it's much easier to setup. The only reason I don't use it is I've used Master long before Google Search came about and I've just gotten comfortable with it.
Reply With Quote
  #55 (permalink)  
Old 07-02-2008, 05:34 AM
Junior Babbler
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 13
Default

Lisa, you are a star, thanks! Now, why couldn't they have written it like that? Actually I was struggling with a few div tags as well, so it wasn't all their fault!

Just one thing, how did you get the text of the links in the search results to be brown in colour? I want mine to be green for my herbs site.

Thanks again
Steve
__________________
www.digherbs.com
Reply With Quote
  #56 (permalink)  
Old 07-02-2008, 10:06 AM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 2,879
Default

Glad I could help.

I did that by linking to my site's style sheet in my template. In the head of my template there's a line that reads
HTML Code:
<link href="http://www.flat-stomach-exercises.com/support-files/style.css" rel="stylesheet" type="text/css" />
This tells the browser to use my site's stylesheet for my fonts, colors, etc.

Are you using SBI!'s block builder? If so you need to email support and find out what that link is. I'm not sure how to get that from SBI! if you're using the block by block builder. Not even sure if you can to be honest.

If you don't have a style sheet or don't want to bother figuring out what your link is, the other option is to use an internal style sheet and declare the colors right in the template. So you'd add this code in the head of your Master template:

HTML Code:
<style type="text/css">
a:link {
COLOR: #0000FF;
} </style>
Change 0000FF to whatever color you want.
Reply With Quote
  #57 (permalink)  
Old 07-03-2008, 01:22 AM
Junior Babbler
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 13
Default

Jeez Lisa, I must be having one of those bad hair days! I already have that link in the head section to my style sheet (I upload my own), and that's why the links are exactly the same colour as on my site. Doh!

But anyhow...I did want a different link colour for these links in the search results so I will delete the ref to my style sheet and add the new code.

I have to say, this is like having my own on-line tutor! Thanks, you are indeed a star.

Steve

Edit: Just tried it and of course, because the page needs the original style sheet, I can't have a different colour for these links, if you get my drift. Never mind, this search is million times better than the what I previously used for searching the site.
__________________
www.digherbs.com

Last edited by u9026a; 07-03-2008 at 01:35 AM.
Reply With Quote
  #58 (permalink)  
Old Yesterday, 12:32 PM
Junior Babbler
 
Join Date: Jul 2008
Posts: 4
Default

Lisa,

If I start a site with SBI can I later convert my site format by using Dreamweaver? I have no knowledge of Dreamweaver and how to create a website from scratch, but the thought and challenge does intrigue me.
Reply With Quote
  #59 (permalink)  
Old Yesterday, 01:21 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 2,879
Default

rifa00, yes you can. That's exactly what I did. My site used to use the standard templates but I bought DW and learned how to use it. Then I converted my site over. SBI! provides step by step instructions on how to make the transfer but it's up to you to become familiar with DW or whatever software you want to use. And I would highly recommend you learn to use the software program (or hand code) before making the transition.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 08:40 PM.



WB Sponsors

Profit Lance Review

WEB MARKETING



 Subscribe to the Website Babble Feeds

The place where beginners learn how to create a website.

Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0