PDA

View Full Version : How to find and edit a custom table?


wat3v3r
05-24-2012, 05:32 AM
We have a custom table on your board known as "nav_rs" in our header template. Well or graphic designer made this skin but we are unable to contact him as of now.

Regardlessly the reference made in them template is as follows

<td id= "nav_rs">

Now this has path to an image which we need to edit.

I am trying to find this Nav_rs table but I am unable to...

- I have done a template search for "nav_rs"
- Looked in FAQ template

Well thought I might as well post here and see if any one can help as I'm quite stuck now..

Basically I need to edit "nav_rs" and I cannot find where I can edit it.

Chris8
05-24-2012, 09:11 PM
You need to find the element that contain the table you would like to edit. Try to look around the code that contains it. To find it very quickly just search your database directly for this element since by default all templates are located in a database.

Lynne
05-24-2012, 09:25 PM
They could have added the code via a plugin, so check through your plugins for that code.

wat3v3r
05-25-2012, 03:48 PM
I've tried the plugins and it is not there :/

How do I find the element ? All I can see is:

<table width="100%" border="0" cellspacing="0" cellpadding="00">
<tr>
<td id="nav_rs">

Thanks for the help any ways :)

Simon Lloyd
05-27-2012, 04:31 PM
It wont be there!, it's an id so chances are its CSS have a look in additional CSS for your style or see if there's a link in the headinclude template to a css file and check that file for it :)

wat3v3r
05-29-2012, 05:25 AM
It wont be there!, it's an id so chances are its CSS have a look in additional CSS for your style or see if there's a link in the headinclude template to a css file and check that file for it :)

Great! I was little confused where to find Additional CSS in vb 3.x styles as I am used to working with vb4.x styles. But after looking it up a lil bit.. I gradually found it and fixed the issue! :up: