a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Hosting from $3.99 per month!

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions. dd

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

border problems can html fix me?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> border problems can html fix me?
Page: [1]
 
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
border problems can html fix me? - 6/7/2001 20:03:00   
I want the content that is not in the 'shared borders' to touch the content that is in the s. borders. Is there anything that I can do in html to fix this.

All of my graphics look weird when there's a white gap on the outside of the borders.

[html]www.tsgcom.com[/html], you'll see what I am talking about.

Thanks,
G. Hoover

Nancy

 

Posts: 3626
Joined: 11/9/1999
From: Nebraska
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 20:30:00   
Actually the problem isn't with the shared border, but with the margins.

Try putting the following in the body tag of the main page, and see if this helps.

topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"


Nancy

------------------
Wrinkled is NOT one of the things I wanted to be when I grew up!

FP2K Themes and Templates
DreamweaverSites


(in reply to decorusvita)
Goober

 

Posts: 1156
From: Pennsylvania USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 20:31:00   
I don't know about shared borders, but I don't think you'd get the white line with include pages.

A couple of tips:

Your nav buttons are saved as .jpgs and should be saved as .gifs. That's why they look over-compressed.

Be sure to test your site in Netscape. The search box is looking very strange.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 20:36:00   
the search box is a wooden duck,

I'll get the real one up later


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 20:41:00   
ok Nancy, but in HTML view it says absolutely nothing about margins.


G.H.


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 20:48:00   
This is what's in my HTML view for my home page:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Home Page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="tl, default">
</head>

<body bgcolor="#FFFFFF" style="vertical-align: 0">
<div style="float: left">
<p align="left"><font size="1"><img border="0" src="../images/hpOnly/tsginc.jpg" width="705" height="84"><br>
</font>
<img border="0" src="../images/hpOnly/totalcommco.jpg" width="709" height="399">
</div>
 </body>

</html>


(in reply to decorusvita)
LB

 

Posts: 5551
From: Montana USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 23:12:00   
Use:

<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">

I don't see where you'd want the float left... I assume that was part of the attempt to move the content over?

Linda


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 13:44:00   
What do you mean Linda?:?

(in reply to decorusvita)
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 13:53:00   
quote:
Originally posted by decorusvita:
This is what's in my HTML view for my home page:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Home Page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="tl, default">
</head>

<body bgcolor="#FFFFFF" style="vertical-align: 0">
<div style="float: left">
<p align="left"><font size="1"><img border="0" src="../images/hpOnly/tsginc.jpg" width="705" height="84"><br>
</font>
<img border="0" src="../images/hpOnly/totalcommco.jpg" width="709" height="399">
</div>
 </body>

</html>[/B]



What Linda said was change your body tag to this: <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">

------------------
Gil Harvey
The Host Factory
Resellers are our speciality
"Is there another word for synonym?"


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 14:57:00   
good stuff I did the margin adjustment and it brought everything in closer to the browser.

www.tsgcom.com

But still the main thing for me is the white gap between the left shared border and the graphic on my home page. The gap is on all of the pages.

Thanks ,
G.H.


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 14:58:00   
oh yeah...

do I have to do the margin edit for ALL of the pages in my web?

Is there a template that I can download or create so that I don't have to do that with any future pages?

Ty,
G.H.


(in reply to decorusvita)
Goober

 

Posts: 1156
From: Pennsylvania USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 17:03:00   
Yes, you have to do that for every page.

Next time you need to make a new page...assuming you have one that is working/looking the way you want...File > Save As > assign a new page name and file name > Save.

That will make an exact copy, not changing the original. All you have to do is change the page content.

Have you tried an include page as opposed to a shared border, yet?

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites

[This message has been edited by Goober (edited 06-07-2001).]


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 17:54:00   
What's an include page?

(in reply to decorusvita)
Goober

 

Posts: 1156
From: Pennsylvania USA
Status: offline

 
RE: border problems can html fix me? - 6/7/2001 18:22:00   
Let's say you want to put your left navigation bar in an include page.

1. Leave a cell on the left side of your table empty where you wish the nav bar to show.

2. On a new page, design just the nav bar. You can put it in a table if you wish, but don't necessarily have to. Make all your links, etc. Save it.

3. On the page with the empty cell, click in the cell > Insert > Component > Include page > browse to find the page > OK.

Include pages are great for any parts of your site that appear repeatedly, such as header, footer, navigation, etc.

When you need to make a change in an area that has an include page, you just make the change in the include page itself, and the changes appear throughout the site.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/8/2001 20:01:00   
Sandy

Okay I get what you are saying with the insert component but you are telling me that to get the gap between the toolbar and the main page content, I have to make an 'include page', insert and redo??

Thanks, Genny


(in reply to decorusvita)
Goober

 

Posts: 1156
From: Pennsylvania USA
Status: offline

 
RE: border problems can html fix me? - 6/8/2001 13:55:00   
huh? redo?

I see from another post it has been suggested you use tables. When you do this, it would be the perfect time to start using include pages. Assuming you don't use cell spacing, there will be no gap between cells...no white space between your nav bar and the content on the right.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites


(in reply to decorusvita)
decorusvita

 

Posts: 93
From: BR, LA, USA
Status: offline

 
RE: border problems can html fix me? - 6/11/2001 23:05:00   
Sandy

Ok, when I say 'redo', I mean as in having to redo the whole site in tables not cells?

Thanks for all of the advice.
Looking forward to more, lol .

------------------
Thanks, G. Hoover

*****************************

I am a survivor.

Something-Fishy


(in reply to decorusvita)
Page:   [1]
OutFront Discoveries

All Forums >> Web Development >> Microsoft FrontPage Help >> border problems can html fix me?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts