johnnyshivers-
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Holding PageDelete this thread please.
Forum: Fixing WordPress
In reply to: Holding PageMy site address is lovecolor.org
My WordPress address is lovecolor.org/colormuseum
[Bump deleted – please do not do that here]Forum: Fixing WordPress
In reply to: Holding PageI have updated the html in “Home” and relinked the “Home” to it’s default settings under Reading.
Why on Earth is it all fugly?
Forum: Fixing WordPress
In reply to: Holding PageI didn’t install WP at GoDaddy, so I don’t quite know the exact answer.
I have clicked WP Admin Panel -> Settings -> Reading:
A Static Page -> Home selected. Posts page is unselected (-Select-).
My home page:
<!DOCTYPE html >
<link href=”css/style.css” rel=”stylesheet” />
<script src=”Scripts/swfobject_modified.js” type=”text/javascript”></script>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Color Museum</title>
</head>
<style type=”text/css”>
body {
background-color: #000000;
color: white;
font-size:264px;
text-align:center;
}p {
background-color: #000000;
color: white;
font-size:72px;
text-align:center;
}#mainbody {
background-color:#000000;
padding:0px 0px 0px 0px;
width:1000px;
height:530px;
position:relative;}
</style>
<body>
<div id=”mainbody” align=”center”>COLOR Museum
<p>The Color Museum is under construction.</p>
</div>
</body>
</html>Looks like the attached / link: http://lovecolor.org/colormuseum/?page_id=814&preview=true
Forum: Fixing WordPress
In reply to: Intro to WP from a seasoned Admin / placeholder image probsI know that HTML – I don’t know the location of the index.php or index.html file.
Forum: Fixing WordPress
In reply to: Intro to WP from a seasoned Admin / placeholder image probsOk, so skipping the theme, how does one normally place an image in an index.(php or html) file using WP?