Style Page differently in WordPress Theme with this plugin
-
Hello There,
I am an amateur and I hope you will be able to help me. I would like to style the address page of a website differently from other pages on the theme. I have created the code of what I would like it to look like in wordpad but my question is how do I accomplish this look with this plugin… ie what goes where?
Please find code below
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”><head>
<meta http-equiv=”content-type” content=”text/html;charset=utf-8″ /><title>CONTACT US</title>
<style type=”text/css”>
h3 { color: #FFFFFF;
background-color: #000000;
}
p {font-size: 12px;
font-family: sans-serif;
margin-left: 10px }
div {
height: 300px;
width: 470px;
border: 2px solid #0088dd;
float:left;
margin-left:10px;
}</style>
</head>
<body>
<div>
<h3> (CORPORATE HEADQUARTERS)</h3>
<p>12345678910
ABCDEFG
HIJKLMN
PHONE: +111 (01) 1111111, FAX: +111 (01) 1111112
EMAIL: [email protected]
</p>
</div>
<div>
<h3> BRANCH OFFICE </h3>
</div>
</body></html>
- The topic ‘Style Page differently in WordPress Theme with this plugin’ is closed to new replies.