Johnny Bravo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Copy/paste dropping code/formatting in visual editor (2.8.4)this has been annoying me for days and i have lost all productivity cos of it. i design my pages in dreamweaver using AP DIV tags, when i preview in DW the layout is perfect, when i copy and paste the html code into the html editor and update my page, the ‘page’ appears all mangled and the layout is lost.
why cant WP just LEAVE HTML ALONE????
Forum: Fixing WordPress
In reply to: HTML pages in Dreamweaver not showing in the content areayes otto, some say this, but its the only way i can have more control over my content pages, than the ‘basic’ editing the WP dashboard allows u. im nearly there, you can keep an eye on the progress as the link is above ??
how else would you suggest i got the desired page layout, including the grey ‘non widgetised’ column?
PS: is it this exact CSS coding between the <style/> tags that needs to go into my themes styles.css?
please dont give up on me(!)
HHForum: Fixing WordPress
In reply to: HTML pages in Dreamweaver not showing in the content areai see, please elaborate on that esmi. from the above DW generated code, what do you class as ‘content markup’ and how do i ensure this is correct? i can understand cutting the CSS from the above code and putting that in my themes stylesheet.
its not far off what it should look like, its just that evereything is flush against the screen area and not the content area. everything appears fine, its just the positioning so i appreciate your help ??
thanks
HHForum: Fixing WordPress
In reply to: HTML pages in Dreamweaver not showing in the content areaesmi
ive validated and its ok. ive also got rid of all the doctype, body, html, style etc tags but when i do this, the content does go where its supposed to be but half my divs including the grey column totally disappear! i have added what i am pasting, the html in its entirety, please advise what needs to be omitted.thanks, again!
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title>Untitled Document</title>
<style type=”text/css”>
<!–
#apDiv1 {
position:absolute;
width:500px;
height:102px;
z-index:1;
left: 0px;
top: 0px;
background-color: #ffffff;
margin: 0px;
text-align: justify;
}
#apDiv2 {
position:absolute;
width:10px;
height:102px;
z-index:2;
left: 500px;
top: 0px;
background-color: #FFFFFF;
}
#apDiv3 {
position:absolute;
width:115px;
height:102px;
z-index:3;
left: 510px;
top: 0px;
background-color: #CCCCCC;
}
#apDiv4 {
position:absolute;
width:625px;
height:10px;
z-index:4;
left: 0px;
top: 103px;
}
#apDiv5 {
position:absolute;
width:500px;
height:200px;
z-index:5;
left: 0px;
top: 113px;
text-align: center;
}
#apDiv6 {
position:absolute;
width:10px;
height:600px;
z-index:6;
left: 500px;
top: 113px;
}
#apDiv7 {
position:absolute;
width:115px;
height:600px;
z-index:7;
left: 510px;
top: 113px;
background-color: #CCCCCC;
text-align: center;
}
#apDiv8 {
position:absolute;
width:500px;
height:200px;
z-index:8;
left: 0px;
top: 313px;
text-align: center;
}
#apDiv9 {
position:absolute;
width:500px;
height:200px;
z-index:9;
left: 0px;
top: 513px;
text-align: center;
}
#apDiv11 { position:absolute;
width:500px;
height:200px;
z-index:9;
left: 0px;
top: 513px;
text-align: center;
}
#apDiv10 {
position:absolute;
width:625px;
height:10px;
z-index:10;
left: 0px;
top: 715px;
}
#apDiv12 {
position:absolute;
width:625px;
height:97px;
z-index:11;
left: 0px;
top: 726px;
background-color: #ded5fa;
}
–>
</style>
</head><body>
<div id=”apDiv1″>Welcome to https://www.artbyherbie.com, the bespoke art and design service from renowned artist and designer,?Herbie Hysteria. Original design and quality craftmanship seperates Herbie Hysteria from the pretenders. Multi-talented and multi-skilled, we bring you something you may have difficulty in believing. But we’re here to help, so browse at your leisure.</div>
<div id=”apDiv2″></div>
<div id=”apDiv3″></div>
<div id=”apDiv4″></div>
<div id=”apDiv5″><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/desprint.gif” alt=”Design and Print” width=”246″ height=”200″ /><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/graphics.gif” alt=”Graphic Design” width=”246″ height=”200″ /></div>
<div id=”apDiv6″></div>
<div id=”apDiv7″></div>
<div id=”apDiv8″><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/webart.gif” alt=”Web Design” width=”246″ height=”200″ /><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/custom.gif” alt=”Custom Printed Clothing” width=”246″ height=”200″ /></div>
<div id=”apDiv9″><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/signs.gif” alt=”Signs and Vinyl Graphics” width=”246″ height=”200″ /><img src=”https://www.artbyherbie.com/wptest/wp-content/themes/indezinerpaperwall/images/canvas.gif” alt=”Canvas Art” width=”246″ height=”200″ /></div>
<div id=”apDiv10″></div>
<div id=”apDiv11″></div>
<div id=”apDiv12″></div>
<p> </p>
<p> </p>
</body>
</html>Forum: Fixing WordPress
In reply to: HTML pages in Dreamweaver not showing in the content areaesmi im sure ur onto something there because when i created the pages with tables, i would copy only everything from the body tags onwards, leaving all the doctype etc out. this would make them align perfectly. what do i need to leave out on these pages.
thanks for the quick reply ??
HHForum: Fixing WordPress
In reply to: HTML pages in Dreamweaver not showing in the content areasorry, the link again: https://www.artbyherbie.com/wptest
Forum: Fixing WordPress
In reply to: tracking my forum posts/questionsthanks!