I cant view my Layout in Adobe GoLive, plz Help
-
I have the following index.php
<?php include_once("vcounter.php");
/* Don't remove these lines. */
$blog = 1;
require('wp-blog-header.php');
// Uncomment the next line if you want to track blog updates from weblogs.com
//include_once(ABSPATH.WPINC.'/links-update-xml.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head profile="https://gmpg.org/xfn/1"
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="WordPress <?php echo $wp_version; ?>" /> <!-- leave this for stats -->
<style type="text/css" media="screen">
@import url( <?php echo $siteurl; ?>neoro.css );
#layer1 { visibility: visible; position: absolute; top: 341px; left: 10px; width: 281px; height: 200px }
#layer2 { visibility: visible; position: absolute; top: 58px; left: 166px; width: 400px; height: 493px }
#layer1 { visibility: visible; position: absolute; top: 314px; left: 9px; width: 150px; height: 345px }
.FRAME { }
#layer3 { visibility: visible; position: absolute; top: 109px; left: 571px; width: 313px; height: 326px }
#layer6 { background-color: #f60; visibility: visible; position: absolute; top: 2px; left: -7px; width: 991px; height: 25px }
#layer4 { visibility: visible; position: absolute; top: 108px; left: 9px; width: 150px; height: 171px }
</style>
<link rel="alternate" type="text/xml" title="RDF" href="<?php bloginfo('rdf_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php get_archives('monthly', '', 'link'); ?>
<?php //comments_popup_script(); // off by default ?>
</head>
<body>
<// sakdjad ||||||||||||||||||||||||||||||||||||||||BLOG MAIN START||||||||||||||||||||||||||||||||||||||||>
<div id="layer2">
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?><div class="DATE"><?php the_date(); ?></div>
" rel="bookmark" class="TITLE" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?><br>
<div class="WHO">Post No.[<?php the_ID(); ?>] Filed under: >>>><?php the_category() ?> ::bY:: <?php the_author() ?> # <?php the_time() ?><?php edit_post_link(); ?><br></div>
<div class="CONTENT"><?php the_content(); ?></br></div><?php link_pages('
Pages: ', '
', 'number'); ?><div id="COMMENT"><?php comments_popup_link('Comments ::0::', 'Comments ::1::', 'Comments ::%::'); ?><!--
<?php trackback_rdf(); ?>
--></div><br><?php include(ABSPATH . 'wp-comments.php'); ?><?php } } else { // end foreach, end if any posts ?>
<?php } ?>
<font size="1" color="red">Wooooo Generated in a WhooPing</font><font size="1"> </font><!--<?php echo $wpdb->querycount; ?> queries.--><?php timer_stop(1); ?><font size="1" color="red">Sec</font><font color="red">.</font><br>
</div>
<// sakdjad ||||||||||||||||||||||||||||||||||||||||BLOG MAIN END||||||||||||||||||||||||||||||||||||||||><// sakdjad ||||||||||||||||||||||||||||||||||||||||SHOUTOUT BOX START||||||||||||||||||||||||||||||||||||||||>
<div id="layer6">
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center" valign="middle">" class="BLOGNAME" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></td>
</tr>
</table>
</div>
<div id="layer1">
<div align="center">
<font size="2" color="#ff3300"><b>GIVE a SHOUT <br/>
HERE!</b></font>
<iframe src="https://neoro.lysium.net/v2/shoutout/vshoutbox.php" frameborder="0" scrolling="no" height="315" width="150"></iframe>
</div>
</div>
<div id="layer3" class="TITLE">
<table width="262" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="menu_title">Recent Posts</div>
</td>
</tr>
<tr>
<td><div id="recent_post"><?php get_recent_posts(10,'- ','',false); ?></div></td>
</tr>
</table>
<table width="190" border="1" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="menu_title">
Categories</div>
</td>
</tr>
<tr>
<td>
<div id="menu_content">
<?php list_cats(0, 'All', 'name'); ?></div>
</td>
</tr>
</table>
<table width="190" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><div id="menu_title">Archives<div id="menu_title"></td>
</tr>
<tr>
<td><div id="menu_content"><?php get_archives('monthly'); ?></div></td>
</tr>
</table>
<table width="190" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><div id="menu_title">Calender Archive</div></td>
</tr>
<tr>
<td align="center"><div id="calender"><?php get_calendar(); ?></div></td>
</tr>
</table>
<table width="190" border="1" cellspacing="0" cellpadding="0">
<tr>
<td><?php echo $showcounter ?></td>
</tr>
</table>
</div>
<// sakdjad ||||||||||||||||||||||||||||||||||||||||SHOUTOUT BOX END||||||||||||||||||||||||||||||||||||||||>
<div id="layer4">
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div class="menu_right">
home</div></td>
</tr>
<tr>
<td><div class="menu_right">pictures</div></td>
</tr>
<tr>
<td><div class="menu_right">
notes</div></td>
</tr>
<tr>
<td><div class="menu_right">
links</div></td>
</tr>
<tr>
<td><div class="menu_right">guestbook</div></td>
</tr>
<tr>
<td><div class="menu_right">control panel</div></td>
</tr>
<tr>
<td><div class="menu_right">phpMyAdmin</div></td>
</tr>
<tr>
<td><div class="menu_right">blogin</div></td>
</tr>
</table>
</div>It seems that when I paste it into the Source inside Adobe GoLive I see nothing when I click @ the Layout Tab. Is there something wrong with my templete ?? plz Help…
- ','',false); ?></div></td>
- The topic ‘I cant view my Layout in Adobe GoLive, plz Help’ is closed to new replies.