Dreamweaver
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Iron Speed
Go Back   Tutorialized ForumsWeb Design & DevelopmentDreamweaver

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Tutorialized Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old April 30th, 2008, 02:46 AM
jazzvb jazzvb is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 3 jazzvb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 43 sec
Reputation Power: 0
Background plus link

Hello,

I have two questions:

1. how do I open a link in a new window
2. I have an image as my background, but this image is shown 4 times (2x2) on the background. I want this image shown just as one big image. How do I change that?

Thank you,
Jazz

Reply With Quote
  #2  
Old April 30th, 2008, 07:10 PM
Squibbit's Avatar
Squibbit Squibbit is offline
DishwashingMonkey
Tutorialized Novice (500 - 999 posts)
 
Join Date: Sep 2006
Location: Miami, FL, USA
Posts: 653 Squibbit New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 13 h 37 m 6 sec
Reputation Power: 0
Send a message via AIM to Squibbit Send a message via MSN to Squibbit Send a message via Yahoo to Squibbit
Bebo Facebook MySpace
In your CSS you should have your background defined in the body;

Code:
body {
background-image: url('background.gif');
}


or something similar, add;

Code:
background-repeat:no-repeat;


In between your curly brackets.
Stretching the background image would make it pixelate and lower the quality of the image.

To open a link in a new window, do this;

Code:
<a href="http://www.tutorialized.com" target="_blank">Tutorialized</a>


Hope this helps

Reply With Quote
  #3  
Old May 1st, 2008, 05:49 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 371 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 42 m 52 sec
Reputation Power: 2
And if the CSS scares you it should also be in the page - properties section of dreamweaver. I think... Haven't used it in years...
__________________
Ask me for help in the following areas:
Flash - Should be able to help
HTML/Dreamweaver/Web Design - Should be able to help.
CSS - Can help in some areas

Also working on:
JavaScript
PHP
C++
DHTML

Reply With Quote
  #4  
Old May 1st, 2008, 08:38 AM
jazzvb jazzvb is offline
Registered User
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Apr 2008
Posts: 3 jazzvb User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 58 m 43 sec
Reputation Power: 0
wow, that's considerable abracadabra for me. but i'll give it a go.
but thank you for the explanation. i'll let you know if i worked it out.

thunder, if i cant work it out, do you know how to do that? i tried for too long and nothing worked...

jazz

Reply With Quote
  #5  
Old May 2nd, 2008, 12:13 PM
Squibbit's Avatar
Squibbit Squibbit is offline
DishwashingMonkey
Tutorialized Novice (500 - 999 posts)
 
Join Date: Sep 2006
Location: Miami, FL, USA
Posts: 653 Squibbit New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 2 Days 13 h 37 m 6 sec
Reputation Power: 0
Send a message via AIM to Squibbit Send a message via MSN to Squibbit Send a message via Yahoo to Squibbit
Bebo Facebook MySpace
If you're using the Page Properties section of DW, it'll put the CSS at the top of your main HTML page, between two style tags;

Code:
<style type="text/css">
CSS Code...
</style>


There isn't really an issue with that, but linking an external stylesheet is preferable, in which case most sites have a CSS file (usually named style.css) in their sites index.
It just makes your code tidier and easier to access and change, you just simply link it to your HTML document in the head of the page;

Code:
<link rel="stylesheet" href="style.css" />


Coding it by hand will also make it easier to learn and know what to change should anything go wrong, IMO.

Reply With Quote
  #6  
Old May 7th, 2008, 04:04 AM
thunder thunder is offline
Moderator
Tutorialized Newbie (0 - 499 posts)
 
Join Date: Oct 2006
Posts: 371 thunder User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 11 h 42 m 52 sec
Reputation Power: 2
Yeah. I do all my coding by hand. So I don't know my way around DW. But I just feel that people using DW usually prefer to do things without code... So I try and explain without resorting to coding it if at all possible.

Reply With Quote
Reply

Viewing: Tutorialized ForumsWeb Design & DevelopmentDreamweaver > Background plus link


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway