DreamHost Discussion Board http://discussion.dreamhost.com/postlist.pl?Board=forum_webdesign Threads in the "forum_webdesign" forum at the DreamHost Discussion Board! Sun, 22 Nov 2009 17:00:06 -0800 http://discussion.dreamhost.com/ en Amended URLS? http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=124165&page=0&view=collapsed&sb=5&o=14&vc=1 Sun, 22 Nov 2009 07:42:04 -0800 BG01 forum_webdesign http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=124165&page=0&view=collapsed&sb=5&o=14&vc=1 Post Reply?

Does somebody know why or how URLs / links in my htm and php are being amended with Dreamhost?
I have ONE simple page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
another test <a href="www.bling.com" target="_blank">bling</a>
</body>
</html>

Just to prove it has nothing to do with code (javascript, etc.) on my part.

Now the above code should be a clean page with the words 'another test' hyperlinked to bling.com and opening in a new browser window... simple enough!

But, the hyperlink when hovered/pressed gives me this:
http://www.mydomain.com/test/http://www.bling.com

What gives?



]]> Post Reply?

Does somebody know why or how URLs / links in my htm and php are being amended with Dreamhost?
I have ONE simple page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
another test <a href="www.bling.com" target="_blank">bling</a>
</body>
</html>

Just to prove it has nothing to do with code (javascript, etc.) on my part.

Now the above code should be a clean page with the words 'another test' hyperlinked to bling.com and opening in a new browser window... simple enough!

But, the hyperlink when hovered/pressed gives me this:
http://www.mydomain.com/test/http://www.bling.com

What gives?



]]> Auto refresh? http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=124120&page=0&view=collapsed&sb=5&o=14&vc=1 Wed, 18 Nov 2009 08:39:59 -0800 GEE forum_webdesign http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=124120&page=0&view=collapsed&sb=5&o=14&vc=1 Post Reply?

Hi there,

I'm finding that as I update my website on a regular basis, when I go to look at it again the updated content does not show until I refresh the page. This is fine for me as I know that I should refresh, but it means that visitors to my site do not always see the updated content.

Does anyone know a solution to this problem? Perhaps a Meta tag that automatically refreshes the page as soon as it loads?

Thanks,
George

]]> Post Reply?

Hi there,

I'm finding that as I update my website on a regular basis, when I go to look at it again the updated content does not show until I refresh the page. This is fine for me as I know that I should refresh, but it means that visitors to my site do not always see the updated content.

Does anyone know a solution to this problem? Perhaps a Meta tag that automatically refreshes the page as soon as it loads?

Thanks,
George

]]> css having some trouble. http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=123958&page=0&view=collapsed&sb=5&o=14&vc=1 Thu, 12 Nov 2009 00:31:56 -0800 DTiddles forum_webdesign http://discussion.dreamhost.com/showflat.pl?Board=forum_webdesign&Number=123958&page=0&view=collapsed&sb=5&o=14&vc=1 Post Reply?

Hey guys, thanks for your responses to my last post. Today i'm having trouble with css.

How do i make the links white within the following class?

.sidebar {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #FFF;
}

]]> Post Reply?

Hey guys, thanks for your responses to my last post. Today i'm having trouble with css.

How do i make the links white within the following class?

.sidebar {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
color: #FFF;
}

]]>