Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting images

Status
Not open for further replies.

FoxStudent

Technical User
Feb 24, 2000
85
GB
I am designing a frames page. However, I want where the top and left frame join to look curved. So when I was using fireworks to design the centre page i placed a curve at the left most corner. Unforutenly when it is insered into dreamweaver there is a border left around the firework import. How can I get rid of this?

Thank you
Grainne
 
Use the following in the <body> tag (DW does not have standard input fields for this):

leftmargin=&quot;0&quot; rightmargin=&quot;0&quot; topmargin=&quot;0&quot; bottommargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;

Note though that all your text in the center frame will also have no borders around it anymore - you'll have to add your own spacers (I suggest using a table).

Hope this helps...
allow thyself to be the spark that lights the fire
haslo@haslo.ch - www.haslo.ch​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top