1
moiperson
editing a theme
  • 2006/9/20 22:38

  • moiperson

  • Just popping in

  • Posts: 7

  • Since: 2006/9/17


Hi,
I'm editing a template (simple_line2) to use in my site, but i'm with a problem in one thing:
theme.html
<tr>
<
td id="headerbar2"><img src="<{$xoops_imageurl}>icon2.gif"><a href="<{$xoops_url}>/user.php">ACCOUNT</a></td>
<
td id="headerbar3"><img src="<{$xoops_imageurl}>icon2.gif"><a href="<{$xoops_url}>/viewpmsg.php">PRIVATE MESSAGE</a></td>
<
td id="headerbar4">&nbsp;</td>
</
tr>

theme.css
td
#headerbar2 {height: 30px;color: #111111;font-size: 9px; padding: 0px; text-align: center; vertical-align: middle;border: 1px solid #999999;}
td#headerbar3 {color: #111111;font-size: 9px; padding-left: 1px; text-align: left; vertical-align: middle;border: 1px solid #999999;}
td#headerbar4 {width: 170px;border: 1px solid #999999;}


This creates 3 tables on the header that i want remove, but when i remove, i want keep a line as before between the header and the rest of the page.
How to do it?

Thks
moiperson

2
Bassman
Re: editing a template
  • 2006/9/21 0:44

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


OK first of all, you're editing a theme, not a template.

Replace above code with
Quote:

<tr>
<td id="newheader">&nbsp;</td>
</tr>


and

Quote:

td#newheader {height: 30px;color: #111111;font-size: 9px; padding: 0px; text-align: center; vertical-align: middle;border: 1px solid #999999;}


just adjust the colors etc to suit what you want

3
moiperson
Re: editing a template
  • 2006/9/21 18:19

  • moiperson

  • Just popping in

  • Posts: 7

  • Since: 2006/9/17


You don't have got my point. I just want a line, not a table. What u said i've already tryed, and changed the height to 0px but it double the line and i want only a simple line:
Resized Image

4
Will_H
Re: editing a theme
  • 2006/9/21 18:39

  • Will_H

  • Friend of XOOPS

  • Posts: 1786

  • Since: 2004/10/10


Quote:

td#newheader {height: 1px;color: #111111;font-size: 9px; padding: 0px; text-align: center; vertical-align: middle;border-bottom: 1px solid #999999;}

5
moiperson
Re: editing a theme
  • 2006/9/21 18:52

  • moiperson

  • Just popping in

  • Posts: 7

  • Since: 2006/9/17


Now is ok thanks dude :P

Login

Who's Online

149 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 149


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits