Re: Domain name pointing?
SnakEyez02 wrote: That depends whether the IP is shared or dedicated. In a dedicated IP environment that would work. In a shared IP environment that will not work. The server settings tell which...
View ArticleDreamweaver Wrapper Links
If anyone can suggest some help to the below i'd be over the moon. I'm trying to make a simple holding page that'll house 1 image, plus 3 social sites. I'd like it to resize so that it resizes...
View ArticleRe: How can convert the em,px,pt and % in css
Thanks nancy. what is the base value for convertion. For eg i dont have a this convertion table i would like to apply for 17 pt font size to ems & %. How can i get ems & percentage.In any...
View ArticleRe: Problem on editing template .dwt file
Examine your template.dwt for other links containing file:///C|/wamp/www/ in the path as these will need to be reconciled, too. Nancy O.
View ArticleRe: XML not displaying correctly when larger
I can't get it working when arranged like this. Basicaly, when i only want to display the xml data it won't work. In <HTML xmlns:spry="http://ns.adobe.com/spry"> seems necessary - although an...
View ArticleRe: path clarification
See Absolute, document-relative and site root-relative paths:http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822 510a94ae8d65-7c44a.html If you use DW to insert scripts into...
View ArticleRe: How can convert the em,px,pt and % in css
Point is a print size. It doesn't translate well to screen. 1 ÷ parent font size (px) x required pixels = em equivalent Assuming your base font size is 16px (browser default)1 ÷ 16px = 0.625 x 960px...
View ArticleRe: How to Insert Date Over Image in Dreamweaver CS6?
It works if your page is .php and your server supports PHP code. <p style="position:absolute; top:226px; left:180px; font-size: 21px; color:red">INSERT DATE HERE<p> Nancy O.
View ArticleRe: Swf file not playing
Yes it is Go Daddy. I will check with them and see what the problem is. Thanks for the help, at least now I know it may be a server issue and not a code one.
View ArticleRe: How can convert the em,px,pt and % in css
thank you so much nancy.I have one doubt what is the base value for pixels to percentage.for Eg my container width = 960 px how can i convert to percentage.what is the formula.
View ArticleIs it possible to change user agent/browser engine for design view?
I am working with an application that has an embedded browser. It seems to be closest to the IE6 engine in quirks mode. Is there a way to change the user agent or browser engine used when rendering...
View ArticleTrouble aligning centered objects
Hi, I want to have 2 objects one a contact form the other is text with links along side each other centered. I have enclose two images, one is my best outcome which was done using tables ( which I was...
View ArticleRe: How can convert the em,px,pt and % in css
Percentage settings for container width is based on the parent container. If the parent containers have no fixed width increment set, then % will be based off of the browser window width. To convert...
View ArticleRe: How to Insert Date Over Image in Dreamweaver CS6?
Which code are you using to get the current date? Nancy O.
View ArticleRe: Is it possible to change user agent/browser engine for design view?
No. You can't change Design View's engine. The best you can do is preview in IE6, quirks mode.http://www.my-debugbar.com/wiki/IETester/HomePage Nancy O.
View ArticleRe: Is it possible to change user agent/browser engine for design view?
Design view is even worse than IE in quirks mode. It should never be trusted. So the short answer is no.
View ArticleRe: How to set DreamWeaver to show code hinting for backbone
Hi, I wrote:Is there a way to setup DreamWeaver CS6 to display code hinting for backbone.js framework? Or any other js like it is done for jQuery?I meant only JavaScript, it is available for jQuery...
View ArticleRe: Trouble aligning centered objects
Use a CSS parent container width of about 900px and center it with margin-left and margin-right of auto. #container {width: 900px;margin:0 auto;border: 1px dotted red;} Use floats and margins to align...
View Article