Home arrow Forum
Home
About
Demo
Forum
FAQ
Live Sites
Feedback

Login





Lost Password?
No account yet? Register
Stay Tuned!
 
Who's Online
We have 5 guests and 4 members online

powered_by Joomla
Duplicate entry \'0\' for key 1 SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) \n VALUES (\'0\', \'1223334464\', \'remove tables ?\',\'\',\'\',\'view\',\'/index.php?option=com_fireboard&Itemid=42&func=view&id=5104&catid=8\', \'38.103.63.59\', \'0\')
ME Forum
Welcome, Guest
Please Login or Register.    Lost Password?
remove tables ? (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: remove tables ?
#5104
cdm (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
remove tables ? 10 Months, 1 Week ago Karma: 0  
how can I remove one of these tables ?
http://img205.imageshack.us/img205/6214/snap1ty7.jpg

tnx<br><br>Post edited by: cdm, at: 2007/12/04 01:13
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5106
cdm (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:remove tables ? 10 Months, 1 Week ago Karma: 0  
well I solved this.

I just edited file:

/..._estateagent/gui/templates/extended/details.php


now how could I add border to image gallery thumbs ?

tnx
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5127
finbiro (User)
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:remove tables ? 10 Months ago Karma: 1  
1) In ME template file find table/cell which is used for image display,
2) add to css file:

.your_class img {
padding:1px;
margin-left:1px;
margin-bottom:1px;
border:1px solid #666666;
}

- where &quot;your_class&quot; is class of table/cell
- padding is distance between image and border (can be increased by 2px, 3px ...)
- margin is distance from other pictures (use &quot;margin-left&quot; &amp; &quot;margin-bottom&quot; only for extended template. That way images shown in next row won't connect with one above. For default template use only &quot;margin-bottom&quot; style).

- can be &quot;id&quot; not &quot;class&quot;. In that way use &quot;#&quot; instead &quot;.&quot; in front of &quot;your_class&quot;

Pozdrav<br><br>Post edited by: finbiro, at: 2007/12/07 13:21
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5172
cdm (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:remove tables ? 9 Months, 3 Weeks ago Karma: 0  
thank you for your answer.

But still can't figure which files I should edited, not very good with css, sorry.
Could you point me to files.

zahvaljujem
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#5216
gillesps (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:remove tables ? 9 Months ago Karma: 1  
Hi,
Choose the extend template in the configuration in he back-end.
Open in a CSS editor (Dreamweaver for example) the file template_css.css in the folder components/com_estateagent/gui/templates/extend/
After :
div.MEBlock1 {
width: 100%;
text-align: center;
Add :
.MEBlock1 img {
padding:1px;
margin-left:1px;
margin-bottom:1px;
border:1px solid #FF9900;
Change the #FF9900 with your color

It's done
 
Report to moderator   Logged Logged  
 
Gilles Pegasedev.com
  The administrator has disabled public write access.
#5397
cdm (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:remove tables ? 7 Months, 3 Weeks ago Karma: 0  
thank you,
It's working well in IE but not in Firefox. In Firefox it works only on mouse hover. Anyway I'm pleased.

greets
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop