WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Table Question Empty Table Question Sun Jul 25, 2010 11:18 pm

Behavior???


Registered Member
Registered Member
How can I add something like 'The WebArtz' box which is used for posting the tutorials?

I want this to be added to the extremem left!

http://www.iconspedia.com/uploads/905236598.png



Last edited by Behavior??? on Sun Jul 25, 2010 11:21 pm; edited 1 time in total

http://www.thedungeons.info

2Table Question Empty Re: Table Question Sun Jul 25, 2010 11:20 pm

RockerMan

RockerMan
Technician
Technician
http://www.webartzforum.com/html-hyper-text-markup-language-f5/nice-theme-t352.htm#5611

Try using the search next time Wink

http://www.graphics-post.com/

3Table Question Empty Re: Table Question Sun Jul 25, 2010 11:23 pm

ankillien

ankillien
Administrator
Administrator
Hey,

I think you are asking about the announcement template.
In this topic it is solved...
http://www.webartzforum.com/html-hyper-text-markup-language-f5/nice-theme-t352.htm#5611

EDIT:
Ahh, Mike found the topic faster that I Razz

4Table Question Empty Re: Table Question Sun Jul 25, 2010 11:33 pm

Behavior???


Registered Member
Registered Member
but can I change the width of the part where I wrote attention in the below code?

Code:

[table width="80%" style="border:3px solid #666;"][tr style="background:#FFF;"]
[td style="padding:5px; text-align:center; font-weight:bold; font-size:20px;"]<div align='left'><img src='http://www.iconspedia.com/uploads/905236598.png'></div> Attention[/td]
[/tr]
[tr style="background:#DDD;"][td style="padding:5px;"]
TEXT HERE TEXT HERE TEXT HERE TEXT HERE
[/td][/tr]
[/table]

http://www.thedungeons.info

5Table Question Empty Re: Table Question Sun Jul 25, 2010 11:35 pm

RockerMan

RockerMan
Technician
Technician
You mixing HTML with BBCode, lol.

Don't do it, I can't help you with BBCode Razz

http://www.graphics-post.com/

6Table Question Empty Re: Table Question Sun Jul 25, 2010 11:36 pm

Behavior???


Registered Member
Registered Member
someone else?

Ani, you?

http://www.thedungeons.info

7Table Question Empty Re: Table Question Mon Jul 26, 2010 8:35 am

ankillien

ankillien
Administrator
Administrator
Code:
[table width="80%" style="border:3px solid #666;"]

You want the attention thing wider than table?
I don't think it can be done. You can change the overall width from 80% in above code.

8Table Question Empty Re: Table Question Tue Jul 27, 2010 9:00 pm

Behavior???


Registered Member
Registered Member
No, I want the attention thingy, shorter so that the picture would safely fit inside

http://www.thedungeons.info

9Table Question Empty Re: Table Question Tue Jul 27, 2010 9:58 pm

ankillien

ankillien
Administrator
Administrator
Do you want the image to be on left and the 'Attention' text on center?

10Table Question Empty Re: Table Question Wed Jul 28, 2010 8:24 pm

Behavior???


Registered Member
Registered Member
yes and also , if you take a preview of that code, I want that white part to be shorter, so the image is just above the two border lines

http://www.thedungeons.info

11Table Question Empty Re: Table Question Thu Jul 29, 2010 10:50 am

ankillien

ankillien
Administrator
Administrator
Well, you are using a div to put the image which will never make it possible to be inline with the 'Attention' header.

You can set the image as background, use this code...

Code:
[table width="80%" style="border:3px solid #666;"][tr style="background:#FFF;"]
[td style="padding:25px; text-align:center; font-weight:bold; font-size:20px; background:url(http://www.iconspedia.com/uploads/905236598.png) no-repeat left;"]Attention[/td]
[/tr]
[tr style="background:#DDD;"][td style="padding:5px;"]
TEXT HERE TEXT HERE TEXT HERE TEXT HERE
[/td][/tr]
[/table]

12Table Question Empty Re: Table Question Thu Jul 29, 2010 8:33 pm

Behavior???


Registered Member
Registered Member
Cool!, Thanks Ani!!!

http://www.thedungeons.info

13Table Question Empty Re: Table Question Fri Jul 30, 2010 6:57 pm

Jophy

Jophy
Registered Member
Registered Member
Solved => Topic Locked

http://www.socialtechforum.com/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum