gwp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: css txt highlight roll-overYou can do this
<style type=”text/css”>
a:link {
color: #006666;
}
a:visited {
color: #999999;
}
a:hover {
color: #0033FF;
}
a:active {
color: #00FFFF;
}</style></head>
<body>
<div style=”width:200px;”onMouseOver=”this.style.backgroundColor=’#fff200′” onMouseOut=”this.style.backgroundColor=’#ffffff'” bgcolor=”#ffffff”>
My Link
</div>GAry
Forum: Themes and Templates
In reply to: css- make snd column exten as far down as first column?Since you have the radius border and background image, trying a faux columen probably would not work.
Try adding to your css a min-height rule to both.
min-height:600px;
See how that works for you.
Gary
Forum: Everything else WordPress
In reply to: moved from wordpress.com, links don’t work nowAre your links that are not working absolute links? (http://www.wordpress.org/yourfiles/) Are they pointing to wordpress.org(com)? If so you probably have a path problem.
If that is the problem, you would need to change wordpress.org to dreamhost.xxx
Gary
Forum: Installing WordPress
In reply to: Install ProblemFixed it, turned out some of the old 2.7 files were still there.
Gary
Forum: Installing WordPress
In reply to: Install ProblemI have been able to solve first error, second still exists, this is line 77 of code
<p class=”step”><input type=”submit” name=”Submit” value=”<?php esc_attr_e(‘Install WordPress’); ?>” class=”button” /></p>