Results 1 to 1 of 1
Well at the Company were I work I got assigned to make the website.
Ah, not Make it. Only do the CSS. Well I got a certification in CSS but ...
- 11-26-2007 #1
CSS..again...
Well at the Company were I work I got assigned to make the website.
Ah, not Make it. Only do the CSS. Well I got a certification in CSS but I cant do it.. (does it make sense? And NO I didn't cheat on the test)
And the most fun part is.. Im not supposed to start from scratch. But from a Joomla Frontend-Template. He wanted to change a couple of things (I guess this is the First Company ever that uses Joomla for a website instead of a Certificated Website programmer...)
Anyhow, I got this image once in my code.
but its two times on the website..
Here is a Snippet of my Code.
But I think its not enough to fix but I thought I could still try:
The Slice_13.gif is two times on the screen.Code:<td height="33" colspan="5" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/Slice_13.gif" class="pathway"><?php mosPathWay(); ?></td> <td width="572" colspan="2" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $mainframe->getTemplate(); ?>/images/Slice_14.jpg" class="style5"><div id="search_outer"><div id="search_inner"><?php mosLoadModules ( 'user4', -1 ); ?></div></div><a> </a><div align="right" class="date"><?php echo mosCurrentDate(); ?></div></td>
Why? I changed the Width of the total website but that should sc**w it up this bad should it? (Course of the Colspan it shouldnt change should it?)
Cheers,
Robin
Edit:
My Boss picked another Template.
Everything is fine..
But I still dont know what I did wrong...
Cheers,
Robin


Reply With Quote