Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Monica A. #1
What am I doing wrong.
Hi,
I need some help. I am new with dreamwaver.
I created a template. I want to send it as an email. I can see it nice
opening with Dreamweaver, but when I open it with a browser most of my text
desapeared and the layoutcells moved. I created a StyleSheet for the fonts.
All the files are in one subdirectory. What am I doing wrong?
Monica A.
Monica A. Guest
-
something wrong..
I want to integrate following php-file into my Flash-movie, but something still does not work. The Php-file is like that: Online it looks like... -
What am I doing wrong?
> rs.Source="SELECT id From User Where upper I asked this before... Try sql = "SELECT id FROM user WHERE UPPER(cLoginID) = '" & vUserID &... -
What is wrong?
Take a look at your Stored Procedure. It takes a wide variety of data types. But in your code, you use an overloaded version of the Add() method of... -
What am I doing wrong???!?!
I have a simple form that based on the the two inputs, ExAD_Tracking and ExAD_DateEntered, will query the database and display the records... -
What am I doing wrong
I am trying to fade in an image over time, however the image keeps blinking, it fades in all the time. Below is my script. on exitFrame me go to... -
Brandon Taylor #2
Re: What am I doing wrong.
Hi Monica,
You'll need to use absolute links to your images and stylesheets.
Use: <link href="http://www.yourdomain.com/css/styles.css" rel="stylesheet"
type="text/css" />
instead of: <link href="../css/styles.css" rel="stylesheet" type="text/css"
/>
If that doesn't get you very far, please post a link to your page so we can
see what's going on.
HTH,
bT
"Monica A." <webforumsuser@macromedia.com> wrote in message
news:d6vvv4$nln$1@forums.macromedia.com...> Hi,
> I need some help. I am new with dreamwaver.
>
> I created a template. I want to send it as an email. I can see it nice
> opening with Dreamweaver, but when I open it with a browser most of my
> text
> desapeared and the layoutcells moved. I created a StyleSheet for the
> fonts.
> All the files are in one subdirectory. What am I doing wrong?
> Monica A.
>
Brandon Taylor Guest
-
darrel #3
Re: What am I doing wrong.
> I created a template. I want to send it as an email. I can see it nice
text> opening with Dreamweaver, but when I open it with a browser most of myfonts.> desapeared and the layoutcells moved. I created a StyleSheet for theFonts are irrelevant on the web. You can only suggest fonts that they may or> All the files are in one subdirectory. What am I doing wrong?
may not have on their computer...you can't tell someone to use a specific
font of yours.
As for CSS, if we're talking about email, an external style sheet likely
won't work. Your best off putting your CSS inline.
Other than that, we'd have to see your page to be of any specific help.
-Darrel
darrel Guest



Reply With Quote

