Click to See Complete Forum and Search --> : Help with Frame Margins/Borders


bwetel
12-17-2007, 10:03 PM
I have been working in frame 1 and cannot get the picture to go all the way to the top left corner, the marginwidth=0 helped on the left side, but not getting anywhere on the top. Could someone please look at this and give me some ideas. I have attached the jpg and the html files that I am using.
Thanks

cuikai
12-18-2007, 01:46 AM
try this one, instead your frame1.htm




<HTML>

<HEAD>
<LINK REL=stylesheet HREF="brookside.css" TYPE="text/css">

<TITLE>Brookside</TITLE>
<META name="description" content="Brookside">
</HEAD>

<BODY TEXT="#006600" BGCOLOR="c9c299" "LINK="#000000" VLINK="#663333" ALINK="#663333" Background="paisleybackground.gif" style=" margin:0px; padding:0px;">
<P ALIGN="left"><IMG SRC="mtrainier2.jpg" TARGET="main" border="0"></A><BR>

</BODY>

</HTML>

bwetel
12-18-2007, 09:01 PM
thank you, that's perfect.