General Community > HTML/CSS

CSS Menu

<< < (4/4)

MrPhil:
You CAN NOT DROP HTML CODE into the middle of PHP code and expect it to work. Replace with

--- Code: ---?>
<div class="menu bubplastic horizontal aqua">
<ul>
<li class="highlight"><span class="menu_r"><a href="http://www.babyxdeja.co.cc" target="_self"><span class="menu_ar">BabyxDeja</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_6" target="_self"><span class="menu_ar">Survivor #6</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_7" target="_self"><span class="menu_ar">Survivor #7</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_8" target="_self"><span class="menu_ar">Survivor #8</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_9" target="_self"><span class="menu_ar">Survivor #9</span></a></span></li>
</ul>
<br class="clearit" />
</div>
<?php
--- End code ---
That's probably the easiest way... to drop out of PHP and back into HTML, and then go back into PHP.

babyxdeja:

--- Code: ---// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'];



?>
<link rel="stylesheet" href="/menu/menu_style.css" type="text/css" />
<div class="menu bubplastic horizontal aqua">
<ul>
<li class="highlight"><span class="menu_r"><a href="http://www.babyxdeja.co.cc" target="_self"><span class="menu_ar">BabyxDeja</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_6" target="_self"><span class="menu_ar">Survivor #6</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_7" target="_self"><span class="menu_ar">Survivor #7</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_8" target="_self"><span class="menu_ar">Survivor #8</span></a></span></li>
<li><span class="menu_r"><a href="http://www.babyxdeja.co.cc/survivor_9" target="_self"><span class="menu_ar">Survivor #9</span></a></span></li>
</ul>
<br class="clearit" />
</div>
<?php


echo '
</head>
--- End code ---

Like that?

babyxdeja:
http://www.babyxdeja.co.cc/survivor_6/

It has the links working but the images don't show up

/public_html/survivor_6/Themes/core/menu/images/
/public_html/survivor_6/Themes/core/menu/menu_style.css  that's path to images and menu_style.css

Navigation

[0] Message Index

[*] Previous page

Go to full version